Quark Oddities

Quark Oddities

22M Downloads

Please change the recipe of the iron ladder to have nuggets on the sides

camcamcamcamcam opened this issue ยท 1 comments

commented

Nuggets are more stick like (so it mirrors the ladder recipe) and it will prevent conflicts with mods that take inspiration from the vanilla recipe to add iron horse armour :)

commented

image

{
"type": "minecraft:crafting_shaped",
"pattern": [
"# #",
"#i#",
"# #"
],
"key": {
"#": {
"item": "minecraft:iron_nugget"
},
"i": {
"item": "minecraft:iron_ingot"
}
},
"result": {
"item": "quark:iron_ladder",
"count": 1
}
}