Adjust more recipes

This commit is contained in:
Zontreck 2024-02-21 16:38:48 -07:00
parent c45d94e586
commit b0405eb534
22 changed files with 42 additions and 322 deletions

View file

@ -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);
/*

View file

@ -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()));