You've already forked minecraft-assets
Create/Update assets for version 25w09a
This commit is contained in:
21
data/minecraft/cat_variant/all_black.json
Normal file
21
data/minecraft/cat_variant/all_black.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"asset_id": "minecraft:entity/cat/all_black",
|
||||
"spawn_conditions": [
|
||||
{
|
||||
"condition": {
|
||||
"type": "minecraft:structure",
|
||||
"structures": "#minecraft:cats_spawn_as_black"
|
||||
},
|
||||
"priority": 1
|
||||
},
|
||||
{
|
||||
"condition": {
|
||||
"type": "minecraft:moon_brightness",
|
||||
"range": {
|
||||
"min": 0.9
|
||||
}
|
||||
},
|
||||
"priority": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user