Open ryantheleach opened 4 years ago
I forgot to configure the per-world settings, and assumed that the main config settings would be used.
- [ ] Bed Explosion (Hard Fail, Explosions caused by beds were NOT handled at all)
Please set the following entry in the per-world basic configuration. (<world name>/config.yml
)
custom: true
- [ ] Stone brick did not crack. grass did not turn to dirt, despite config.
In current version, the global option is partially ignored by original code. We will fix it until then MUST configure per-world advanced settings. (<world name>/advanced.yml
)
replace-grass-with-dirt: true
We're creating patches for other issues and the config bug.
After 11 days, in-depth testing needs to happen surrounding 'connectables' like fences and glass panes.
I think the 'backup' step is happening block by block.
e.g.
O = Air X = fence ~ = explosion
~O[X]X X is recorded as 'right connect' and exploded. ~OO[X] X is recorded as No connect and exploded.
so when restored second X is set as No Connect.
I give up and congratulate you!
This passed far better then I expected, for something untested on 1.16.2!