forked from virt-mirrors/Sit
add update file method to template and comment
This commit is contained in:
parent
82d999c4c5
commit
33271c4aea
3 changed files with 20 additions and 13 deletions
|
@ -51,6 +51,7 @@ public class CustomBlock {
|
|||
boolean blockType = checkBlockType(blockState);
|
||||
if (!blockType) return false;
|
||||
|
||||
/// BLOCK STATE CHECKER
|
||||
// now check if the state is one of the acceptable states
|
||||
for (String state : blockStates) {
|
||||
// if there is a NOT (!) blockstate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue