Woodwalkers

Woodwalkers

506k Downloads

Resource Limitations to Transforms

Sarcose opened this issue ยท 1 comments

commented

Describe your idea, include images if necessary

If this would be better as an addon I would love your suggestion how it could be implemented. I'd like to set up some form of limitation to the transformation mechanic to force players to think strategically when they have large lists of powerful mobs to choose from (our server is using Remorphed, and has already enabled revoke2ndshapeondeath):

  • Configurably hunger gets expended while transformed. Moreso while flying. Possibly Mob health dependent. Possibly able to be mitigated by something.
  • Or, a resource must be consumed (emerald held in hand for instance) in order to transform

The reason the suggestion is so vague is because I am not sure the easiest or best way to limit the mechanic so I was hoping for at least one option that does this. Would a datapack that assigns a hunger-consuming trait to every mob be the simplest way to do this?

Our server is Minecraft 1.21, Fabric 1.16.0

Thank you

commented

Yep, it would break the intended gameplay, therefore an addon would be better ;D

You could implement the hunger using Tick Handler and the resource limit by using Shape Events that check and/or modify the player inventory.

Personally, I think a resource limit would be the best option.