[Bug]: "Jump over Fences" is compatible with "Diagonal Fences" but not "Diagonal Walls"
soulaxp opened this issue ยท 1 comments
Mod Loader (Required)
Fabric
Minecraft Version(s) (Required)
1.21.6
Mod Version(s) (Required)
v21.6.0
Notes (Required)
I think diagonal walls is intercepting the jump event for some reason. "Jump over Fences" is intended to be compatible with walls as well, so it would be nice if this was streamlined, thank you!
latest.log (Required)
https://gist.github.com/soulaxp/b5625d84c8756ecd904a4588edb76c8f
Report this to the other mod. They should use a block tag for defining compatible blocks instead of hardcoded checks, see here: https://gitlab.com/kreezxil/jump-over-fences/-/blob/multi/1.21.7/common/src/main/java/com/kreezcraft/jumpoverfences/CommonClass.java#L30
Also they appear to have a config option for adding new blocks, although a tag would be much more convenient and will work out of the box as diagonal walls copy all tags of the original wall block they replace.