+ baby_turtle
+ block tags for toy blocks
This commit is contained in:
@@ -23,9 +23,12 @@ public class ModCreativeModeTabs {
|
||||
.title(Component.translatable("creativetab.ornamentum.ornamentum"))
|
||||
.displayItems((itemDisplayParameters, output) -> {
|
||||
|
||||
output.accept(ModBlocks.DUCK);
|
||||
output.accept(ModBlocks.IRON_SHELF);
|
||||
|
||||
//toys
|
||||
output.accept(ModBlocks.DUCK);
|
||||
output.accept(ModBlocks.BABY_TURTLE);
|
||||
|
||||
//flagen
|
||||
output.accept(ModBlocks.WHITE_FLAG);
|
||||
output.accept(ModBlocks.ORANGE_FLAG);
|
||||
|
||||
Reference in New Issue
Block a user