Fixed dead logs and giant flower stems
This commit is contained in:
parent
d721f36300
commit
693c9c4081
2 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,7 @@ public class BOPBlocks
|
|||
public static Block log_1;
|
||||
public static Block log_2;
|
||||
public static Block log_3;
|
||||
public static Block log_4;
|
||||
public static Block leaves_0;
|
||||
public static Block leaves_1;
|
||||
public static Block leaves_2;
|
||||
|
|
|
@ -108,6 +108,7 @@ public class ModBlocks
|
|||
log_1 = registerBlock( BlockBOPLog.paging.getBlock(1), "log_1" );
|
||||
log_2 = registerBlock( BlockBOPLog.paging.getBlock(2), "log_2" );
|
||||
log_3 = registerBlock( BlockBOPLog.paging.getBlock(3), "log_3" );
|
||||
log_4 = registerBlock( BlockBOPLog.paging.getBlock(4), "log_4" );
|
||||
|
||||
// TODO: check if hellbark planks, fence etc can burn
|
||||
|
||||
|
|
Loading…
Reference in a new issue