Added waterlogged predicate Added Chain Variants Added Copper Golems Added Shelves Shrunk Ender Chest hitbox Moved partial box items into their own folder
This commit is contained in:
8
data/lzstools/predicate/waterlogged.json
Normal file
8
data/lzstools/predicate/waterlogged.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"condition": "minecraft:location_check",
|
||||
"predicate": {
|
||||
"fluid": {
|
||||
"fluids": "#minecraft:water"
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"minecraft:furnace",
|
||||
"minecraft:smoker",
|
||||
"minecraft:blast_furnace",
|
||||
"minecraft:carved_pumpkin",
|
||||
"minecraft:jack_o_lantern"
|
||||
"minecraft:furnace",
|
||||
"minecraft:jack_o_lantern",
|
||||
"minecraft:smoker"
|
||||
]
|
||||
}
|
||||
|
@@ -1,27 +1,29 @@
|
||||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"#minecraft:rails",
|
||||
"#minecraft:trapdoors",
|
||||
"#minecraft:fence_gates",
|
||||
"#minecraft:campfires",
|
||||
"#minecraft:all_signs",
|
||||
"#minecraft:anvil",
|
||||
"minecraft:hopper",
|
||||
"minecraft:repeater",
|
||||
"minecraft:comparator",
|
||||
"minecraft:calibrated_sculk_sensor",
|
||||
"#minecraft:campfires",
|
||||
"#minecraft:chains",
|
||||
"#minecraft:copper_golem_statues",
|
||||
"#minecraft:fence_gates",
|
||||
"#minecraft:lightning_rods",
|
||||
"#minecraft:rails",
|
||||
"#minecraft:slabs",
|
||||
"#minecraft:stairs",
|
||||
"minecraft:end_rod",
|
||||
"minecraft:chain",
|
||||
"minecraft:piston",
|
||||
"minecraft:sticky_piston",
|
||||
"minecraft:decorated_pot",
|
||||
"minecraft:lightning_rod",
|
||||
"minecraft:stonecutter",
|
||||
"minecraft:ender_chest",
|
||||
"#minecraft:trapdoors",
|
||||
"#minecraft:wooden_shelves",
|
||||
"minecraft:bell",
|
||||
"minecraft:grindstone"
|
||||
"minecraft:calibrated_sculk_sensor",
|
||||
"minecraft:comparator",
|
||||
"minecraft:decorated_pot",
|
||||
"minecraft:end_rod",
|
||||
"minecraft:ender_chest",
|
||||
"minecraft:grindstone",
|
||||
"minecraft:hopper",
|
||||
"minecraft:piston",
|
||||
"minecraft:repeater",
|
||||
"minecraft:sticky_piston",
|
||||
"minecraft:stonecutter"
|
||||
]
|
||||
}
|
||||
|
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"minecraft:player_head",
|
||||
"minecraft:zombie_head",
|
||||
"minecraft:creeper_head",
|
||||
"minecraft:dragon_head",
|
||||
"minecraft:player_head",
|
||||
"minecraft:skeleton_skull",
|
||||
"minecraft:wither_skeleton_skull",
|
||||
"minecraft:dragon_head"
|
||||
"minecraft:zombie_head"
|
||||
]
|
||||
}
|
||||
|
@@ -2,20 +2,20 @@
|
||||
"replace": false,
|
||||
"values": [
|
||||
"minecraft:bedrock",
|
||||
"minecraft:structure_block",
|
||||
"minecraft:structure_void",
|
||||
"minecraft:jigsaw",
|
||||
"minecraft:command_block",
|
||||
"minecraft:chain_command_block",
|
||||
"minecraft:repeating_command_block",
|
||||
"minecraft:test_instance_block",
|
||||
"minecraft:test_block",
|
||||
"minecraft:light",
|
||||
"minecraft:command_block",
|
||||
"minecraft:end_portal",
|
||||
"minecraft:end_portal_frame",
|
||||
"minecraft:jigsaw",
|
||||
"minecraft:lava",
|
||||
"minecraft:light",
|
||||
"minecraft:nether_portal",
|
||||
"minecraft:reinforced_deepslate",
|
||||
"minecraft:water",
|
||||
"minecraft:lava"
|
||||
"minecraft:repeating_command_block",
|
||||
"minecraft:structure_block",
|
||||
"minecraft:structure_void",
|
||||
"minecraft:test_block",
|
||||
"minecraft:test_instance_block",
|
||||
"minecraft:water"
|
||||
]
|
||||
}
|
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"minecraft:repeater",
|
||||
"minecraft:comparator",
|
||||
"minecraft:hopper"
|
||||
"minecraft:hopper",
|
||||
"minecraft:repeater"
|
||||
]
|
||||
}
|
||||
|
@@ -2,13 +2,13 @@
|
||||
"replace": false,
|
||||
"values": [
|
||||
"#minecraft:logs",
|
||||
"minecraft:quartz_pillar",
|
||||
"minecraft:purpur_pillar",
|
||||
"minecraft:hay_block",
|
||||
"minecraft:bone_block",
|
||||
"minecraft:basalt",
|
||||
"minecraft:polished_basalt",
|
||||
"minecraft:bone_block",
|
||||
"minecraft:deepslate",
|
||||
"minecraft:muddy_mangrove_roots"
|
||||
"minecraft:hay_block",
|
||||
"minecraft:muddy_mangrove_roots",
|
||||
"minecraft:polished_basalt",
|
||||
"minecraft:purpur_pillar",
|
||||
"minecraft:quartz_pillar"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user