Skip to content

Commit

Permalink
Updated to version 2.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
catter1 committed Dec 7, 2023
1 parent e7cfde7 commit 5438c01
Show file tree
Hide file tree
Showing 11 changed files with 549 additions and 363 deletions.
Original file line number Diff line number Diff line change
@@ -1,78 +1,123 @@
{
"processors": [
{
"processor_type": "minecraft:rule",
"rules": [
"processors": [
{
"input_predicate": {
"predicate_type": "minecraft:always_true"
},
"location_predicate": {
"block": "minecraft:tall_grass",
"predicate_type": "minecraft:block_match"
},
"output_state": {
"Name": "minecraft:air"
}
},
{
"input_predicate": {
"predicate_type": "minecraft:always_true"
},
"location_predicate": {
"block": "minecraft:short_grass",
"predicate_type": "minecraft:block_match"
},
"output_state": {
"Name": "minecraft:air"
}
},
{
"input_predicate": {
"block": "minecraft:deepslate",
"predicate_type": "minecraft:random_block_match",
"probability": 0.05
},
"location_predicate": {
"block": "minecraft:grass_block",
"predicate_type": "minecraft:block_match"
},
"output_state": {
"Name": "minecraft:cobbled_deepslate"
}
},
{
"input_predicate": {
"block": "minecraft:deepslate",
"predicate_type": "minecraft:random_block_match",
"probability": 0.3
},
"location_predicate": {
"block": "minecraft:grass_block",
"predicate_type": "minecraft:block_match"
},
"output_state": {
"Name": "minecraft:basalt",
"Properties": {
"axis": "y"
}
}
},
{
"input_predicate": {
"block": "minecraft:deepslate",
"predicate_type": "minecraft:random_block_match",
"probability": 0.02
},
"location_predicate": {
"block": "minecraft:grass_block",
"predicate_type": "minecraft:block_match"
},
"output_state": {
"Name": "minecraft:smooth_basalt"
}
"processor_type": "minecraft:rule",
"rules": [
{
"input_predicate": {
"predicate_type": "minecraft:always_true"
},
"location_predicate": {
"block": "minecraft:tall_grass",
"predicate_type": "minecraft:block_match"
},
"output_state": {
"Name": "minecraft:air"
}
},
{
"input_predicate": {
"predicate_type": "minecraft:always_true"
},
"location_predicate": {
"block": "minecraft:short_grass",
"predicate_type": "minecraft:block_match"
},
"output_state": {
"Name": "minecraft:air"
}
},
{
"input_predicate": {
"block": "minecraft:dirt",
"predicate_type": "minecraft:block_match"
},
"location_predicate": {
"block": "minecraft:water",
"predicate_type": "minecraft:block_match"
},
"output_state": {
"Name": "minecraft:water",
"Properties": {
"level": "0"
}
}
},
{
"input_predicate": {
"block": "minecraft:grass_block",
"predicate_type": "minecraft:block_match"
},
"location_predicate": {
"block": "minecraft:water",
"predicate_type": "minecraft:block_match"
},
"output_state": {
"Name": "minecraft:water",
"Properties": {
"level": "0"
}
}
},
{
"input_predicate": {
"block": "minecraft:deepslate",
"predicate_type": "minecraft:block_match"
},
"location_predicate": {
"block": "minecraft:water",
"predicate_type": "minecraft:block_match"
},
"output_state": {
"Name": "minecraft:spruce_planks"
}
},
{
"input_predicate": {
"block": "minecraft:deepslate",
"predicate_type": "minecraft:random_block_match",
"probability": 0.05
},
"location_predicate": {
"block": "minecraft:grass_block",
"predicate_type": "minecraft:block_match"
},
"output_state": {
"Name": "minecraft:cobbled_deepslate"
}
},
{
"input_predicate": {
"block": "minecraft:deepslate",
"predicate_type": "minecraft:random_block_match",
"probability": 0.3
},
"location_predicate": {
"block": "minecraft:grass_block",
"predicate_type": "minecraft:block_match"
},
"output_state": {
"Name": "minecraft:basalt",
"Properties": {
"axis": "y"
}
}
},
{
"input_predicate": {
"block": "minecraft:deepslate",
"predicate_type": "minecraft:random_block_match",
"probability": 0.02
},
"location_predicate": {
"block": "minecraft:grass_block",
"predicate_type": "minecraft:block_match"
},
"output_state": {
"Name": "minecraft:smooth_basalt"
}
}
]
}
]
}
]
]
}
Loading

0 comments on commit 5438c01

Please sign in to comment.