[suggestion] different damage per dimension #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Can you make it so that you can adjust how much damage elytras take depending on the dimension?
It's a nice idea. I don't think I can do it without seriously messing with how gamerules are saved though.
There might be a mod that already does this, but I haven't been able to find anything that would be helpful.
In theory, it would be easier to divide one game rule into three, for each dimension, like elytraDamagePerSecondInTheEnd, elytraDamagePerSecondInOverworld, elytraDamagePerSecondInTheNether. But I'm not a developer, so I don't know how hard it is, your mod is cool, I want to see it on 1.20, because 1.20 seems to be a good update, I want to have cool mods like your one.
It will be relatively easy to update the mod, as it just uses vanilla gamerule registry.
As for the 3 gamerules - it's a naive idea. Datapacks and other mods can add new dimensions.
Oh... I didn't think about it, then it's really difficult, here in worldborderfixer command needs to be run being in a certain dimension and the command is written in the same way in each dimension, but the numerical value is assigned to each dimension separately. Maybe you can see how this developer implemented it and it will be easier for you to implement my idea.