-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
So I've written a script to spawn Untamed Wilds anacondas in the specified biomes. The issue is that UW uses "variant" nbt tags to specify species, so I have to use them to make them spawn.
[
{
"mob": "untamedwilds:large_snake",
"persecond": 900,
"attempts": 2,
"amount": {
"minimum": 1,
"maximum": 1,
"groupdistance": 3,
"nbt": {
"Variant":
["0"]
},
{
"Size":
["0.9"]
}
},
"conditions": {
"dimension": "minecraft:overworld",
"inwater": true,
"mindist": 5,
"maxdist": 20,
"minheight": 50,
"maxheight": 60,
"maxthis": 20,
"and": {
"biome": ["climaterivers:warm_river", "minecraft:mangrove_swamp", "terralith:tropical_rainforest"]
}
}
}
]
I am not sure how to use them in this case. It is important that I will have to specify "size" as well.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels