Skip to content

Commit

Permalink
Added simple feature just for test
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoMett committed Jan 11, 2024
1 parent 566a75c commit 0240c0e
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "forge:add_features",
"biomes": {
"type": "forge:any"
},
"features": "mycologymod:fire_camps",
"step": "surface_structures"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:simple_block",
"config": {
"to_place": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:campfire",
"Properties": {
"facing": "north",
"lit": "true",
"signal_fire": "false",
"waterlogged": "false"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"feature": "mycologymod:fire_camps",
"placement": [
{
"type": "minecraft:heightmap",
"heightmap": "OCEAN_FLOOR_WG"
},
{
"type": "minecraft:rarity_filter",
"chance": 5
},
{
"type": "minecraft:block_predicate_filter",
"predicate": {
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
}
}
]
}

0 comments on commit 0240c0e

Please sign in to comment.