Skip to main content

Configuration


Mob Drops #


Mob names need to be lowercase (That means no capitals at all), There needs to be a , after each entry, except the last one and make sure each entry is surrounded by " double quotes ".

Tip: Dont know what a registry name is or Not sure what a mobs registry name is? Check the debug section right below this one

# Mob drops list (Syntax " minecraft or modname : mob registry name ")
mobdropslist = ["minecraft:blaze", "minecraft:cave_spider", "minecraft:creeper", "minecraft:elder_guardian", "minecraft:enderman", "minecraft:endermite", "minecraft:evoker"]


Debug#


At the moment debug only really serves to allow you to see loottable names for mobs.

having trouble with getting mobs to drop loot bags?

Enabled debugmode and when you kill a entity something like this should appear in the debug.log file. Add the full registry name from the first line to the mob drops config.

[Server thread/DEBUG] [lootbagmod/]: minecraft:slime
[Server thread/DEBUG] [lootbagmod/]: 18 100
[Server thread/DEBUG] [lootbagmod/]: Mob wasnt selected from list
#Debug Mode (true or false (default))
debugmode = false


Blacklist And Whitelist#


Item and Block names need to be lowercase (That means no capitals at all), There needs to be a , after each entry, except the last one and make sure each entry is surrounded by " double quotes ".

#BlackList (Syntax "minecraft or modid : item or block name"; example "minecraft:air" or "lootbagmod:lootbag")
blacklist = ["minecraft:air", "minecraft:command_block", "minecraft:structure_block", "minecraft:knowledge_book", "minecraft:chain_command_block", "minecraft:repeating_command_block", "minecraft:barrier", "minecraft:enchanted_book", "minecraft:written_book", "minecraft:potion", "minecraft:splash_potion", "minecraft:lingering_potion", "minecraft:spawn_egg", "minecraft:structure_void", "minecraft:mob_spawner", "minecraft:bedrock"]
#WhiteList Syntax "minecraft or modid : item or block name"; example " minecraft:air " or "lootbagmod:lootbag ")
whitelist = ["minecraft:stone"]


Taglist#


Tags need to be lowercase (That means no capitals at all), There needs to be a , after each entry, except the last one and make sure each entry is surrounded by " double quotes ". For more information about tags please read This Minecraft Wiki Page .

#TagList (Syntax "minecraft:tagname" or "forge:tagname"; example "minecraft:planks", "forge:planks")
taglist = ["minecraft:planks", "forge:planks" or "forge:nuggets/iron", "forge:nuggets"]


Mod List#


Modids need to be lowercase (That means no capitals at all), There needs to be a , after each entry, except the last one and make sure each entry is surrounded by " double quotes ".

#Mod blacklist (Syntax " modid ")
modblacklist = ["tconstruct"]