I'm using multiple damage values for different textures, so then i can technically add items to my server. But i want to smelt the diamond sword into an item. Is there any way to do this without mods? and if possible make the result have different damage values?
The best thing i can think of is smelting a diamond sword into an iron sword but i'm not sure how i would do this, let alone have the damage value of the iron sword change in relation to the diamond sword.
You could do custom smelting yourself. Fill a dispenser with an item and then have a testforblocks command. As for damage values, unless your on java you can't do that but you could put an enchanted iron sword.
I actually did a custom payment video that might be helpful for you. In this case you would stick your sword in a dispenser or storage container of your choice. You would compare it to another storage chamber. And then your "payment" could be cloning the dispenser with the item you want to give back to that spot. In your case you could just replace the dispenser with a dispenser with an iron sword in it.
I could give you more hints if you still need more help but this is at least something.
I'm using multiple damage values for different textures, so then i can technically add items to my server. But i want to smelt the diamond sword into an item. Is there any way to do this without mods? and if possible make the result have different damage values?
The best thing i can think of is smelting a diamond sword into an iron sword but i'm not sure how i would do this, let alone have the damage value of the iron sword change in relation to the diamond sword.
You could do custom smelting yourself. Fill a dispenser with an item and then have a testforblocks command. As for damage values, unless your on java you can't do that but you could put an enchanted iron sword.
I actually did a custom payment video that might be helpful for you. In this case you would stick your sword in a dispenser or storage container of your choice. You would compare it to another storage chamber. And then your "payment" could be cloning the dispenser with the item you want to give back to that spot. In your case you could just replace the dispenser with a dispenser with an iron sword in it.
I could give you more hints if you still need more help but this is at least something.