So what I have is the below for a config.
"minecraft:blaze" {
"HOB Night" {
# This Feature has not been Implemented yet
"============Custom Drops============" {
# True = Custom Drops, False = Vanilla
"Enable Custom Drops: "=false
# List out the Minecraft ID(ie. minecraft:Iron_sword) and the Number of them
"List of Items and Amount"=
"minecraft:dirt 5",
"minecraft:stone 15"
}
}
So what I have so far is this
ConfigurationManager.getInstance().getSpawnControl().getNode("minecraft:blaze", "HOB Night", "============Custom Drops============", "List of Items and Amount" ).getList(transformer)
however...i can't figure out how to get a 'transformer' into that portion of the getList feature...Help?