Description
Summary
This mod adds a craftable incense burner that blocks hostile mobs spawning within a configurable radius.
Using a configurable blacklist, you can customize which mobs are allowed to spawn, by default all hostile mobs are blocked.
There is a configurable dimension whitelist to define which dimensions you are allowed to place an incense burner in, by default only the overworld is allowed.
Recipe

Config
[General]
# Use this to modify the default blacklist for entity spawning
# The + prefix will add the entity to the blacklist
# The - prefix will remove the entity from the blacklist
# Note: Each entry needs to be put in quotes! Multiple Entries should be separated by comma.
# Deny cows: "+minecraft:cow"
# Allow creepers: "-minecraft:creeper"
entityBlacklistOverrides = []
# The radius of the spherical area of effect
#Range: > 0
effectRadius = 48
# Setting this to false will also block spawning from mob spawners
allowSpawners = true
# Use this to modify the default whitelist for dimensions that
# allow the placement of incense burners
# The + prefix will add the dimension to the whitelist
# The - prefix will remove the dimension from the whitelist
# Note: Each entry needs to be put in quotes! Multiple Entries should be separated by comma.
# Allow the nether: "+minecraft:the_nether"
# Deny overworld: "-minecraft:overworld"
dimensionWhitelistOverrides = []
[Debug]
# Place a red wool block wherever an entity spawn is denied.
placeBlockOnDeny = false
Bug Reports
Found an issue? File a bug report!

