Skip to content

Commit

Permalink
Follows 1.20.1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mechalopa committed Jun 2, 2024
1 parent 816d518 commit a890036
Show file tree
Hide file tree
Showing 14 changed files with 134 additions and 24 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/resources/assets/jafohana/textures/block/snowdrop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"jafohana:creepansy"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "neoforge:add_features",
"biomes": "#jafohana:has_fasciated_dandelion",
"features": "jafohana:fasciated_dandelion",
"step": "vegetal_decoration"
}
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,78 @@
"id": "arsmagicalegacy:mana_creeper",
"required": false
},
{
"id": "#takumicraft:takumi",
"required": false
},
{
"id": "elementalcreepers:celebration_creeper",
"required": false
},
{
"id": "elementalcreepers:cookie_creeper",
"required": false
},
{
"id": "elementalcreepers:dark_creeper",
"required": false
},
{
"id": "elementalcreepers:earth_creeper",
"required": false
},
{
"id": "elementalcreepers:electric_creeper",
"required": false
},
{
"id": "elementalcreepers:fake_illusion_creeper",
"required": false
},
{
"id": "elementalcreepers:fire_creeper",
"required": false
},
{
"id": "elementalcreepers:ice_creeper",
"required": false
},
{
"id": "elementalcreepers:illusion_creeper",
"required": false
},
{
"id": "elementalcreepers:ghost_creeper",
"required": false
},
{
"id": "elementalcreepers:light_creeper",
"required": false
},
{
"id": "elementalcreepers:magma_creeper",
"required": false
},
{
"id": "elementalcreepers:psychic_creeper",
"required": false
},
{
"id": "elementalcreepers:reverse_creeper",
"required": false
},
{
"id": "elementalcreepers:spider_creeper",
"required": false
},
{
"id": "elementalcreepers:water_creeper",
"required": false
},
{
"id": "elementalcreepers:friendly_creeper",
"required": false
},
{
"id": "grimoireofgaia:creep",
"required": false
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"replace": false,
"values": [
{
"id": "worldofwonder:dandelion_fields",
"required": false
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
"id": "terralith:haze_mountain",
"required": false
},
{
"id": "terralith:temperate_highlands",
"required": false
},
{
"id": "nyctophobia:deep_dark_forest",
"required": false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@
"id": "mysticsbiomes:bamboo_blossom_forest",
"required": false
},
{
"id": "mysticsbiomes:lagoon",
"required": false
},
{
"id": "mysticsbiomes:lavender_meadow",
"required": false
Expand Down Expand Up @@ -105,18 +109,6 @@
{
"id": "galosphere:pink_salt_caves",
"required": false
},
{
"id": "excessive_building:golden_birch_forest",
"required": false
},
{
"id": "excessive_building:maple_forest",
"required": false
},
{
"id": "excessive_building:snowy_maple_forest",
"required": false
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
"id": "terralith:ashen_savanna",
"required": false
},
{
"id": "terralith:fractured_savanna",
"required": false
},
{
"id": "terralith:hot_shrubland",
"required": false
Expand All @@ -26,10 +22,6 @@
"id": "terralith:savanna_badlands",
"required": false
},
{
"id": "terralith:savanna_slopes",
"required": false
},
{
"id": "terralith:shrubland",
"required": false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
{
"id": "excessive_building:snowy_maple_forest",
"required": false
},
{
"id": "terralith:scarlet_mountains",
"required": false
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "minecraft:simple_block",
"config": {
"to_place": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "jafohana:fasciated_dandelion",
"Properties": {
"half": "lower"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"feature": "jafohana:fasciated_dandelion",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 64
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:heightmap",
"heightmap": "MOTION_BLOCKING"
},
{
"type": "minecraft:biome"
}
]
}

0 comments on commit a890036

Please sign in to comment.