Lothrazar / ScaffoldingBehavior

java forge minecraft
MIT License
0 stars 3 forks source link

Ladder Behaviour unreliable #3

Closed NielsPilgaard closed 4 years ago

NielsPilgaard commented 4 years ago

Minecraft Version: 1.15.2

Forge Version: 1.15.2-31.1.27

Mod Version: railladderpower-1.15.2-1.0.0

Single Player or Server: SP

Describe problem (what you were doing; what happened; what should have happened): Clicking a vanilla ladder with a vanilla ladder does nothing, unless there is a ladder or air below the ladder you are clicking.

Additionally, ladders can pass through blocks a bit too effectively: billede

Log file link: https://gist.github.com/NillerMedDild/2eb89fdd32835374a9edc53c1309dab5

Lothrazar commented 4 years ago

There is a config setting to disable the "building in air blocks" feature. i left it in because it seemed fun. maybe defaulting off would be better

#Auto Ladder Building: true means allow invalid building places such as floating in midair
    autoBuildInvalid = true
Lothrazar commented 4 years ago

should default to false. also config name changed it matches new jar name :) https://www.curseforge.com/minecraft/mc-mods/scaffolding-behavior/files/2915437

NielsPilgaard commented 4 years ago

I know about the config, the issue is that ladders can extend through blocks - so if I'm standing under ground, clicking a ladder will eventually cause ladders to pop up at the surface. As far as I understand, ladders should only be placed on top of or below another ladder, right?

Lothrazar commented 4 years ago

Oh that behavior, how its skipping over stones sticking out i can look at that

NielsPilgaard commented 4 years ago

This was fixed back then, forgot to close :) ty!