Minecraft has a lot of blocks, but what if they had more? Why do we need them? Please don't just add lists of things - these will be marked as spam and removed! Also, no furniture, guns, or vertical/"sideways"/"upright"/"standing" slabs (yes, we see you).

23

Improvements on Smelting Armor/Weapons/Tools

5 Comments

Please sign in to leave a comment.

Sorted by oldest
  • 2
    Registered User commented
    Comment actions Permalink

    I think this could be a good idea with a little massaging. It would need to account for tool type (wouldn't want to have someone smelt an iron hoe that cost 2 ingots to make and get 6 back) as well as durability. Perhaps the blast furnace would be the appropriate workstation for this since it's more dedicated to smelting ores. In other words, you would always get a single nugget by smelting in a furnace, but smelting in a blast furnace would give better returns.

  • 2
    Registered User commented
    Comment actions Permalink

    I think that you should receive a nugget for every ingot used to craft the item + the durability of the item. For example, full durability chestplate = 16 nuggets (8 for the iron used to craft it + 8 for the current durability of the item rounded down). Example 2: half durability axe = 5 nuggets (3 for the iron used to craft it + 1 for the current durability rounded down)

  • 1
    Registered User commented
    Comment actions Permalink

    Smelting an tool in a furnace should give you back the ingots used to craft it multiplied by durability % remaining.

    For example: half durability iron boots (4 ingots to craft it * .5 durability = 2)

  • 0
    Registered User commented
    Comment actions Permalink

    The formula I would suggest is:
    ceiling(8*durability_percentage*ingots_to_craft)
    In other words, you get back 8/9 of the material in proportion to the durability. This way every item will always give one nugget and will give up to 64 nuggets for a full durability chest plate. This is totally linear and pretty balanced, so if the yield feels too high you could reduce that factor from 8 to, say, 5.

    EDIT:
    I would also add that I think increasing the yield on this is game-balancing. As it is, I would rather throw away extra gear than spend the time, inventory space, and smelting materials to convert it into nuggets. I don't think it is actually worth doing. An entire shulker box of gear yields 3 ingots.

  • 0
    Registered User commented
    Comment actions Permalink

    I was just thinking about this, glad I have found a post to upvote!