⍟
Fix ⍟ - Since 1.7.10-1.12.2 deal with block states differently doors and other 2 block materials have been having issues with restoring and such. This was potentially fixed, but there may be some exceptions in the game.
⍟
Addition ⍟ - In the 'explosive-options' section the option below has been added as a work around for 2 block item regeneration and destruction prevention.
Code (YAML):
# If a material is placed in this list the block directly under the material will be saved as well to prevent damage from default physics.
# (Note: Set the durability to -1 to ignore durability)
help-needed-material
:
-
"WOODEN_DOOR:-1"
-
"ACACIA_DOOR:-1"
-
"BIRCH_DOOR:-1"
-
"DARK_OAK_DOOR:-1"
-
"IRON_DOOR:-1"
-
"JUNGLE_DOOR:-1"
-
"SPRUCE_DOOR:-1"
⍟
Fix ⍟ - The block breaking feature no longer allows destruction of the block if it's material is in the blacklist.