We need to ensure that netherblocks are not obtainable unless you have nether blocks in the mix. We want to make sure only people who visit the nether can make them.Added everything except for Silverfish block to live (works on test). @Kainzo, add to update list?
Idk. What do you think about silverfish blocks Kainzo?
NetherBrick:
name: "Nether Brick"
# a description of the recipe that describes what ingredients are needed
description: "More Nether Brick = Obsidian + Stone Brick + Netherbrick."
ingredients:
49: 1
98: 1
112:2
results:
112: 5
NetherFence:
name: "Nether Fence"
# a description of the recipe that describes what ingredients are needed
description: "Nether Fence = Netherbrick + Fence"
ingredients:
49: 1
112: 1
results:
113: 1
NetherWart:
name: "Nether Wart"
# a description of the recipe that describes what ingredients are needed
description: "Nether Wart = Mycelium + Obsidian + 10 nether fence"
ingredients:
110: 1
49: 1
113: 10
results:
115: 1
NetherBrick:
name: "Nether Brick"
# a description of the recipe that describes what ingredients are needed
description: "2 Nether Brick =2 Obsidian + 2 Stone Brick + Netherbrick."
ingredients:
49: 2
98: 2
112:1
results:
112: 2
NetherFence:
name: "Nether Fence"
# a description of the recipe that describes what ingredients are needed
description: "Nether Fence = 10 Netherbrick + Fence"
ingredients:
49: 10
112: 1
results:
113: 1
SoulSand:
name: "Soul Sand"
# a description of the recipe that describes what ingredients are needed
description: "Soul Sand = Sand + Mossy Cobble + nether brick."
ingredients:
12: 1
48: 1
112: 1
results:
88: 1
We need to ensure that netherblocks are not obtainable unless you have nether blocks in the mix. We want to make sure only people who visit the nether can make them.