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 0d7ef84 commit 76148ad
Show file tree
Hide file tree
Showing 10 changed files with 117 additions and 12 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
Expand Up @@ -109,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
@@ -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 76148ad

Please sign in to comment.