Skip to content

Release v0.1.7

Compare
Choose a tag to compare
@ArkoSammy12 ArkoSammy12 released this 26 Oct 01:43
c5351c4
  • Added new optional whitelist configuration feature, which allows you to specify what blocks should be healed in an explosion:
    • You will now find a new configuration section above the replace map to customize the whitelist. To add entries to the whitelist, you can add a string containing the block's namespace and identifier separated by a colon to the array, like shown in the example below. Separate each entry with a comma.
#Use an optional whitelist to customize which blocks are allowed to heal. To add an entry, specify the block's namespace
#along with its identifier, separated by a colon, and add it in-between the square brackets below. Separate each entry with a comma.
#Example entries:
#whitelist_entries = ["minecraft:grass",  "minecraft:stone", "minecraft:sand"]
[whitelist]
	whitelist_entries = ["minecraft:placeholder"]
  • Added new "enable_whitelist" preference to toggle the usage of the whitelist. It is disabled by default
#(Default = false) Enable or disable the usage of the whitelist
enable_whitelist = false

Please make sure to report any issues or make suggestions in the issue tracker or in the Discord server.