I need help with climbable block

Started by Lofinya_Lox on

Topic category: Help with Minecraft modding (Java Edition)

Active 11 months ago
Joined Mar 2024
Points:
73

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
I need help with climbable block

So I want to make block that player can climb on like on ladders. I checked that block is climbable in properties but still it doesnt work. So what I need to do?

Active 6 months ago
Joined Feb 2023
Points:
283

User statistics:

  • Modifications: 1
  • Forum topics: 16
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 17
try making it so that the…
Sat, 03/23/2024 - 18:23

try making it so that the player cant collide with the block, i did have some type of vine i made in a previous mod that worked like that but I'm not sure, also try making its bounding box slightly bigger than your model.

Active 11 months ago
Joined Mar 2024
Points:
73

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
I tried to make bounding box…
Sat, 03/23/2024 - 19:44

I tried to make bounding box bigger but it didnt help. And with the first solution, I didnt quite undestand how can I make this happen...