add update file method to template and comment

This commit is contained in:
Oth3r 2024-12-02 12:55:55 -06:00
commit 33271c4aea
3 changed files with 20 additions and 13 deletions

View file

@ -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