⍟
Addition ⍟ - the following option needs to be added under the "explosive-options.block-regeneration-options" section:
Code (Text):
# This is the delay after the general regeneration for containers to be re-checked to ensure every item is restored.
container-fix-rate: 40
⍟
Addition ⍟ - the following option needs to be added under the "explosive-options" section:
Code (Text):
# Drop watch is a list of materials that are double checked during explosions to ensure blocks don't drop items.
drop-watch:
- "BEETROOT_SEEDS:-1"
- "WHEAT_SEEDS:-1"
- "CROPS:-1"
- "CARROT:-1"
- "CARROTS:-1"
- "POTATO:-1"
- "POTATOES:-1"
- "BEETROOT_BLOCK:-1"
- "BEETROOTS:-1"
- "BEETROOT:-1"
- "WHEAT:-1"
⍟
Fix ⍟ - fixed an issue involving block drops by adding a double check list under the "explosive-options" section that will ensure crops and other sensitive materials don't drop block unless told otherwise.
⍟
Fix ⍟ - fixed an issue involving double chests not restoring properly by adding a second delay to restore the container contents again as a double check to ensure the items are restored. There are no duplications that come with this, in fact, when the container is restored it will take X amount of time until the player will even see that the items restored.