Silk fiber
This commit is contained in:
parent
ba68f1fe4f
commit
c3277e7a2e
6 changed files with 32 additions and 7 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue