所以我所拥有的是下面的配置。
"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"
}
}
所以我到目前为止是这个
ConfigurationManager.getInstance().getSpawnControl().getNode("minecraft:blaze", "HOB Night", "============Custom Drops============", "List of Items and Amount" ).getList(transformer)
但是...我不知道如何将“变压器”放入 getList 功能的那部分...帮助?