Skip to content

Commit

Permalink
fix: added missing resource file
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBv committed Oct 17, 2023
1 parent 9008722 commit 5d5a0c7
Showing 1 changed file with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"processors": [
{
"processor_type": "minecraft:rule",
"rules": [
{
"input_predicate": {
"block": "minecraft:cobblestone",
"predicate_type": "minecraft:random_block_match",
"probability": 0.1
},
"location_predicate": {
"predicate_type": "minecraft:always_true"
},
"output_state": {
"Name": "minecraft:mossy_cobblestone"
}
}
]
},
{
"processor_type": "iceandfire:village_house_processor"
}
]
}

0 comments on commit 5d5a0c7

Please sign in to comment.