Minecraft 1.21.7

This commit is contained in:
LOOHP
2025-06-30 18:47:18 +01:00
parent 57473e5f57
commit 077595f0c2
19 changed files with 1998 additions and 1880 deletions
@@ -0,0 +1,13 @@
{
"asset_id": "minecraft:dennis",
"author": {
"color": "gray",
"translate": "painting.minecraft.dennis.author"
},
"height": 3,
"title": {
"color": "yellow",
"translate": "painting.minecraft.dennis.title"
},
"width": 3
}
@@ -8,7 +8,7 @@
{
"condition": {
"type": "minecraft:biome",
"biomes": "minecraft:jungle"
"biomes": "#minecraft:is_jungle"
},
"priority": 1
}
@@ -8,7 +8,7 @@
{
"condition": {
"type": "minecraft:biome",
"biomes": "minecraft:savanna"
"biomes": "#minecraft:is_savanna"
},
"priority": 1
}
@@ -8,7 +8,7 @@
{
"condition": {
"type": "minecraft:biome",
"biomes": "minecraft:badlands"
"biomes": "#minecraft:is_badlands"
},
"priority": 1
}