This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I was trying to make a low gravity boots with datapack and came up with this piece of code:
{ "function": "set_attributes", "modifiers": [ { "attribute": "minecraft:generic.gravity", "amount": 0.027, "operation": "add_value", "slot": "feet" } ] }
It results in an error making entire item_modifier unusable.
Please help me fix this error
I was trying to make a low gravity boots with datapack and came up with this piece of code:
It results in an error making entire item_modifier unusable.
Please help me fix this error