forked from virt-mirrors/Sit
Merge branch '1.21.3' into 1.20.6
# Conflicts: # gradle.properties
This commit is contained in:
commit
2b661a0fa8
10 changed files with 76 additions and 110 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