Posted April 19, 20205 yr Hello, I am trying to smelt an Item and give me multiple for an output but its not working { "type": "minecraft:smelting", "ingredient": { "item": "omegaores:omega_iron_ore" }, "result": "minecraft:iron_ingot", "experience": 5.0, "cookingtime": 150, "count" : 16 } anyone know why its not working? It gives me one instead of 16 Edited April 19, 20205 yr by GamingTechnologies
April 19, 20205 yr I'm not seeing "count" as an available option for smelting recipes: https://minecraft.gamepedia.com/Recipe#JSON_format
April 19, 20205 yr Author 18 minutes ago, Ugdhar said: I'm not seeing "count" as an available option for smelting recipes: https://minecraft.gamepedia.com/Recipe#JSON_format So what would the best way of smelting an ore and giving multiple ingots be?
April 19, 20205 yr You can't. The vanilla code for the cooking/smelting process is set to only generate 1 item. If you want your ore to smelt to multiple ingots, have it harvest into an intermediary item that each smelts into an ingot. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
April 20, 20205 yr Author What I did was convert my one ore into 16 single ores so the user and smelt them.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.