
Pressure plates (in general) cannot be placed on Et Futurum fences.
happyburger23 opened this issue ยท 2 comments
Initial Questions
- I have searched this issue tracker and there is nothing similar already, and this is not on the list of known issues. Posting on a closed issue saying the bug still exists will prompt us to investigate and reopen it once we confirm your report.
- I have verified that this issue occurs in a SUPPORTED environment, meaning I can reproduce this WITHOUT OptiFine, and without Bukkit+Forge server software like KCauldron, Thermos, Crucible, Mohist etc
Mod Version
Et_Futurum_Requiem-2.6.0-SNAPSHOT-634ffcf
Describe the Issue
Pressure plates (default oak & the Et Futurum ones) cannot be placed on the other fence types. The only fences they can be placed on are Oak Fences. The other fences will not work.
- Place an oak fence, then any other fence (a spruce fence, for example).
- Craft any pressure plate
- Place it on the oak fence (it will work)
- Attempt to place it on a fence added by the mod (it won't work)
Conflicting Mods
No response
Crash Report
No response
Other Details
No response
This is an issue in vanilla pressure plate code, it has a hard-coded check for only the vanilla fence and wall, instead of properly doing an instance check. You will notice this happens to any modded fence or wall, not just mine.
While this could be fixed with a mixin, that is a very overkill solution for a very simple problem, so I will not fix it. This is up for a bug fix mod.
Actually, this is already fixed in BugTorch. You can install it and allow pressure plates to go on most modded fences, including EFR ones.