Started by
Danik4ek
on
Topic category: Help with Minecraft modding (Java Edition)
I have such a problem that I make an upgradeable item, like it will have level 1, level 2 and so on. I want the resources needed for crafting to increase, that is, for example, if for crafting level 1 you need a block in the center and 8 iron blocks around, then at the second level there are already 16 iron blocks around, is this real?
To reiterate, you want two different crafting recipes for the crafting bench.
One with block x in the middle with 8 iron around, then the second that uses 16 iron with (I'm assuming) the level one item in the middle.
The only way to achieve this is to make your own custom crafting table that has a crafting grid bigger than 3×3.
Alternatively, you can make a custom iron item that is made using two iron. That way when you craft with 8 of these custom iron items, it is 16 iron technically.