This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I'm sure I'm doing something wrong but I'm not sure what it is. I'm using a mod called Minefantasy 2, and i'm trying to give a player a damaged Iron Sword. I used Minetweaker to get the properties of the item, which says: <minefantasy2:standard_sword:250>.withTag({MF_CustomMaterials:{main_metal: "Iron", half_wood: "oakwood"}})
When I try to give it to someone, it says:
11.01 17:47:21 [Server] Server thread/INFO There is no such item with ID <minefantasy2:standard_sword:250>.withTag({MF_CustomMaterials:{main_metal:
How do I properly give this item to a player?
not quite sure but it should look something more like
give player minefantasy2:standard_sword 1 250 {MF_CustomMaterials:{main_metal: "Iron", half_wood: "oakwood"}}
Quote from flanigomikยป not quite sure but it should look something more like give player minefantasy2:standard_sword 1 250 {MF_CustomMaterials:{main_metal: "Iron", half_wood: "oakwood"}}
Glad to help!
I'm sure I'm doing something wrong but I'm not sure what it is. I'm using a mod called Minefantasy 2, and i'm trying to give a player a damaged Iron Sword. I used Minetweaker to get the properties of the item, which says:
<minefantasy2:standard_sword:250>.withTag({MF_CustomMaterials:{main_metal: "Iron", half_wood: "oakwood"}})
When I try to give it to someone, it says:
11.01 17:47:21 [Server] Server thread/INFO There is no such item with ID <minefantasy2:standard_sword:250>.withTag({MF_CustomMaterials:{main_metal:
How do I properly give this item to a player?
not quite sure but it should look something more like
give player minefantasy2:standard_sword 1 250 {MF_CustomMaterials:{main_metal: "Iron", half_wood: "oakwood"}}
Thank you! That worked perfectly.
Glad to help!