[BUG] Waystones generated by CTOV dont listen to unbreakable config
TobiasL-05 opened this issue ยท 5 comments
Minecraft Version
1.20.1 (LTS)
Mod Loader
Forge
Mod Loader Version
47.2.30
Mod Version
14.1.3
Balm Version
7.3.6
Describe the Issue
If you set the unbreakable config to true with Waystones the waystones generated in CTOV villages will still be breakable
Steps to reproduce the behaviour:
- download CTOV and Waystones
- set the "generatedWaystonesUnbreakable" config in waystones to "true"
- generate a world
- still be able to mine the waystones if generated in a CTOV village.
Expected behaviour:
Expected behaviour is that you won't be able to mine the waystones at all, not just the ones generated outside a village.
Logs
No response
Do you use any performance-enhancing mods (e.g. OptiFine) or custom server distributions (e.g. SpongeForge)?
No response
Waystones use the origin blockstate to determine whether they were generated or not. This is something CTOV has to set correctly for it to work, so you will have to report it to them.
It looks like you're already using the structure included in Waystones which should have the origin blockstate set correctly. I assume the waystones show an origin on VILLAGE
when viewed in F3? In that case, I'm not sure why it wouldn't work.
This config option is removed in future versions though, so personally I wouldn't be too worried about it.