Jump to content

How to make custom furnace recipe that yields multiple drops of one item


20ChenM

Recommended Posts

I am new to modding and im trying to make a furnace recipe where if u input one ruby ore into a furnace, you yield 2 rubies. I tried doing a count function but it did not work. Any help?

 

My code:

{
  "type": "minecraft:blasting",
  "ingredient": {
    "item": "examplemod:ruby_ore"
  },
  "result": "examplemod:ruby",
  "count": 2,
  "experience": 0.5,
  "cookingtime": 50
}
Link to comment
Share on other sites

14 minutes ago, 20ChenM said:

I am new to modding so I need you to do a step by step guide

I didn't tell you anything related to modding, I told you something related to json objects. Reliance on a guide to do the work for you will not solve your problem.

 

I'll give a more clear answer though. The 'result' key is attached to a json object. You can specify the name of the item using the 'item' key and the count with the 'count' key inside this json object.

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.