spoorn / myLoot

Instanced loot chests for Minecraft Fabric
Other
4 stars 6 forks source link

[Feature Request] Whitelist / Blacklist #4

Closed itsdinkd closed 2 years ago

itsdinkd commented 2 years ago

Requesting features that would allow modpack devs, or anyone really a way to blacklist and/or whitelist giving complete control of the mod and how it affects things via the following;

**

Config Example:

#list of mods loot tables that shouldn't be converted into MyLoot chests
modBlacklist = [
],
#list of structures that should not have myloot chests
structureBlacklist = [
],
#list of loot tables that shouldn't be be converted into MyLoot chests
lootTableBlacklist = [
],
#list of dimensions that shouldn't have myloot chests
dimensionBlacklist = [
],
#list of chests that shouldn't convert into myloot chests
chestBlacklist = [
],
#Turn mod blacklist into whitelist
modWhitelist = false,
#Turn mod blacklist into whitelist
structureWhitelist = false,
#Turn mod blacklist into whitelist
lootTableWhitelist = true,
#Turn mod blacklist into whitelist
dimensionWhitelist = true,
#Turn mod blacklist into whitelist
chestWhitelist = true,
spoorn commented 2 years ago

Added a bunch of config options in 2.0+. Let me know by reopening this issue or creating a new one for other features you'd like