mirror of
https://github.com/LOOHP/Limbo.git
synced 2026-06-07 21:41:43 +00:00
Minecraft 1.21.7
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
+1839
-1833
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user