You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should be able to use vanilla tag as "minecraft:iron_ore" instead of Material"IRON_ORE". It can be done easily by removing the minecraft: and upercase.
Same for EntityType, support the minecraft:item as for vanilla kill command.
structure are done by matching structure key with NMSBiomeUtils.normalizeBiomeName(s)
biome are done NMSBiomeUtils.normalizeBiomeNameList(biomesOrTags)
"minecraft:iron_ore"instead of Material"IRON_ORE". It can be done easily by removing theminecraft:and upercase.EntityType, support the minecraft:item as for vanilla kill command.NMSBiomeUtils.normalizeBiomeName(s)NMSBiomeUtils.normalizeBiomeNameList(biomesOrTags)