Adjust more recipes
This commit is contained in:
parent
c45d94e586
commit
b0405eb534
22 changed files with 42 additions and 322 deletions
|
@ -56,6 +56,8 @@ public class ModItemModelsProvider extends ItemModelProvider
|
|||
item(ModItems.LIGHT_BLUE_BRICK);
|
||||
item(ModItems.CYAN_BRICK);
|
||||
item(ModItems.DARK_RED_DYE);
|
||||
item(ModItems.RED_BRICK);
|
||||
item(ModItems.DARK_RED_BRICK);
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
@ -98,8 +98,6 @@ public class ModBlockLootTablesProvider extends BlockLootSubProvider
|
|||
dropSelf(ModBlocks.DIRTY_RED_POOL_TILE_SLAB.get());
|
||||
dropSelf(ModBlocks.DARK_RED_WOOL.get());
|
||||
dropSelf(ModBlocks.DARK_RED_CARPET.get());
|
||||
dropSelf(ModBlocks.DARK_RED_BED.get());
|
||||
add(ModBlocks.DARK_RED_SHULKER_BOX.get(), createShulkerBoxDrop(ModBlocks.DARK_RED_SHULKER_BOX.get()));
|
||||
|
||||
|
||||
|
||||
|
|
Reference in a new issue