Fix Ender Chest recipe to use Steel Crate (#115)

Since GT *chests* in CEu are instead replaced with *crates*, the recipe previously wouldn't work properly
This commit is contained in:
Max 2022-11-09 14:38:20 +01:00 committed by GitHub
parent 677c7ebdbe
commit 580c786f2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,7 @@ alloy_smelter.recipeBuilder().inputs([<minecraft:glass>, <ore:dustCertusQuartz>]
recipes.removeByRecipeName("enderstorage:ender_chest");
recipes.addShaped(<enderstorage:ender_storage>, [
[<minecraft:blaze_rod>, <minecraft:wool>, <minecraft:blaze_rod>],
[<ore:obsidian>, <meta_tile_entity:steel_chest>, <ore:obsidian>],
[<ore:obsidian>, <meta_tile_entity:crate.steel>, <ore:obsidian>],
[<minecraft:blaze_rod>, <ore:enderpearl>, <minecraft:blaze_rod>]]);
//Blaze Rod