Silk fiber

This commit is contained in:
paulevsGitch 2021-01-16 18:23:00 +03:00
parent ba68f1fe4f
commit c3277e7a2e
6 changed files with 32 additions and 7 deletions

View file

@ -187,6 +187,8 @@ public class CraftingRecipes {
.addMaterial('S', Items.STICK)
.addMaterial('L', EndItems.LEATHER_STRIPE)
.build();
GridRecipe.make("fiber_string", Items.STRING).setOutputCount(6).setShape("#", "#", "#").addMaterial('#', EndItems.SILK_FIBER).build();
}
private static void registerLantern(String name, Block lantern, Block slab) {