I think it should be more difficult to craft, because only three stone and one iron for what it can do is too cheap. Here I would put some options that seem more reasonable, As I do not know if you can put images,the most I can show you is the code of some of those ideas:
{ "type": "crafting_shaped", "pattern": [ " i ", "iRi", "___" ], "key": { "i": { "item": "minecraft:iron_ingot" }, "R": { "item": "minecraft:redstone" }, "_": { "item": "minecraft:stone_slab" } }, "result": {} }
{ "type": "crafting_shaped", "pattern": [ " i ", "iRi", "SSS" ], "key": { "i": { "item": "minecraft:iron_ingot" }, "R": { "item": "minecraft:redstone" }, "S": { "item": "minecraft:stone" } }, "result": {} }
{ "type": "crafting_shaped", "pattern": [ " # ", "#R#", "SSS" ], "key": { "#": { "item": "minecraft:iron_block" }, "R": { "item": "minecraft:redstone" }, "S": { "item": "minecraft:stone" } }, "result": {} }
the other idea that I have is that it be uncrafteable and that it can only be found in the villages, but I think it's too much.
Please sign in to leave a comment.
1 Comments