minetest-mods / castle_gates

Large swinging and sliding gate components suitable for a castle
MIT License
9 stars 8 forks source link

[NO SQUASH] Fix collsion box of gate slot #20

Closed fluxionary closed 2 years ago

fluxionary commented 2 years ago

All nodes of type castle_gates:*_gate_slot have their hitbox oriented wrong compared to the visual. You can jump into part of them, but can't pass through the empty area on the other side.

You can even use this to create an "invisible bridge".

image

This PR also includes automated .luacheck-ing