Skip to content

Commit

Permalink
Potentially fix the constant flooding of the Cave Base
Browse files Browse the repository at this point in the history
  • Loading branch information
Nincodedo committed Jul 7, 2023
1 parent e5ad8a9 commit 68968ab
Showing 1 changed file with 252 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,258 @@
"output_state": {
"Name": "minecraft:cobblestone"
}
},
{
"location_predicate": {
"predicate_type": "minecraft:always_true"
},
"input_predicate": {
"predicate_type": "minecraft:blockstate_match",
"block_state": {
"Name": "minecraft:oak_stairs",
"Properties": {
"half": "top",
"facing": "north",
"shape": "straight",
"waterlogged": "true"
}
}
},
"output_state": {
"Name": "minecraft:oak_stairs",
"Properties": {
"half": "top",
"facing": "north",
"shape": "straight",
"waterlogged": "false"
}
}
},
{
"location_predicate": {
"predicate_type": "minecraft:always_true"
},
"input_predicate": {
"predicate_type": "minecraft:blockstate_match",
"block_state": {
"Name": "minecraft:oak_stairs",
"Properties": {
"half": "top",
"facing": "south",
"shape": "straight",
"waterlogged": "true"
}
}
},
"output_state": {
"Name": "minecraft:oak_stairs",
"Properties": {
"half": "top",
"facing": "south",
"shape": "straight",
"waterlogged": "false"
}
}
},
{
"location_predicate": {
"predicate_type": "minecraft:always_true"
},
"input_predicate": {
"predicate_type": "minecraft:blockstate_match",
"block_state": {
"Name": "minecraft:oak_stairs",
"Properties": {
"half": "top",
"facing": "west",
"shape": "straight",
"waterlogged": "true"
}
}
},
"output_state": {
"Name": "minecraft:oak_stairs",
"Properties": {
"half": "top",
"facing": "west",
"shape": "straight",
"waterlogged": "false"
}
}
},
{
"location_predicate": {
"predicate_type": "minecraft:always_true"
},
"input_predicate": {
"predicate_type": "minecraft:blockstate_match",
"block_state": {
"Name": "minecraft:oak_stairs",
"Properties": {
"half": "top",
"facing": "east",
"shape": "straight",
"waterlogged": "true"
}
}
},
"output_state": {
"Name": "minecraft:oak_stairs",
"Properties": {
"half": "top",
"facing": "east",
"shape": "straight",
"waterlogged": "false"
}
}
},
{
"location_predicate": {
"predicate_type": "minecraft:always_true"
},
"input_predicate": {
"predicate_type": "minecraft:blockstate_match",
"block_state": {
"Name": "minecraft:oak_slab",
"Properties": {
"type": "top",
"waterlogged": "true"
}
}
},
"output_state": {
"Name": "minecraft:oak_slab",
"Properties": {
"type": "top",
"waterlogged": "false"
}
}
},
{
"location_predicate": {
"predicate_type": "minecraft:always_true"
},
"input_predicate": {
"predicate_type": "minecraft:blockstate_match",
"block_state": {
"Name": "minecraft:stone_brick_stairs",
"Properties": {
"half": "top",
"facing": "north",
"shape": "straight",
"waterlogged": "true"
}
}
},
"output_state": {
"Name": "minecraft:stone_brick_stairs",
"Properties": {
"half": "top",
"facing": "north",
"shape": "straight",
"waterlogged": "false"
}
}
},
{
"location_predicate": {
"predicate_type": "minecraft:always_true"
},
"input_predicate": {
"predicate_type": "minecraft:blockstate_match",
"block_state": {
"Name": "minecraft:stone_brick_stairs",
"Properties": {
"half": "top",
"facing": "south",
"shape": "straight",
"waterlogged": "true"
}
}
},
"output_state": {
"Name": "minecraft:stone_brick_stairs",
"Properties": {
"half": "top",
"facing": "south",
"shape": "straight",
"waterlogged": "false"
}
}
},
{
"location_predicate": {
"predicate_type": "minecraft:always_true"
},
"input_predicate": {
"predicate_type": "minecraft:blockstate_match",
"block_state": {
"Name": "minecraft:stone_brick_stairs",
"Properties": {
"half": "top",
"facing": "west",
"shape": "straight",
"waterlogged": "true"
}
}
},
"output_state": {
"Name": "minecraft:stone_brick_stairs",
"Properties": {
"half": "top",
"facing": "west",
"shape": "straight",
"waterlogged": "false"
}
}
},
{
"location_predicate": {
"predicate_type": "minecraft:always_true"
},
"input_predicate": {
"predicate_type": "minecraft:blockstate_match",
"block_state": {
"Name": "minecraft:stone_brick_stairs",
"Properties": {
"half": "top",
"facing": "east",
"shape": "straight",
"waterlogged": "true"
}
}
},
"output_state": {
"Name": "minecraft:stone_brick_stairs",
"Properties": {
"half": "top",
"facing": "east",
"shape": "straight",
"waterlogged": "false"
}
}
},
{
"location_predicate": {
"predicate_type": "minecraft:always_true"
},
"input_predicate": {
"predicate_type": "minecraft:blockstate_match",
"block_state": {
"Name": "minecraft:stone_brick_slab",
"Properties": {
"type": "top",
"waterlogged": "true"
}
}
},
"output_state": {
"Name": "minecraft:stone_brick_slab",
"Properties": {
"type": "top",
"waterlogged": "false"
}
}
}
]
},
Expand Down

0 comments on commit 68968ab

Please sign in to comment.