Player Step Height

Started by Twebster9000 on

Topic category: Help with modding (Java Edition)

Last seen on 17:19, 23. Jul 2024
Joined Dec 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Player Step Height

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.

Last seen on 14:12, 24. Jul 2024
Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If instead of using the…
Wed, 06/26/2024 - 01:39

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.

Last seen on 14:12, 24. Jul 2024
Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If that doesn't work, make…
Wed, 06/26/2024 - 01:40

If that doesn't work, make sure that the entity has permissions and that cheats are enabled on the world.