Started by
Twebster9000
on
Topic category: Help with Minecraft modding (Java Edition)
In the mod I am making there's a function to make the player bigger (using Pehkui) but I've noticed a bit of an annoying issue with walking around while giant: The player still gets stopped by one block height difference.
I know you can set step height for custom entities, but I haven't found a way to adjust this value for the player. The "set step height of event/target entity" doesn't seem to work on the player either.
If instead of using the blocks, you make it so the entity executes the command "/scale set pehkui:base # @s", it should fix it.
Pehkui changes some things by default when modifying the base scale of the entity by using the command /scale.
If that doesn't work, make sure that the entity has permissions and that cheats are enabled on the world.