Skip to content

Commit

Permalink
Update2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mechalopa committed Jul 13, 2024
1 parent 6b13896 commit 22f5e43
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"type": "jafohana:add_features",
"biomes": [
[
{
"name": "minecraft:sparse_jungle"
}
],
[
{
"name": "#jafohana:is_overworld"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"negate": true
},
{
"name": "#jafohana:is_snowy",
"name": "#jafohana:is_cold",
"negate": true
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@
"id": "specialmobs:sandcreeper",
"required": false
},
{
"id": "specialmobs:scopecreeper",
"required": false
},
{
"id": "specialmobs:skeletoncreeper",
"required": false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
{
"id": "biox:molten_caves",
"required": false
},
{
"id": "mysticsbiomes:tropics",
"required": false
}
]
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"minecraft:sparse_jungle",
{
"id": "#c:is_sparse_vegetation",
"required": false
Expand Down

0 comments on commit 22f5e43

Please sign in to comment.