diff --git a/behavior_pack/entities/bee.json b/behavior_pack/entities/bee.json
index afc30f4a6..13c60c96c 100644
--- a/behavior_pack/entities/bee.json
+++ b/behavior_pack/entities/bee.json
@@ -35,7 +35,7 @@
"minecraft:oxeye_daisy",
"minecraft:cornflower",
"minecraft:lily_of_the_valley",
- "minecraft:yellow_flower", // Dandelion
+ "minecraft:dandelion",
"minecraft:wither_rose",
"minecraft:sunflower",
"minecraft:lilac",
@@ -90,7 +90,7 @@
"minecraft:oxeye_daisy",
"minecraft:cornflower",
"minecraft:lily_of_the_valley",
- "minecraft:yellow_flower", // Dandelion
+ "minecraft:dandelion",
"minecraft:wither_rose",
"minecraft:sunflower",
"minecraft:lilac",
@@ -230,7 +230,7 @@
"minecraft:oxeye_daisy",
"minecraft:cornflower",
"minecraft:lily_of_the_valley",
- "minecraft:yellow_flower", // Dandelion
+ "minecraft:dandelion",
"minecraft:wither_rose",
"minecraft:sunflower",
"minecraft:lilac",
@@ -453,7 +453,7 @@
"minecraft:oxeye_daisy",
"minecraft:cornflower",
"minecraft:lily_of_the_valley",
- "minecraft:yellow_flower", // Dandelion
+ "minecraft:dandelion",
"minecraft:wither_rose",
"minecraft:sunflower",
"minecraft:lilac",
@@ -498,8 +498,8 @@
"target": "self"
},
"minecraft:breathable": {
- "totalSupply": 15,
- "suffocateTime": 0
+ "totalSupply": 0,
+ "suffocateTime": -1
},
"minecraft:collision_box": {
"width": 0.55,
diff --git a/behavior_pack/entities/bogged.json b/behavior_pack/entities/bogged.json
index c0aca39a5..0f085fa41 100644
--- a/behavior_pack/entities/bogged.json
+++ b/behavior_pack/entities/bogged.json
@@ -1,5 +1,5 @@
{
- "format_version": "1.21.0",
+ "format_version": "1.21.10",
"minecraft:entity": {
"description": {
"identifier": "minecraft:bogged",
@@ -27,21 +27,11 @@
"minecraft:environment_sensor": {
"triggers": [
{
- "filters": {
- "test": "is_underwater",
- "subject": "self",
- "operator": "==",
- "value": true
- },
+ "filters": { "test": "is_underwater", "subject": "self", "operator": "==", "value": true },
"event": "minecraft:melee_mode"
},
{
- "filters": {
- "test": "has_ranged_weapon",
- "subject": "self",
- "operator": "==",
- "value": false
- },
+ "filters": { "test": "has_ranged_weapon", "subject": "self", "operator": "==", "value": false },
"event": "minecraft:melee_mode"
}
]
@@ -54,27 +44,15 @@
"speed_multiplier": 1.25
},
"minecraft:attack": {
- "damage": 3,
- "effect_name": "slowness",
- "effect_duration": 10
+ "damage": 3
},
"minecraft:environment_sensor": {
"triggers": [
{
"filters": {
"all_of": [
- {
- "test": "in_water",
- "subject": "self",
- "operator": "==",
- "value": false
- },
- {
- "test": "has_ranged_weapon",
- "subject": "self",
- "operator": "==",
- "value": true
- }
+ { "test": "in_water", "subject": "self", "operator": "==", "value": false },
+ { "test": "has_ranged_weapon", "subject": "self", "operator": "==", "value": true }
]
},
"event": "minecraft:ranged_mode"
@@ -143,21 +121,11 @@
"minecraft:environment_sensor": {
"triggers": [
{
- "filters": {
- "test": "is_underwater",
- "subject": "self",
- "operator": "==",
- "value": true
- },
+ "filters": { "test": "is_underwater", "subject": "self", "operator": "==", "value": true },
"event": "minecraft:melee_mode"
},
{
- "filters": {
- "test": "has_ranged_weapon",
- "subject": "self",
- "operator": "==",
- "value": false
- },
+ "filters": { "test": "has_ranged_weapon", "subject": "self", "operator": "==", "value": false },
"event": "minecraft:melee_mode"
}
]
@@ -384,12 +352,7 @@
"priority": 1,
"entity_types": [
{
- "filters": {
- "test": "is_family",
- "subject": "other",
- "operator": "!=",
- "value": "breeze"
- }
+ "filters": { "test": "is_family", "subject": "other", "operator": "!=", "value": "breeze" }
}
]
},
@@ -400,35 +363,18 @@
"entity_types": [
{
- "filters": {
- "test": "is_family",
- "subject": "other",
- "value": "player"
- },
+ "filters": { "test": "is_family", "subject": "other", "value": "player" },
"max_dist": 16
},
{
- "filters": {
- "test": "is_family",
- "subject": "other",
- "value": "irongolem"
- },
+ "filters": { "test": "is_family", "subject": "other", "value": "irongolem" },
"max_dist": 16
},
{
"filters": {
"all_of": [
- {
- "test": "is_family",
- "subject": "other",
- "value": "baby_turtle"
- },
- {
- "test": "in_water",
- "subject": "other",
- "operator": "!=",
- "value": true
- }
+ { "test": "is_family", "subject": "other", "value": "baby_turtle" },
+ { "test": "in_water", "subject": "other", "operator": "!=", "value": true }
]
},
"max_dist": 16
@@ -447,11 +393,7 @@
"priority": 4,
"entity_types": [
{
- "filters": {
- "test": "is_family",
- "subject": "other",
- "value": "wolf"
- },
+ "filters": { "test": "is_family", "subject": "other", "value": "wolf" },
"max_dist": 6,
"walk_speed_multiplier": 1.2,
"sprint_speed_multiplier": 1.2
@@ -494,8 +436,8 @@
"on_interact": {
"filters": {
"all_of": [
- { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "shears"},
- { "test": "has_component", "operator": "!=", "value": "minecraft:is_sheared"}
+ { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "shears" },
+ { "test": "has_component", "operator": "!=", "value": "minecraft:is_sheared" }
]
},
"event": "be_sheared",
diff --git a/behavior_pack/entities/breeze.json b/behavior_pack/entities/breeze.json
index 8159df9c3..12172755b 100644
--- a/behavior_pack/entities/breeze.json
+++ b/behavior_pack/entities/breeze.json
@@ -180,11 +180,29 @@
],
"must_see": true
},
- "minecraft:behavior.move_away_from_target": {
+ "minecraft:behavior.fire_at_target": {
+ "projectile_def": "minecraft:breeze_wind_charge_projectile",
"priority": 2,
+ "filters": {
+ "all_of": [
+ { "test": "is_navigating", "value": false }
+ ]
+ },
+ "attack_range": [ 2, 16 ],
+ "attack_cooldown": 0.5,
+ "pre_shoot_delay": 0.75,
+ "post_shoot_delay": 0.2,
+ "ranged_fov": 90.0,
+ "owner_anchor": 2,
+ "owner_offset": [ 0.0, 0.3, 0.0 ],
+ "target_anchor": 0,
+ "target_offset": [ 0.0, 0.5, 0.0 ]
+ },
+ "minecraft:behavior.move_around_target": {
+ "priority": 3,
"destination_position_range": [4.0, 8.0],
"movement_speed": 1.2,
- "destination_pos_spread_degrees": 90,
+ "destination_pos_spread_degrees": 360,
"filters": {
"all_of": [
{
@@ -194,25 +212,12 @@
{
"test": "target_distance",
"subject": "self",
- "value": 4.0,
+ "value": 24.0,
"operator": "<="
}
]
}
},
- "minecraft:behavior.fire_at_target": {
- "projectile_def": "minecraft:breeze_wind_charge_projectile",
- "priority": 3,
- "attack_range": [ 2, 16 ],
- "attack_cooldown": 0.5,
- "pre_shoot_delay": 0.75,
- "post_shoot_delay": 0.2,
- "ranged_fov": 90.0,
- "owner_anchor": 2,
- "owner_offset": [ 0.0, 0.3, 0.0 ],
- "target_anchor": 0,
- "target_offset": [ 0.0, 0.5, 0.0 ]
- },
"minecraft:behavior.hurt_by_target": {
"priority": 4,
"entity_types": [
diff --git a/behavior_pack/entities/breeze_wind_charge_projectile.json b/behavior_pack/entities/breeze_wind_charge_projectile.json
index 06123c6fb..3f7905198 100644
--- a/behavior_pack/entities/breeze_wind_charge_projectile.json
+++ b/behavior_pack/entities/breeze_wind_charge_projectile.json
@@ -1,5 +1,5 @@
{
- "format_version": "1.21.0",
+ "format_version": "1.21.10",
"minecraft:entity": {
"description": {
"identifier": "minecraft:breeze_wind_charge_projectile",
@@ -11,7 +11,7 @@
"radius": 3.0,
"particle_effect": "breeze_wind_burst",
"sound_effect": "breeze_wind_charge.burst",
- "knockback_scaling": 1.0,
+ "knockback_scaling": 0.6,
"negates_fall_damage": false
},
"minecraft:collision_box": {
@@ -24,7 +24,7 @@
"damage": 1,
"knockback": true
},
- "remove_on_hit": {}
+ "wind_burst_on_hit": {}
},
"power": 0.7,
"gravity": 0.00,
@@ -37,8 +37,7 @@
"ender_crystal",
"wind_charge_projectile",
"breeze_wind_charge_projectile"
- ],
- "hit_nearest_passenger": true
+ ]
},
"minecraft:physics": {
},
@@ -54,7 +53,7 @@
}
},
"minecraft:type_family": {
- "family": ["wind_charge", "wind_charge_projectile"]
+ "family": [ "wind_charge", "wind_charge_projectile" ]
}
}
}
diff --git a/behavior_pack/entities/camel.json b/behavior_pack/entities/camel.json
index aabe3dba0..1a33fb447 100644
--- a/behavior_pack/entities/camel.json
+++ b/behavior_pack/entities/camel.json
@@ -1,5 +1,5 @@
{
- "format_version": "1.21.0",
+ "format_version": "1.21.10",
"minecraft:entity": {
"description": {
"identifier": "minecraft:camel",
diff --git a/behavior_pack/entities/dolphin.json b/behavior_pack/entities/dolphin.json
index 5d8f63a92..50b1c1d97 100644
--- a/behavior_pack/entities/dolphin.json
+++ b/behavior_pack/entities/dolphin.json
@@ -203,6 +203,9 @@
},
"minecraft:can_climb": {
},
+ "minecraft:behavior.swim_up_for_breath": {
+ "priority": 1
+ },
"minecraft:behavior.swim_with_entity": {
"priority": 4,
"success_rate": 0.1,
diff --git a/behavior_pack/entities/donkey.json b/behavior_pack/entities/donkey.json
index 24296f853..d9e8dde3c 100644
--- a/behavior_pack/entities/donkey.json
+++ b/behavior_pack/entities/donkey.json
@@ -1,5 +1,5 @@
{
- "format_version": "1.21.0",
+ "format_version": "1.21.10",
"minecraft:entity": {
"description": {
"identifier": "minecraft:donkey",
diff --git a/behavior_pack/entities/horse.json b/behavior_pack/entities/horse.json
index b42ffb96d..183576e96 100644
--- a/behavior_pack/entities/horse.json
+++ b/behavior_pack/entities/horse.json
@@ -1,5 +1,5 @@
{
- "format_version": "1.21.0",
+ "format_version": "1.21.10",
"minecraft:entity": {
"description": {
"identifier": "minecraft:horse",
diff --git a/behavior_pack/entities/iron_golem.json b/behavior_pack/entities/iron_golem.json
index a9963f8c2..1d3783a4f 100644
--- a/behavior_pack/entities/iron_golem.json
+++ b/behavior_pack/entities/iron_golem.json
@@ -1,11 +1,10 @@
{
- "format_version": "1.19.50",
+ "format_version": "1.21.20",
"minecraft:entity": {
"description": {
"identifier": "minecraft:iron_golem",
"is_spawnable": true,
- "is_summonable": true,
- "is_experimental": false
+ "is_summonable": true
},
"component_groups": {
@@ -161,8 +160,14 @@
"blocks": [
"cobblestone",
"stone",
- "stonebrick",
+ "stone_bricks",
+ "mossy_stone_bricks",
+ "cracked_stone_bricks",
+ "chiseled_stone_bricks",
"sandstone",
+ "cut_sandstone",
+ "chiseled_sandstone",
+ "smooth_sandstone",
"mossy_cobblestone",
"smooth_stone_slab",
"sandstone_slab",
@@ -171,12 +176,50 @@
"stone_brick_slab",
"quartz_slab",
"nether_brick_slab",
- "stone_slab2",
- "stone_slab3",
- "stone_slab4",
- "double_stone_slab",
- "double_stone_slab2",
- "double_stone_slab3",
+ "red_sandstone_slab",
+ "purpur_slab",
+ "prismarine_slab",
+ "dark_prismarine_slab",
+ "prismarine_brick_slab",
+ "mossy_cobblestone_slab",
+ "smooth_sandstone_slab",
+ "red_nether_brick_slab",
+ "end_stone_brick_slab",
+ "smooth_red_sandstone_slab",
+ "polished_andesite_slab",
+ "andesite_slab",
+ "diorite_slab",
+ "polished_diorite_slab",
+ "granite_slab",
+ "polished_granite_slab",
+ "mossy_stone_brick_slab",
+ "smooth_quartz_slab",
+ "normal_stone_slab",
+ "cut_sandstone_slab",
+ "cut_red_sandstone_slab",
+ "smooth_stone_double_slab",
+ "sandstone_double_slab",
+ "cobblestone_double_slab",
+ "brick_double_slab",
+ "stone_brick_double_slab",
+ "quartz_double_slab",
+ "nether_brick_double_slab",
+ "red_sandstone_double_slab",
+ "purpur_double_slab",
+ "prismarine_double_slab",
+ "dark_prismarine_double_slab",
+ "prismarine_brick_double_slab",
+ "mossy_cobblestone_double_slab",
+ "smooth_sandstone_double_slab",
+ "red_nether_brick_double_slab",
+ "end_stone_brick_double_slab",
+ "smooth_red_sandstone_double_slab",
+ "polished_andesite_double_slab",
+ "andesite_double_slab",
+ "diorite_double_slab",
+ "polished_diorite_double_slab",
+ "granite_double_slab",
+ "polished_granite_double_slab",
"double_stone_slab4",
"wooden_slab",
"double_wooden_slab",
@@ -186,6 +229,9 @@
"red_nether_brick",
"end_bricks",
"red_sandstone",
+ "cut_red_sandstone",
+ "chiseled_red_sandstone",
+ "smooth_red_sandstone",
"white_stained_glass",
"orange_stained_glass",
"magenta_stained_glass",
diff --git a/behavior_pack/entities/llama.json b/behavior_pack/entities/llama.json
index 2689ee707..782b81b9d 100644
--- a/behavior_pack/entities/llama.json
+++ b/behavior_pack/entities/llama.json
@@ -1,5 +1,5 @@
{
- "format_version": "1.21.0",
+ "format_version": "1.21.10",
"minecraft:entity": {
"description": {
"identifier": "minecraft:llama",
diff --git a/behavior_pack/entities/mooshroom.json b/behavior_pack/entities/mooshroom.json
index bc423f261..c64c27aff 100644
--- a/behavior_pack/entities/mooshroom.json
+++ b/behavior_pack/entities/mooshroom.json
@@ -161,7 +161,7 @@
"on_interact": {
"filters": { // Dandelion
"all_of": [
- { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "yellow_flower"},
+ { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "dandelion"},
{ "test" : "is_family", "subject" : "other", "value" : "player"},
{ "test": "is_variant", "subject": "self", "operator": "==", "value": 1},
{ "test": "is_mark_variant", "subject": "self", "operator": "!=", "value": 5}
diff --git a/behavior_pack/entities/mule.json b/behavior_pack/entities/mule.json
index cbc59f644..a214f4161 100644
--- a/behavior_pack/entities/mule.json
+++ b/behavior_pack/entities/mule.json
@@ -1,5 +1,5 @@
{
- "format_version": "1.21.0",
+ "format_version": "1.21.10",
"minecraft:entity": {
"description": {
"identifier": "minecraft:mule",
diff --git a/behavior_pack/entities/panda.json b/behavior_pack/entities/panda.json
index b49eded3b..4e8bcb626 100644
--- a/behavior_pack/entities/panda.json
+++ b/behavior_pack/entities/panda.json
@@ -259,7 +259,7 @@
"minecraft:behavior.panic": {
"priority": 1,
"speed_multiplier": 1.25,
- // Aggressive pandas don't panic from mob damage
+ "damage_sources": [ "campfire", "fire", "fire_tick", "freezing", "lightning", "lava", "magma", "temperature", "soul_campfire" ],
"ignore_mob_damage": true
}
},
diff --git a/behavior_pack/entities/polar_bear.json b/behavior_pack/entities/polar_bear.json
index 3eb6c0e3a..3481bf2c7 100644
--- a/behavior_pack/entities/polar_bear.json
+++ b/behavior_pack/entities/polar_bear.json
@@ -1,5 +1,5 @@
{
- "format_version": "1.21.0",
+ "format_version": "1.21.10",
"minecraft:entity": {
"description": {
"identifier": "minecraft:polar_bear",
@@ -37,7 +37,7 @@
"priority": 4,
"entity_types": [
{
- "filters": { "test" : "is_family", "subject" : "other", "value" : "player"},
+ "filters": { "test": "is_family", "subject": "other", "value": "player" },
"max_dist": 16
}
]
@@ -78,9 +78,7 @@
"priority": 4,
"entity_types": [
{
- "filters": {
- "test": "is_family", "subject": "other", "value": "fox"
- },
+ "filters": { "test": "is_family", "subject": "other", "value": "fox" },
"max_dist": 16
}
],
@@ -130,7 +128,12 @@
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
- "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true },
+ "filters": {
+ "test": "in_lava",
+ "subject": "self",
+ "operator": "==",
+ "value": true
+ },
"cause": "lava",
"damage_per_tick": 4
}
@@ -166,8 +169,14 @@
"minecraft:behavior.float": {
"priority": 0
},
+ "minecraft:behavior.panic": {
+ "priority": 1,
+ "speed_multiplier": 1.25,
+ "damage_sources": [ "campfire", "fire", "fire_tick", "freezing", "lightning", "lava", "magma", "temperature", "soul_campfire" ],
+ "ignore_mob_damage": true
+ },
"minecraft:behavior.hurt_by_target": {
- "priority": 1
+ "priority": 2
},
"minecraft:behavior.random_stroll": {
"priority": 5
diff --git a/behavior_pack/entities/rabbit.json b/behavior_pack/entities/rabbit.json
index da9c35f09..bb4af57e0 100644
--- a/behavior_pack/entities/rabbit.json
+++ b/behavior_pack/entities/rabbit.json
@@ -20,7 +20,7 @@
"feed_items": [
"golden_carrot",
"carrot",
- "yellow_flower"
+ "dandelion"
],
"grow_up": {
"event": "grow_up",
@@ -52,7 +52,7 @@
"breed_items": [
"golden_carrot",
"carrot",
- "yellow_flower"
+ "dandelion"
],
"breeds_with": {
"mate_type": "minecraft:rabbit",
@@ -183,7 +183,7 @@
"items": [
"golden_carrot",
"carrot",
- "yellow_flower"
+ "dandelion"
]
},
"minecraft:behavior.raid_garden": {
diff --git a/behavior_pack/entities/ravager.json b/behavior_pack/entities/ravager.json
index 034a8f689..2cd303f36 100644
--- a/behavior_pack/entities/ravager.json
+++ b/behavior_pack/entities/ravager.json
@@ -342,7 +342,7 @@
"vine",
"waterlily",
"wheat",
- "yellow_flower",
+ "dandelion",
"azalea",
"flowering_azalea",
"azalea_leaves",
diff --git a/behavior_pack/entities/sniffer.json b/behavior_pack/entities/sniffer.json
index 7cd6b11e4..75e29b652 100644
--- a/behavior_pack/entities/sniffer.json
+++ b/behavior_pack/entities/sniffer.json
@@ -103,6 +103,7 @@
"find_valid_position_retries": 5,
"target_blocks": [
"minecraft:dirt",
+ "minecraft:coarse_dirt",
"minecraft:grass",
"minecraft:podzol",
"minecraft:dirt_with_roots",
diff --git a/behavior_pack/entities/trader_llama.json b/behavior_pack/entities/trader_llama.json
index f2413fd5f..229100c9e 100644
--- a/behavior_pack/entities/trader_llama.json
+++ b/behavior_pack/entities/trader_llama.json
@@ -1,5 +1,5 @@
{
- "format_version": "1.21.0",
+ "format_version": "1.21.10",
"minecraft:entity": {
"description": {
"identifier": "minecraft:trader_llama",
diff --git a/behavior_pack/entities/villager_v2.json b/behavior_pack/entities/villager_v2.json
index 06bd03a96..340fc0589 100644
--- a/behavior_pack/entities/villager_v2.json
+++ b/behavior_pack/entities/villager_v2.json
@@ -1,5 +1,5 @@
{
- "format_version": "1.21.0",
+ "format_version": "1.21.20",
"minecraft:entity": {
"description": {
"identifier": "minecraft:villager_v2",
@@ -48,12 +48,20 @@
"minecraft:scheduler": {
"min_delay_secs": 0,
"max_delay_secs": 10,
- "scheduled_events" : [
+ "scheduled_events": [
{
"filters": {
"all_of": [
- { "test": "hourly_clock_time", "operator": ">=", "value": 0 },
- { "test": "hourly_clock_time", "operator": "<", "value": 8000 }
+ {
+ "test": "hourly_clock_time",
+ "operator": ">=",
+ "value": 0
+ },
+ {
+ "test": "hourly_clock_time",
+ "operator": "<",
+ "value": 8000
+ }
]
},
"event": "minecraft:schedule_work_pro_villager"
@@ -61,8 +69,16 @@
{
"filters": {
"all_of": [
- { "test": "hourly_clock_time", "operator": ">=", "value": 8000 },
- { "test": "hourly_clock_time", "operator": "<", "value": 10000 }
+ {
+ "test": "hourly_clock_time",
+ "operator": ">=",
+ "value": 8000
+ },
+ {
+ "test": "hourly_clock_time",
+ "operator": "<",
+ "value": 10000
+ }
]
},
"event": "minecraft:schedule_gather_villager"
@@ -70,8 +86,16 @@
{
"filters": {
"all_of": [
- { "test": "hourly_clock_time", "operator": ">=", "value": 10000 },
- { "test": "hourly_clock_time", "operator": "<", "value": 11000 }
+ {
+ "test": "hourly_clock_time",
+ "operator": ">=",
+ "value": 10000
+ },
+ {
+ "test": "hourly_clock_time",
+ "operator": "<",
+ "value": 11000
+ }
]
},
"event": "minecraft:schedule_work_pro_villager"
@@ -79,8 +103,16 @@
{
"filters": {
"all_of": [
- { "test": "hourly_clock_time", "operator": ">=", "value": 11000 },
- { "test": "hourly_clock_time", "operator": "<", "value": 12000 }
+ {
+ "test": "hourly_clock_time",
+ "operator": ">=",
+ "value": 11000
+ },
+ {
+ "test": "hourly_clock_time",
+ "operator": "<",
+ "value": 12000
+ }
]
},
"event": "minecraft:schedule_home_villager"
@@ -88,8 +120,16 @@
{
"filters": {
"all_of": [
- { "test": "hourly_clock_time", "operator": ">=", "value": 12000 },
- { "test": "hourly_clock_time", "operator": "<", "value": 24000 }
+ {
+ "test": "hourly_clock_time",
+ "operator": ">=",
+ "value": 12000
+ },
+ {
+ "test": "hourly_clock_time",
+ "operator": "<",
+ "value": 24000
+ }
]
},
"event": "minecraft:schedule_bed_villager"
@@ -102,12 +142,20 @@
"minecraft:scheduler": {
"min_delay_secs": 0,
"max_delay_secs": 10,
- "scheduled_events" : [
+ "scheduled_events": [
{
"filters": {
"all_of": [
- { "test": "hourly_clock_time", "operator": ">=", "value": 0 },
- { "test": "hourly_clock_time", "operator": "<", "value": 8000 }
+ {
+ "test": "hourly_clock_time",
+ "operator": ">=",
+ "value": 0
+ },
+ {
+ "test": "hourly_clock_time",
+ "operator": "<",
+ "value": 8000
+ }
]
},
"event": "minecraft:schedule_wander_villager"
@@ -115,8 +163,16 @@
{
"filters": {
"all_of": [
- { "test": "hourly_clock_time", "operator": ">=", "value": 8000 },
- { "test": "hourly_clock_time", "operator": "<", "value": 10000}
+ {
+ "test": "hourly_clock_time",
+ "operator": ">=",
+ "value": 8000
+ },
+ {
+ "test": "hourly_clock_time",
+ "operator": "<",
+ "value": 10000
+ }
]
},
"event": "minecraft:schedule_gather_villager"
@@ -124,8 +180,16 @@
{
"filters": {
"all_of": [
- { "test": "hourly_clock_time", "operator": ">=", "value": 10000 },
- { "test": "hourly_clock_time", "operator": "<", "value": 11000 }
+ {
+ "test": "hourly_clock_time",
+ "operator": ">=",
+ "value": 10000
+ },
+ {
+ "test": "hourly_clock_time",
+ "operator": "<",
+ "value": 11000
+ }
]
},
"event": "minecraft:schedule_wander_villager"
@@ -133,8 +197,16 @@
{
"filters": {
"all_of": [
- { "test": "hourly_clock_time", "operator": ">=", "value": 11000 },
- { "test": "hourly_clock_time", "operator": "<", "value": 12000 }
+ {
+ "test": "hourly_clock_time",
+ "operator": ">=",
+ "value": 11000
+ },
+ {
+ "test": "hourly_clock_time",
+ "operator": "<",
+ "value": 12000
+ }
]
},
"event": "minecraft:schedule_home_villager"
@@ -142,8 +214,16 @@
{
"filters": {
"all_of": [
- { "test": "hourly_clock_time", "operator": ">=", "value": 12000 },
- { "test": "hourly_clock_time", "operator": "<", "value": 24000 }
+ {
+ "test": "hourly_clock_time",
+ "operator": ">=",
+ "value": 12000
+ },
+ {
+ "test": "hourly_clock_time",
+ "operator": "<",
+ "value": 24000
+ }
]
},
"event": "minecraft:schedule_bed_villager"
@@ -156,12 +236,20 @@
"minecraft:scheduler": {
"min_delay_secs": 0,
"max_delay_secs": 10,
- "scheduled_events" : [
+ "scheduled_events": [
{
"filters": {
"all_of": [
- { "test": "hourly_clock_time", "operator": ">=", "value": 0 },
- { "test": "hourly_clock_time", "operator": "<", "value": 11000 }
+ {
+ "test": "hourly_clock_time",
+ "operator": ">=",
+ "value": 0
+ },
+ {
+ "test": "hourly_clock_time",
+ "operator": "<",
+ "value": 11000
+ }
]
},
"event": "minecraft:schedule_play_villager"
@@ -169,8 +257,16 @@
{
"filters": {
"all_of": [
- { "test": "hourly_clock_time", "operator": ">=", "value": 11000 },
- { "test": "hourly_clock_time", "operator": "<", "value": 12000 }
+ {
+ "test": "hourly_clock_time",
+ "operator": ">=",
+ "value": 11000
+ },
+ {
+ "test": "hourly_clock_time",
+ "operator": "<",
+ "value": 12000
+ }
]
},
"event": "minecraft:schedule_home_villager"
@@ -178,8 +274,16 @@
{
"filters": {
"all_of": [
- { "test": "hourly_clock_time", "operator": ">=", "value": 12000 },
- { "test": "hourly_clock_time", "operator": "<", "value": 24000 }
+ {
+ "test": "hourly_clock_time",
+ "operator": ">=",
+ "value": 12000
+ },
+ {
+ "test": "hourly_clock_time",
+ "operator": "<",
+ "value": 24000
+ }
]
},
"event": "minecraft:schedule_bed_villager"
@@ -192,12 +296,20 @@
"minecraft:scheduler": {
"min_delay_secs": 0,
"max_delay_secs": 10,
- "scheduled_events" : [
+ "scheduled_events": [
{
"filters": {
"all_of": [
- { "test": "hourly_clock_time", "operator": ">=", "value": 2000 },
- { "test": "hourly_clock_time", "operator": "<", "value": 13000 }
+ {
+ "test": "hourly_clock_time",
+ "operator": ">=",
+ "value": 2000
+ },
+ {
+ "test": "hourly_clock_time",
+ "operator": "<",
+ "value": 13000
+ }
]
},
"event": "minecraft:schedule_wander_villager"
@@ -205,8 +317,16 @@
{
"filters": {
"all_of": [
- { "test": "hourly_clock_time", "operator": ">=", "value": 13000 },
- { "test": "hourly_clock_time", "operator": "<", "value": 14000 }
+ {
+ "test": "hourly_clock_time",
+ "operator": ">=",
+ "value": 13000
+ },
+ {
+ "test": "hourly_clock_time",
+ "operator": "<",
+ "value": 14000
+ }
]
},
"event": "minecraft:schedule_home_villager"
@@ -214,8 +334,16 @@
{
"filters": {
"all_of": [
- { "test": "hourly_clock_time", "operator": ">=", "value": 14000 },
- { "test": "hourly_clock_time", "operator": "<", "value": 24000 }
+ {
+ "test": "hourly_clock_time",
+ "operator": ">=",
+ "value": 14000
+ },
+ {
+ "test": "hourly_clock_time",
+ "operator": "<",
+ "value": 24000
+ }
]
},
"event": "minecraft:schedule_bed_villager"
@@ -223,8 +351,16 @@
{
"filters": {
"all_of": [
- { "test": "hourly_clock_time", "operator": ">=", "value": 0 },
- { "test": "hourly_clock_time", "operator": "<", "value": 2000 }
+ {
+ "test": "hourly_clock_time",
+ "operator": ">=",
+ "value": 0
+ },
+ {
+ "test": "hourly_clock_time",
+ "operator": "<",
+ "value": 2000
+ }
]
},
"event": "minecraft:schedule_bed_villager"
@@ -237,12 +373,20 @@
"minecraft:scheduler": {
"min_delay_secs": 0,
"max_delay_secs": 10,
- "scheduled_events" : [
+ "scheduled_events": [
{
"filters": {
"all_of": [
- { "test": "hourly_clock_time", "operator": ">=", "value": 0 },
- { "test": "hourly_clock_time", "operator": "<", "value": 8000 }
+ {
+ "test": "hourly_clock_time",
+ "operator": ">=",
+ "value": 0
+ },
+ {
+ "test": "hourly_clock_time",
+ "operator": "<",
+ "value": 8000
+ }
]
},
"event": "minecraft:schedule_work_fisher"
@@ -250,8 +394,16 @@
{
"filters": {
"all_of": [
- { "test": "hourly_clock_time", "operator": ">=", "value": 8000 },
- { "test": "hourly_clock_time", "operator": "<", "value": 10000 }
+ {
+ "test": "hourly_clock_time",
+ "operator": ">=",
+ "value": 8000
+ },
+ {
+ "test": "hourly_clock_time",
+ "operator": "<",
+ "value": 10000
+ }
]
},
"event": "minecraft:schedule_gather_villager"
@@ -259,8 +411,16 @@
{
"filters": {
"all_of": [
- { "test": "hourly_clock_time", "operator": ">=", "value": 10000 },
- { "test": "hourly_clock_time", "operator": "<", "value": 11000 }
+ {
+ "test": "hourly_clock_time",
+ "operator": ">=",
+ "value": 10000
+ },
+ {
+ "test": "hourly_clock_time",
+ "operator": "<",
+ "value": 11000
+ }
]
},
"event": "minecraft:schedule_work_fisher"
@@ -268,8 +428,16 @@
{
"filters": {
"all_of": [
- { "test": "hourly_clock_time", "operator": ">=", "value": 11000 },
- { "test": "hourly_clock_time", "operator": "<", "value": 12000 }
+ {
+ "test": "hourly_clock_time",
+ "operator": ">=",
+ "value": 11000
+ },
+ {
+ "test": "hourly_clock_time",
+ "operator": "<",
+ "value": 12000
+ }
]
},
"event": "minecraft:schedule_home_villager"
@@ -277,8 +445,16 @@
{
"filters": {
"all_of": [
- { "test": "hourly_clock_time", "operator": ">=", "value": 12000 },
- { "test": "hourly_clock_time", "operator": "<", "value": 24000 }
+ {
+ "test": "hourly_clock_time",
+ "operator": ">=",
+ "value": 12000
+ },
+ {
+ "test": "hourly_clock_time",
+ "operator": "<",
+ "value": 24000
+ }
]
},
"event": "minecraft:schedule_bed_villager"
@@ -291,12 +467,20 @@
"minecraft:scheduler": {
"min_delay_secs": 0,
"max_delay_secs": 10,
- "scheduled_events" : [
+ "scheduled_events": [
{
"filters": {
"all_of": [
- { "test": "hourly_clock_time", "operator": ">=", "value": 0 },
- { "test": "hourly_clock_time", "operator": "<", "value": 8000 }
+ {
+ "test": "hourly_clock_time",
+ "operator": ">=",
+ "value": 0
+ },
+ {
+ "test": "hourly_clock_time",
+ "operator": "<",
+ "value": 8000
+ }
]
},
"event": "minecraft:schedule_work_librarian"
@@ -304,8 +488,16 @@
{
"filters": {
"all_of": [
- { "test": "hourly_clock_time", "operator": ">=", "value": 8000 },
- { "test": "hourly_clock_time", "operator": "<", "value": 10000 }
+ {
+ "test": "hourly_clock_time",
+ "operator": ">=",
+ "value": 8000
+ },
+ {
+ "test": "hourly_clock_time",
+ "operator": "<",
+ "value": 10000
+ }
]
},
"event": "minecraft:schedule_gather_villager"
@@ -313,8 +505,16 @@
{
"filters": {
"all_of": [
- { "test": "hourly_clock_time", "operator": ">=", "value": 10000 },
- { "test": "hourly_clock_time", "operator": "<", "value": 11000 }
+ {
+ "test": "hourly_clock_time",
+ "operator": ">=",
+ "value": 10000
+ },
+ {
+ "test": "hourly_clock_time",
+ "operator": "<",
+ "value": 11000
+ }
]
},
"event": "minecraft:schedule_work_librarian"
@@ -322,8 +522,16 @@
{
"filters": {
"all_of": [
- { "test": "hourly_clock_time", "operator": ">=", "value": 11000 },
- { "test": "hourly_clock_time", "operator": "<", "value": 12000 }
+ {
+ "test": "hourly_clock_time",
+ "operator": ">=",
+ "value": 11000
+ },
+ {
+ "test": "hourly_clock_time",
+ "operator": "<",
+ "value": 12000
+ }
]
},
"event": "minecraft:schedule_home_villager"
@@ -331,8 +539,16 @@
{
"filters": {
"all_of": [
- { "test": "hourly_clock_time", "operator": ">=", "value": 12000 },
- { "test": "hourly_clock_time", "operator": "<", "value": 24000 }
+ {
+ "test": "hourly_clock_time",
+ "operator": ">=",
+ "value": 12000
+ },
+ {
+ "test": "hourly_clock_time",
+ "operator": "<",
+ "value": 24000
+ }
]
},
"event": "minecraft:schedule_bed_villager"
@@ -345,12 +561,20 @@
"minecraft:scheduler": {
"min_delay_secs": 0,
"max_delay_secs": 10,
- "scheduled_events" : [
+ "scheduled_events": [
{
"filters": {
"all_of": [
- { "test": "hourly_clock_time", "operator": ">=", "value": 0 },
- { "test": "hourly_clock_time", "operator": "<", "value": 8000 }
+ {
+ "test": "hourly_clock_time",
+ "operator": ">=",
+ "value": 0
+ },
+ {
+ "test": "hourly_clock_time",
+ "operator": "<",
+ "value": 8000
+ }
]
},
"event": "minecraft:schedule_work_farmer"
@@ -358,8 +582,16 @@
{
"filters": {
"all_of": [
- { "test": "hourly_clock_time", "operator": ">=", "value": 8000 },
- { "test": "hourly_clock_time", "operator": "<", "value": 10000 }
+ {
+ "test": "hourly_clock_time",
+ "operator": ">=",
+ "value": 8000
+ },
+ {
+ "test": "hourly_clock_time",
+ "operator": "<",
+ "value": 10000
+ }
]
},
"event": "minecraft:schedule_gather_villager"
@@ -367,8 +599,16 @@
{
"filters": {
"all_of": [
- { "test": "hourly_clock_time", "operator": ">=", "value": 10000 },
- { "test": "hourly_clock_time", "operator": "<", "value": 11000 }
+ {
+ "test": "hourly_clock_time",
+ "operator": ">=",
+ "value": 10000
+ },
+ {
+ "test": "hourly_clock_time",
+ "operator": "<",
+ "value": 11000
+ }
]
},
"event": "minecraft:schedule_work_farmer"
@@ -376,8 +616,16 @@
{
"filters": {
"all_of": [
- { "test": "hourly_clock_time", "operator": ">=", "value": 11000 },
- { "test": "hourly_clock_time", "operator": "<", "value": 12000 }
+ {
+ "test": "hourly_clock_time",
+ "operator": ">=",
+ "value": 11000
+ },
+ {
+ "test": "hourly_clock_time",
+ "operator": "<",
+ "value": 12000
+ }
]
},
"event": "minecraft:schedule_home_villager"
@@ -385,8 +633,16 @@
{
"filters": {
"all_of": [
- { "test": "hourly_clock_time", "operator": ">=", "value": 12000 },
- { "test": "hourly_clock_time", "operator": "<", "value": 24000 }
+ {
+ "test": "hourly_clock_time",
+ "operator": ">=",
+ "value": 12000
+ },
+ {
+ "test": "hourly_clock_time",
+ "operator": "<",
+ "value": 24000
+ }
]
},
"event": "minecraft:schedule_bed_villager"
@@ -564,8 +820,17 @@
{
"filters": {
"all_of": [
- { "test": "is_family", "subject": "other", "value": "villager" },
- { "test": "is_baby", "subject": "other", "operator": "==", "value": true }
+ {
+ "test": "is_family",
+ "subject": "other",
+ "value": "villager"
+ },
+ {
+ "test": "is_baby",
+ "subject": "other",
+ "operator": "==",
+ "value": true
+ }
]
}
}
@@ -710,13 +975,13 @@
},
"unskilled": {
- "minecraft:type_family": {
- "family": [ "villager", "peasant", "unskilled", "mob" ]
- },
- "minecraft:variant": {
- "value": 0
- }
+ "minecraft:type_family": {
+ "family": [ "villager", "peasant", "unskilled", "mob" ]
},
+ "minecraft:variant": {
+ "value": 0
+ }
+ },
"farmer": {
"minecraft:type_family": {
@@ -738,8 +1003,8 @@
"table": "trading/economy_trades/farmer_trades.json",
"new_screen": true,
"persist_trades": true,
- "cured_discount": [-25, -20],
- "max_cured_discount": [-25, -20]
+ "cured_discount": [ -25, -20 ],
+ "max_cured_discount": [ -25, -20 ]
},
"minecraft:dweller": {
"dwelling_type": "village",
@@ -773,8 +1038,8 @@
"table": "trading/economy_trades/fisherman_trades.json",
"new_screen": true,
"persist_trades": true,
- "cured_discount": [-25, -20],
- "max_cured_discount": [-25, -20]
+ "cured_discount": [ -25, -20 ],
+ "max_cured_discount": [ -25, -20 ]
},
"minecraft:dweller": {
"dwelling_type": "village",
@@ -808,8 +1073,8 @@
"table": "trading/economy_trades/shepherd_trades.json",
"new_screen": true,
"persist_trades": true,
- "cured_discount": [-25, -20],
- "max_cured_discount": [-25, -20]
+ "cured_discount": [ -25, -20 ],
+ "max_cured_discount": [ -25, -20 ]
},
"minecraft:dweller": {
"dwelling_type": "village",
@@ -843,8 +1108,8 @@
"table": "trading/economy_trades/fletcher_trades.json",
"new_screen": true,
"persist_trades": true,
- "cured_discount": [-25, -20],
- "max_cured_discount": [-25, -20]
+ "cured_discount": [ -25, -20 ],
+ "max_cured_discount": [ -25, -20 ]
},
"minecraft:dweller": {
"dwelling_type": "village",
@@ -878,8 +1143,8 @@
"table": "trading/economy_trades/librarian_trades.json",
"new_screen": true,
"persist_trades": true,
- "cured_discount": [-25, -20],
- "max_cured_discount": [-25, -20]
+ "cured_discount": [ -25, -20 ],
+ "max_cured_discount": [ -25, -20 ]
},
"minecraft:dweller": {
"dwelling_type": "village",
@@ -913,8 +1178,8 @@
"table": "trading/economy_trades/cartographer_trades.json",
"new_screen": true,
"persist_trades": true,
- "cured_discount": [-25, -20],
- "max_cured_discount": [-25, -20]
+ "cured_discount": [ -25, -20 ],
+ "max_cured_discount": [ -25, -20 ]
},
"minecraft:dweller": {
"dwelling_type": "village",
@@ -948,8 +1213,8 @@
"table": "trading/economy_trades/cleric_trades.json",
"new_screen": true,
"persist_trades": true,
- "cured_discount": [-25, -20],
- "max_cured_discount": [-25, -20]
+ "cured_discount": [ -25, -20 ],
+ "max_cured_discount": [ -25, -20 ]
},
"minecraft:dweller": {
"dwelling_type": "village",
@@ -983,8 +1248,8 @@
"table": "trading/economy_trades/armorer_trades.json",
"new_screen": true,
"persist_trades": true,
- "cured_discount": [-25, -20],
- "max_cured_discount": [-25, -20]
+ "cured_discount": [ -25, -20 ],
+ "max_cured_discount": [ -25, -20 ]
},
"minecraft:dweller": {
"dwelling_type": "village",
@@ -1018,8 +1283,8 @@
"table": "trading/economy_trades/weapon_smith_trades.json",
"new_screen": true,
"persist_trades": true,
- "cured_discount": [-25, -20],
- "max_cured_discount": [-25, -20]
+ "cured_discount": [ -25, -20 ],
+ "max_cured_discount": [ -25, -20 ]
},
"minecraft:dweller": {
"dwelling_type": "village",
@@ -1053,8 +1318,8 @@
"table": "trading/economy_trades/tool_smith_trades.json",
"new_screen": true,
"persist_trades": true,
- "cured_discount": [-25, -20],
- "max_cured_discount": [-25, -20]
+ "cured_discount": [ -25, -20 ],
+ "max_cured_discount": [ -25, -20 ]
},
"minecraft:dweller": {
"dwelling_type": "village",
@@ -1088,8 +1353,8 @@
"table": "trading/economy_trades/butcher_trades.json",
"new_screen": true,
"persist_trades": true,
- "cured_discount": [-25, -20],
- "max_cured_discount": [-25, -20]
+ "cured_discount": [ -25, -20 ],
+ "max_cured_discount": [ -25, -20 ]
},
"minecraft:dweller": {
"dwelling_type": "village",
@@ -1123,8 +1388,8 @@
"table": "trading/economy_trades/leather_worker_trades.json",
"new_screen": true,
"persist_trades": true,
- "cured_discount": [-25, -20],
- "max_cured_discount": [-25, -20]
+ "cured_discount": [ -25, -20 ],
+ "max_cured_discount": [ -25, -20 ]
},
"minecraft:dweller": {
"dwelling_type": "village",
@@ -1158,8 +1423,8 @@
"table": "trading/economy_trades/stone_mason_trades.json",
"new_screen": true,
"persist_trades": true,
- "cured_discount": [-25, -20],
- "max_cured_discount": [-25, -20]
+ "cured_discount": [ -25, -20 ],
+ "max_cured_discount": [ -25, -20 ]
},
"minecraft:dweller": {
"dwelling_type": "village",
@@ -1173,9 +1438,9 @@
}
},
- "nitwit":{
+ "nitwit": {
"minecraft:type_family": {
- "family":[ "villager", "peasant", "nitwit", "mob" ]
+ "family": [ "villager", "peasant", "nitwit", "mob" ]
},
"minecraft:variant": {
"value": 14
@@ -1183,9 +1448,9 @@
},
"baby": {
- "minecraft:is_baby": { },
+ "minecraft:is_baby": {},
"minecraft:scale": {
- "value":0.5
+ "value": 0.5
},
"minecraft:ageable": {
"duration": 1200,
@@ -1194,33 +1459,42 @@
"target": "self"
}
},
- "minecraft:behavior.take_flower":{
+ "minecraft:behavior.take_flower": {
"priority": 9,
"filters": {
"all_of": [
- { "test": "is_daytime", "value" : true }
+ {
+ "test": "is_daytime",
+ "value": true
+ }
]
}
},
- "minecraft:preferred_path" : {
- "max_fall_blocks" : 1,
- "jump_cost" : 5,
- "default_block_cost" : 1.5,
- "preferred_path_blocks" : [
+ "minecraft:preferred_path": {
+ "max_fall_blocks": 1,
+ "jump_cost": 5,
+ "default_block_cost": 1.5,
+ "preferred_path_blocks": [
{
- "cost" : 0,
- "blocks" : [
+ "cost": 0,
+ "blocks": [
"grass_path"
]
},
{
- "cost" : 1,
- "blocks" : [
+ "cost": 1,
+ "blocks": [
"cobblestone",
"stone",
- "stonebrick",
+ "stone_bricks",
+ "mossy_stone_bricks",
+ "cracked_stone_bricks",
+ "chiseled_stone_bricks",
"sandstone",
+ "cut_sandstone",
+ "chiseled_sandstone",
+ "smooth_sandstone",
"mossy_cobblestone",
"smooth_stone_slab",
"sandstone_slab",
@@ -1229,12 +1503,50 @@
"stone_brick_slab",
"quartz_slab",
"nether_brick_slab",
- "stone_slab2",
- "stone_slab3",
- "stone_slab4",
- "double_stone_slab",
- "double_stone_slab2",
- "double_stone_slab3",
+ "red_sandstone_slab",
+ "purpur_slab",
+ "prismarine_slab",
+ "dark_prismarine_slab",
+ "prismarine_brick_slab",
+ "mossy_cobblestone",
+ "smooth_sandstone_slab",
+ "red_nether_brick_slab",
+ "end_stone_brick_slab",
+ "smooth_red_sandstone_slab",
+ "polished_andesite_slab",
+ "andesite_slab",
+ "diorite_slab",
+ "polished_diorite_slab",
+ "granite_slab",
+ "polished_granite_slab",
+ "mossy_stone_brick_slab",
+ "smooth_quartz_slab",
+ "normal_stone_slab",
+ "cut_sandstone_slab",
+ "cut_red_sandstone_slab",
+ "smooth_stone_double_slab",
+ "sandstone_double_slab",
+ "cobblestone_double_slab",
+ "brick_double_slab",
+ "stone_brick_double_slab",
+ "quartz_double_slab",
+ "nether_brick_double_slab",
+ "red_sandstone_double_slab",
+ "purpur_double_slab",
+ "prismarine_double_slab",
+ "dark_prismarine_double_slab",
+ "prismarine_brick_double_slab",
+ "mossy_cobblestone_double_slab",
+ "smooth_sandstone_double_slab",
+ "red_nether_brick_double_slab",
+ "end_stone_brick_double_slab",
+ "smooth_red_sandstone_double_slab",
+ "polished_andesite_double_slab",
+ "andesite_double_slab",
+ "diorite_double_slab",
+ "polished_diorite_double_slab",
+ "granite_double_slab",
+ "polished_granite_double_slab",
"double_stone_slab4",
"wooden_slab",
"double_wooden_slab",
@@ -1244,6 +1556,9 @@
"red_nether_brick",
"end_bricks",
"red_sandstone",
+ "cut_red_sandstone",
+ "chiseled_red_sandstone",
+ "smooth_red_sandstone",
"white_stained_glass",
"orange_stained_glass",
"magenta_stained_glass",
@@ -1284,11 +1599,11 @@
"green_glazed_terracotta",
"red_glazed_terracotta",
"black_glazed_terracotta"
- ]
+ ]
},
{
- "cost" : 50,
- "blocks" : [
+ "cost": 50,
+ "blocks": [
"bed",
"lectern",
"composter",
@@ -1317,24 +1632,30 @@
}
},
"adult": {
- "minecraft:preferred_path" : {
- "max_fall_blocks" : 1,
- "jump_cost" : 20,
- "default_block_cost" : 3,
- "preferred_path_blocks" : [
+ "minecraft:preferred_path": {
+ "max_fall_blocks": 1,
+ "jump_cost": 20,
+ "default_block_cost": 3,
+ "preferred_path_blocks": [
{
- "cost" : 0,
- "blocks" : [
+ "cost": 0,
+ "blocks": [
"grass_path"
]
},
{
- "cost" : 1,
- "blocks" : [
+ "cost": 1,
+ "blocks": [
"cobblestone",
"stone",
- "stonebrick",
+ "stone_bricks",
+ "mossy_stone_bricks",
+ "cracked_stone_bricks",
+ "chiseled_stone_bricks",
"sandstone",
+ "cut_sandstone",
+ "chiseled_sandstone",
+ "smooth_sandstone",
"mossy_cobblestone",
"smooth_stone_slab",
"sandstone_slab",
@@ -1343,12 +1664,50 @@
"stone_brick_slab",
"quartz_slab",
"nether_brick_slab",
- "stone_slab2",
- "stone_slab3",
- "stone_slab4",
- "double_stone_slab",
- "double_stone_slab2",
- "double_stone_slab3",
+ "red_sandstone_slab",
+ "purpur_slab",
+ "prismarine_slab",
+ "dark_prismarine_slab",
+ "prismarine_brick_slab",
+ "mossy_cobblestone_slab",
+ "smooth_sandstone_slab",
+ "red_nether_brick_slab",
+ "end_stone_brick_slab",
+ "smooth_red_sandstone_slab",
+ "polished_andesite_slab",
+ "andesite_slab",
+ "diorite_slab",
+ "polished_diorite_slab",
+ "granite_slab",
+ "polished_granite_slab",
+ "mossy_stone_brick_slab",
+ "smooth_quartz_slab",
+ "normal_stone_slab",
+ "cut_sandstone_slab",
+ "cut_red_sandstone_slab",
+ "smooth_stone_double_slab",
+ "sandstone_double_slab",
+ "cobblestone_double_slab",
+ "brick_double_slab",
+ "stone_brick_double_slab",
+ "quartz_double_slab",
+ "nether_brick_double_slab",
+ "red_sandstone_double_slab",
+ "purpur_double_slab",
+ "prismarine_double_slab",
+ "dark_prismarine_double_slab",
+ "prismarine_brick_double_slab",
+ "mossy_cobblestone_double_slab",
+ "smooth_sandstone_double_slab",
+ "red_nether_brick_double_slab",
+ "end_stone_brick_double_slab",
+ "smooth_red_sandstone_double_slab",
+ "polished_andesite_double_slab",
+ "andesite_double_slab",
+ "diorite_double_slab",
+ "polished_diorite_double_slab",
+ "granite_double_slab",
+ "polished_granite_double_slab",
"double_stone_slab4",
"wooden_slab",
"double_wooden_slab",
@@ -1358,6 +1717,9 @@
"red_nether_brick",
"end_bricks",
"red_sandstone",
+ "cut_red_sandstone",
+ "chiseled_red_sandstone",
+ "smooth_red_sandstone",
"white_stained_glass",
"orange_stained_glass",
"magenta_stained_glass",
@@ -1398,11 +1760,11 @@
"green_glazed_terracotta",
"red_glazed_terracotta",
"black_glazed_terracotta"
- ]
+ ]
},
{
- "cost" : 50,
- "blocks" : [
+ "cost": 50,
+ "blocks": [
"bed",
"lectern",
"composter",
@@ -1498,17 +1860,17 @@
"components": {
"minecraft:equipment": {
- "slot_drop_chance": [
- {
- "slot": "slot.weapon.mainhand",
- "drop_chance": 0.0
- }
- ]
- },
+ "slot_drop_chance": [
+ {
+ "slot": "slot.weapon.mainhand",
+ "drop_chance": 0.0
+ }
+ ]
+ },
"minecraft:is_hidden_when_invisible": {
},
"minecraft:type_family": {
- "family": ["villager", "mob"]
+ "family": [ "villager", "mob" ]
},
"minecraft:mark_variant": {
"value": 0 // Villagers have the Plains biome skin by default
@@ -1526,7 +1888,12 @@
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
- "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true },
+ "filters": {
+ "test": "in_lava",
+ "subject": "self",
+ "operator": "==",
+ "value": true
+ },
"cause": "lava",
"damage_per_tick": 4
}
@@ -1578,8 +1945,16 @@
{
"on_damage": {
"filters": [
- { "test": "is_family", "subject": "other", "value": "lightning" },
- { "test": "is_difficulty", "operator": "!=", "value": "peaceful" }
+ {
+ "test": "is_family",
+ "subject": "other",
+ "value": "lightning"
+ },
+ {
+ "test": "is_difficulty",
+ "operator": "!=",
+ "value": "peaceful"
+ }
],
"event": "become_witch"
},
@@ -1589,11 +1964,22 @@
"on_damage": {
"filters": {
"any_of": [
- {"test": "is_family", "subject": "other", "value": "zombie"},
- {"test": "is_family", "subject": "other", "value": "husk"}
+ {
+ "test": "is_family",
+ "subject": "other",
+ "value": "zombie"
+ },
+ {
+ "test": "is_family",
+ "subject": "other",
+ "value": "husk"
+ }
],
"all_of": [
- {"test": "has_damage", "value": "fatal"}
+ {
+ "test": "has_damage",
+ "value": "fatal"
+ }
]
},
"event": "become_zombie"
@@ -1622,13 +2008,22 @@
"all_of": [
{
"all_of": [
- { "test": "in_water", "value": false }
+ {
+ "test": "in_water",
+ "value": false
+ }
]
},
{
"any_of": [
- { "test": "on_ground", "value": true },
- { "test": "is_sleeping", "value": true }
+ {
+ "test": "on_ground",
+ "value": true
+ },
+ {
+ "test": "is_sleeping",
+ "value": true
+ }
]
}
]
@@ -1639,13 +2034,33 @@
"entity_types": [
{
"filters": {
- "any_of": [
- { "test" : "is_family", "subject" : "other", "value" : "zombie"},
- { "test" : "is_family", "subject" : "other", "value" : "zombie_villager"},
- { "test" : "is_family", "subject" : "other", "value" : "illager"},
- { "test" : "is_family", "subject" : "other", "value" : "vex"},
- { "test" : "is_family", "subject" : "other", "value" : "zoglin" }
- ]
+ "any_of": [
+ {
+ "test": "is_family",
+ "subject": "other",
+ "value": "zombie"
+ },
+ {
+ "test": "is_family",
+ "subject": "other",
+ "value": "zombie_villager"
+ },
+ {
+ "test": "is_family",
+ "subject": "other",
+ "value": "illager"
+ },
+ {
+ "test": "is_family",
+ "subject": "other",
+ "value": "vex"
+ },
+ {
+ "test": "is_family",
+ "subject": "other",
+ "value": "zoglin"
+ }
+ ]
},
"max_dist": 8,
"walk_speed_multiplier": 0.6,
@@ -1676,11 +2091,15 @@
"minecraft:behavior.share_items": {
"priority": 10,
"max_dist": 3,
- "goal_radius": 2.0,
+ "goal_radius": 2.0,
"speed_multiplier": 0.5,
"entity_types": [
{
- "filters": { "test" : "is_family", "subject" : "other", "value" : "villager"}
+ "filters": {
+ "test": "is_family",
+ "subject": "other",
+ "value": "villager"
+ }
}
]
},
@@ -1692,14 +2111,14 @@
"priority": 11,
"speed_multiplier": 0.6
},
- "minecraft:physics": {
+ "minecraft:physics": {
},
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
},
- "events":{
+ "events": {
"become_witch": {
"add": {
"component_groups": [
@@ -1710,7 +2129,10 @@
"become_zombie": {
"sequence": [
{
- "filters": {"test": "is_difficulty", "value": "normal"},
+ "filters": {
+ "test": "is_difficulty",
+ "value": "normal"
+ },
"randomize": [
{
"weight": 50,
@@ -1722,7 +2144,10 @@
]
},
{
- "filters": {"test": "is_difficulty", "value": "hard"},
+ "filters": {
+ "test": "is_difficulty",
+ "value": "hard"
+ },
"add": {
"component_groups": [
"become_zombie"
@@ -1734,7 +2159,11 @@
"minecraft:entity_spawned": {
"sequence": [
{
- "filters": { "test": "has_component", "operator": "!=", "value": "minecraft:skin_id" },
+ "filters": {
+ "test": "has_component",
+ "operator": "!=",
+ "value": "minecraft:skin_id"
+ },
"randomize": [
{
"weight": 1,
@@ -1941,7 +2370,11 @@
"minecraft:spawn_from_village": {
"sequence": [
{
- "filters": { "test": "has_component", "operator": "!=", "value": "minecraft:variant" },
+ "filters": {
+ "test": "has_component",
+ "operator": "!=",
+ "value": "minecraft:variant"
+ },
"randomize": [
{
"weight": 5,
@@ -1968,7 +2401,11 @@
]
},
{
- "filters": { "test": "has_component", "operator": "!=", "value": "minecraft:skin_id" },
+ "filters": {
+ "test": "has_component",
+ "operator": "!=",
+ "value": "minecraft:skin_id"
+ },
"randomize": [
{
"weight": 1,
@@ -1999,18 +2436,30 @@
{
"filters": {
"any_of": [
- { "test": "has_biome_tag", "value": "desert" },
- { "test": "has_biome_tag", "value": "mesa" }
+ {
+ "test": "has_biome_tag",
+ "value": "desert"
+ },
+ {
+ "test": "has_biome_tag",
+ "value": "mesa"
+ }
]
},
"add": { "component_groups": [ "desert_villager" ] }
},
{
- "filters": { "test": "has_biome_tag", "value": "jungle" },
+ "filters": {
+ "test": "has_biome_tag",
+ "value": "jungle"
+ },
"add": { "component_groups": [ "jungle_villager" ] }
},
{
- "filters": { "test": "has_biome_tag", "value": "savanna" },
+ "filters": {
+ "test": "has_biome_tag",
+ "value": "savanna"
+ },
"add": { "component_groups": [ "savanna_villager" ] }
},
{
@@ -2018,11 +2467,21 @@
"any_of": [
{
"all_of": [
- { "test": "has_biome_tag", "value": "cold" },
- { "test": "has_biome_tag", "operator": "!=", "value": "ocean" }
+ {
+ "test": "has_biome_tag",
+ "value": "cold"
+ },
+ {
+ "test": "has_biome_tag",
+ "operator": "!=",
+ "value": "ocean"
+ }
]
},
- { "test": "has_biome_tag", "value": "frozen" }
+ {
+ "test": "has_biome_tag",
+ "value": "frozen"
+ }
]
},
"add": { "component_groups": [ "snow_villager" ] }
@@ -2047,11 +2506,21 @@
"all_of": [
{
"any_of": [
- { "test": "has_biome_tag", "value": "taiga" },
- { "test": "has_biome_tag", "value": "extreme_hills" }
+ {
+ "test": "has_biome_tag",
+ "value": "taiga"
+ },
+ {
+ "test": "has_biome_tag",
+ "value": "extreme_hills"
+ }
]
},
- { "test": "has_biome_tag", "operator": "!=", "value": "cold" }
+ {
+ "test": "has_biome_tag",
+ "operator": "!=",
+ "value": "cold"
+ }
]
},
"add": { "component_groups": [ "taiga_villager" ] }
@@ -2063,12 +2532,22 @@
"sequence": [
// Transform to baby villager
{
- "filters": { "test": "has_component", "subject": "other", "operator": "==", "value": "minecraft:is_baby" },
+ "filters": {
+ "test": "has_component",
+ "subject": "other",
+ "operator": "==",
+ "value": "minecraft:is_baby"
+ },
"add": { "component_groups": [ "baby", "child_schedule" ] }
},
{
// Transform to adult villager
- "filters": { "test": "has_component", "subject": "other", "operator": "!=", "value": "minecraft:is_baby" },
+ "filters": {
+ "test": "has_component",
+ "subject": "other",
+ "operator": "!=",
+ "value": "minecraft:is_baby"
+ },
"sequence": [
// Transform to adult villager
{
@@ -2076,129 +2555,239 @@
},
// Transform to farmer villager
{
- "filters": { "test": "is_family", "subject": "other", "value": "farmer"},
- "add": { "component_groups": [ "farmer", "behavior_peasant", "farmer_schedule" ] }
+ "filters": {
+ "test": "is_family",
+ "subject": "other",
+ "value": "farmer"
+ },
+ "add": { "component_groups": [ "farmer", "behavior_peasant", "farmer_schedule" ] }
},
// Transform to fisherman villager
{
- "filters": { "test": "is_family", "subject": "other", "value": "fisherman"},
- "add": { "component_groups": [ "fisherman", "behavior_peasant", "fisher_schedule" ] }
+ "filters": {
+ "test": "is_family",
+ "subject": "other",
+ "value": "fisherman"
+ },
+ "add": { "component_groups": [ "fisherman", "behavior_peasant", "fisher_schedule" ] }
},
// Transform to shepherd villager
{
- "filters": { "test": "is_family", "subject": "other", "value": "shepherd" },
- "add": { "component_groups": [ "shepherd", "behavior_peasant", "work_schedule" ] }
+ "filters": {
+ "test": "is_family",
+ "subject": "other",
+ "value": "shepherd"
+ },
+ "add": { "component_groups": [ "shepherd", "behavior_peasant", "work_schedule" ] }
},
// Transform to fletcher villager
{
- "filters": { "test": "is_family", "subject": "other", "value": "fletcher" },
- "add": { "component_groups": [ "fletcher", "behavior_peasant", "work_schedule" ] }
+ "filters": {
+ "test": "is_family",
+ "subject": "other",
+ "value": "fletcher"
+ },
+ "add": { "component_groups": [ "fletcher", "behavior_peasant", "work_schedule" ] }
},
// Transform to librarian villager
{
- "filters": { "test": "is_family", "subject": "other", "value": "librarian" },
- "add": { "component_groups": [ "librarian", "behavior_non_peasant", "librarian_schedule"] }
+ "filters": {
+ "test": "is_family",
+ "subject": "other",
+ "value": "librarian"
+ },
+ "add": { "component_groups": [ "librarian", "behavior_non_peasant", "librarian_schedule" ] }
},
// Transform to cartographer villager
{
- "filters": { "test": "is_family", "subject": "other", "value": "cartographer" },
- "add": { "component_groups": [ "cartographer", "behavior_non_peasant", "work_schedule" ] }
+ "filters": {
+ "test": "is_family",
+ "subject": "other",
+ "value": "cartographer"
+ },
+ "add": { "component_groups": [ "cartographer", "behavior_non_peasant", "work_schedule" ] }
},
// Transform to cleric villager
{
- "filters": { "test": "is_family", "subject": "other", "value": "cleric" },
- "add": { "component_groups": [ "cleric", "behavior_non_peasant", "work_schedule" ] }
+ "filters": {
+ "test": "is_family",
+ "subject": "other",
+ "value": "cleric"
+ },
+ "add": { "component_groups": [ "cleric", "behavior_non_peasant", "work_schedule" ] }
},
// Transform to armorer villager
{
- "filters": { "test": "is_family", "subject": "other", "value": "armorer" },
- "add": { "component_groups": [ "armorer", "behavior_non_peasant", "work_schedule" ] }
+ "filters": {
+ "test": "is_family",
+ "subject": "other",
+ "value": "armorer"
+ },
+ "add": { "component_groups": [ "armorer", "behavior_non_peasant", "work_schedule" ] }
},
// Transform to weaponsmith villager
{
- "filters": { "test": "is_family", "subject": "other", "value": "weaponsmith" },
- "add": { "component_groups": [ "weaponsmith", "behavior_non_peasant", "work_schedule" ] }
+ "filters": {
+ "test": "is_family",
+ "subject": "other",
+ "value": "weaponsmith"
+ },
+ "add": { "component_groups": [ "weaponsmith", "behavior_non_peasant", "work_schedule" ] }
},
// Transform to toolsmith villager
{
- "filters": { "test": "is_family", "subject": "other", "value": "toolsmith" },
- "add": { "component_groups": [ "toolsmith", "behavior_non_peasant", "work_schedule" ] }
+ "filters": {
+ "test": "is_family",
+ "subject": "other",
+ "value": "toolsmith"
+ },
+ "add": { "component_groups": [ "toolsmith", "behavior_non_peasant", "work_schedule" ] }
},
// Transform to butcher villager
{
- "filters": { "test": "is_family", "subject": "other", "value": "butcher" },
- "add": { "component_groups": [ "butcher", "behavior_non_peasant", "work_schedule" ] }
+ "filters": {
+ "test": "is_family",
+ "subject": "other",
+ "value": "butcher"
+ },
+ "add": { "component_groups": [ "butcher", "behavior_non_peasant", "work_schedule" ] }
},
// Transform to leatherworker villager
{
- "filters": { "test": "is_family", "subject": "other", "value": "leatherworker" },
- "add": { "component_groups": [ "leatherworker", "behavior_non_peasant", "work_schedule" ] }
+ "filters": {
+ "test": "is_family",
+ "subject": "other",
+ "value": "leatherworker"
+ },
+ "add": { "component_groups": [ "leatherworker", "behavior_non_peasant", "work_schedule" ] }
},
// Transform to mason villager
{
- "filters": { "test": "is_family", "subject": "other", "value": "stone_mason" },
- "add": { "component_groups": [ "mason", "behavior_non_peasant", "work_schedule" ] }
+ "filters": {
+ "test": "is_family",
+ "subject": "other",
+ "value": "stone_mason"
+ },
+ "add": { "component_groups": [ "mason", "behavior_non_peasant", "work_schedule" ] }
}
]
},
{
- // Transform from zombie to correct villager skin (mark var already set)
- "filters": { "test": "is_family", "subject": "other", "operator": "==", "value": "zombie_villager" },
- "sequence" : [
+ // Transform from zombie to correct villager skin (mark var already set)
+ "filters": {
+ "test": "is_family",
+ "subject": "other",
+ "operator": "==",
+ "value": "zombie_villager"
+ },
+ "sequence": [
{
- "filters": { "test": "is_skin_id", "subject": "other", "value": 0 },
- "add": { "component_groups": [ "villager_skin_0" ] }
+ "filters": {
+ "test": "is_skin_id",
+ "subject": "other",
+ "value": 0
+ },
+ "add": { "component_groups": [ "villager_skin_0" ] }
},
{
- "filters": { "test": "is_skin_id", "subject": "other", "value": 1 },
- "add": { "component_groups": [ "villager_skin_1" ] }
+ "filters": {
+ "test": "is_skin_id",
+ "subject": "other",
+ "value": 1
+ },
+ "add": { "component_groups": [ "villager_skin_1" ] }
},
{
- "filters": { "test": "is_skin_id", "subject": "other", "value": 2 },
- "add": { "component_groups": [ "villager_skin_2" ] }
+ "filters": {
+ "test": "is_skin_id",
+ "subject": "other",
+ "value": 2
+ },
+ "add": { "component_groups": [ "villager_skin_2" ] }
},
{
- "filters": { "test": "is_skin_id", "subject": "other", "value": 3 },
- "add": { "component_groups": [ "villager_skin_3" ] }
+ "filters": {
+ "test": "is_skin_id",
+ "subject": "other",
+ "value": 3
+ },
+ "add": { "component_groups": [ "villager_skin_3" ] }
},
{
- "filters": { "test": "is_skin_id", "subject": "other", "value": 4 },
- "add": { "component_groups": [ "villager_skin_4" ] }
+ "filters": {
+ "test": "is_skin_id",
+ "subject": "other",
+ "value": 4
+ },
+ "add": { "component_groups": [ "villager_skin_4" ] }
},
{
- "filters": { "test": "is_skin_id", "subject": "other", "value": 5 },
- "add": { "component_groups": [ "villager_skin_5" ] }
+ "filters": {
+ "test": "is_skin_id",
+ "subject": "other",
+ "value": 5
+ },
+ "add": { "component_groups": [ "villager_skin_5" ] }
},
{
- "filters": { "test": "is_mark_variant", "subject": "other", "value": 1 },
- "add": { "component_groups": [ "desert_villager" ] }
+ "filters": {
+ "test": "is_mark_variant",
+ "subject": "other",
+ "value": 1
+ },
+ "add": { "component_groups": [ "desert_villager" ] }
},
{
- "filters": { "test": "is_mark_variant", "subject": "other", "value": 2 },
- "add": { "component_groups": [ "jungle_villager" ] }
+ "filters": {
+ "test": "is_mark_variant",
+ "subject": "other",
+ "value": 2
+ },
+ "add": { "component_groups": [ "jungle_villager" ] }
},
{
- "filters": { "test": "is_mark_variant", "subject": "other", "value": 3 },
- "add": { "component_groups": [ "savanna_villager" ] }
+ "filters": {
+ "test": "is_mark_variant",
+ "subject": "other",
+ "value": 3
+ },
+ "add": { "component_groups": [ "savanna_villager" ] }
},
{
- "filters": { "test": "is_mark_variant", "subject": "other", "value": 4 },
- "add": { "component_groups": [ "snow_villager" ] }
+ "filters": {
+ "test": "is_mark_variant",
+ "subject": "other",
+ "value": 4
+ },
+ "add": { "component_groups": [ "snow_villager" ] }
},
{
- "filters": { "test": "is_mark_variant", "subject": "other", "value": 5 },
- "add": { "component_groups": [ "swamp_villager" ] }
+ "filters": {
+ "test": "is_mark_variant",
+ "subject": "other",
+ "value": 5
+ },
+ "add": { "component_groups": [ "swamp_villager" ] }
},
{
- "filters": { "test": "is_mark_variant", "subject": "other", "value": 6 },
- "add": { "component_groups": [ "taiga_villager" ] }
+ "filters": {
+ "test": "is_mark_variant",
+ "subject": "other",
+ "value": 6
+ },
+ "add": { "component_groups": [ "taiga_villager" ] }
}
]
},
{
- // Transform from v1 - > v2 to correct villager skin (mark var not set so test biome)
- "filters": { "test": "is_family", "subject": "other", "operator": "==", "value": "villager" },
- "sequence" : [
+ // Transform from v1 - > v2 to correct villager skin (mark var not set so test biome)
+ "filters": {
+ "test": "is_family",
+ "subject": "other",
+ "operator": "==",
+ "value": "villager"
+ },
+ "sequence": [
{
"randomize": [
{
@@ -2228,20 +2817,32 @@
]
},
{
- "filters": {
+ "filters": {
"any_of": [
- { "test": "has_biome_tag", "value": "desert" },
- { "test": "has_biome_tag", "value": "mesa" }
+ {
+ "test": "has_biome_tag",
+ "value": "desert"
+ },
+ {
+ "test": "has_biome_tag",
+ "value": "mesa"
+ }
]
},
"add": { "component_groups": [ "desert_villager" ] }
},
{
- "filters": { "test": "has_biome_tag", "value": "jungle" },
+ "filters": {
+ "test": "has_biome_tag",
+ "value": "jungle"
+ },
"add": { "component_groups": [ "jungle_villager" ] }
},
{
- "filters": { "test": "has_biome_tag", "value": "savanna" },
+ "filters": {
+ "test": "has_biome_tag",
+ "value": "savanna"
+ },
"add": { "component_groups": [ "savanna_villager" ] }
},
{
@@ -2249,11 +2850,21 @@
"any_of": [
{
"all_of": [
- { "test": "has_biome_tag", "value": "cold" },
- { "test": "has_biome_tag", "operator": "!=", "value": "ocean" }
+ {
+ "test": "has_biome_tag",
+ "value": "cold"
+ },
+ {
+ "test": "has_biome_tag",
+ "operator": "!=",
+ "value": "ocean"
+ }
]
},
- { "test": "has_biome_tag", "value": "frozen" }
+ {
+ "test": "has_biome_tag",
+ "value": "frozen"
+ }
]
},
"add": { "component_groups": [ "snow_villager" ] }
@@ -2278,11 +2889,21 @@
"all_of": [
{
"any_of": [
- { "test": "has_biome_tag", "value": "taiga" },
- { "test": "has_biome_tag", "value": "extreme_hills" }
+ {
+ "test": "has_biome_tag",
+ "value": "taiga"
+ },
+ {
+ "test": "has_biome_tag",
+ "value": "extreme_hills"
+ }
]
},
- { "test": "has_biome_tag", "operator": "!=", "value": "cold" }
+ {
+ "test": "has_biome_tag",
+ "operator": "!=",
+ "value": "cold"
+ }
]
},
"add": { "component_groups": [ "taiga_villager" ] }
@@ -2295,7 +2916,11 @@
"minecraft:entity_born": {
"sequence": [
{
- "filters": { "test": "has_component", "operator": "!=", "value": "minecraft:skin_id" },
+ "filters": {
+ "test": "has_component",
+ "operator": "!=",
+ "value": "minecraft:skin_id"
+ },
"randomize": [
{
"weight": 1,
@@ -2327,22 +2952,37 @@
"add": { "component_groups": [ "baby", "unskilled", "child_schedule" ] }
},
{
- "filters": { "test": "has_biome_tag", "value": "desert" },
+ "filters": {
+ "test": "has_biome_tag",
+ "value": "desert"
+ },
"add": { "component_groups": [ "desert_villager" ] }
},
{
- "filters": { "test": "has_biome_tag", "value": "jungle" },
+ "filters": {
+ "test": "has_biome_tag",
+ "value": "jungle"
+ },
"add": { "component_groups": [ "jungle_villager" ] }
},
{
- "filters": { "test": "has_biome_tag", "value": "savanna" },
+ "filters": {
+ "test": "has_biome_tag",
+ "value": "savanna"
+ },
"add": { "component_groups": [ "savanna_villager" ] }
},
{
"filters": {
"any_of": [
- { "test": "has_biome_tag", "value": "cold" },
- { "test": "has_biome_tag", "value": "frozen" }
+ {
+ "test": "has_biome_tag",
+ "value": "cold"
+ },
+ {
+ "test": "has_biome_tag",
+ "value": "frozen"
+ }
]
},
"add": { "component_groups": [ "snow_villager" ] }
@@ -2363,7 +3003,10 @@
"add": { "component_groups": [ "swamp_villager" ] }
},
{
- "filters": { "test": "has_biome_tag", "value": "taiga" },
+ "filters": {
+ "test": "has_biome_tag",
+ "value": "taiga"
+ },
"add": { "component_groups": [ "taiga_villager" ] }
}
]
diff --git a/behavior_pack/entities/wind_charge_projectile.json b/behavior_pack/entities/wind_charge_projectile.json
index 933dc698e..f379ced52 100644
--- a/behavior_pack/entities/wind_charge_projectile.json
+++ b/behavior_pack/entities/wind_charge_projectile.json
@@ -1,17 +1,17 @@
{
- "format_version": "1.21.0",
+ "format_version": "1.21.10",
"minecraft:entity": {
"description": {
"identifier": "minecraft:wind_charge_projectile",
"is_spawnable": false,
- "is_summonable": false
+ "is_summonable": true
},
"components": {
"minecraft:wind_burst": {
"radius": 1.2,
"particle_effect": "wind_burst",
"sound_effect": "wind_charge.burst",
- "knockback_scaling": 1.1
+ "knockback_scaling": 1.22
},
"minecraft:collision_box": {
"width": 0.3125,
@@ -21,11 +21,12 @@
"on_hit": {
"impact_damage": {
"damage": 1,
+ "max_critical_damage": 1.0,
"knockback": true
},
- "remove_on_hit": {}
+ "wind_burst_on_hit": {}
},
- "power": 1.0,
+ "power": 1.5,
"gravity": 0.00,
"inertia": 1.0,
"liquid_inertia": 1.0,
@@ -53,7 +54,7 @@
}
},
"minecraft:type_family": {
- "family": ["wind_charge", "wind_charge_projectile"]
+ "family": [ "wind_charge", "wind_charge_projectile" ]
}
}
}
diff --git a/behavior_pack/entities/wolf.json b/behavior_pack/entities/wolf.json
index 0d2411c0d..648f4175e 100644
--- a/behavior_pack/entities/wolf.json
+++ b/behavior_pack/entities/wolf.json
@@ -1,5 +1,5 @@
{
- "format_version": "1.20.80",
+ "format_version": "1.21.10",
"minecraft:entity": {
"description": {
"identifier": "minecraft:wolf",
@@ -46,6 +46,10 @@
"event": "minecraft:ageable_grow_up",
"target": "self"
}
+ },
+ "minecraft:behavior.panic": {
+ "priority": 1,
+ "speed_multiplier": 1.25
}
},
@@ -244,7 +248,7 @@
},
"target": "self"
},
- "equip_item_slot": "slot.armor.chest",
+ "equip_item_slot": "slot.armor.body",
"play_sounds": "armor.equip_wolf",
"interact_text": "action.interact.equipwolfarmor"
},
@@ -262,7 +266,7 @@
"target": "self"
},
"hurt_item": 1,
- "drop_item_slot": "slot.armor.chest",
+ "drop_item_slot": "slot.armor.body",
"play_sounds": "armor.unequip_wolf",
"interact_text": "action.interact.removewolfarmor",
"vibration": "shear"
@@ -282,7 +286,7 @@
"target": "self"
},
"repair_entity_item": {
- "slot": "slot.armor.chest",
+ "slot": "slot.armor.body",
"amount": 8
},
"use_item": true,
@@ -567,6 +571,12 @@
"minecraft:behavior.hurt_by_target": {
"priority": 3
},
+ "minecraft:behavior.panic": {
+ "priority": 2,
+ "speed_multiplier": 1.25,
+ "damage_sources": [ "campfire", "fire", "fire_tick", "freezing", "lightning", "lava", "magma", "temperature", "soul_campfire" ],
+ "ignore_mob_damage": true
+ },
"minecraft:physics": {
},
"minecraft:pushable": {
diff --git a/behavior_pack/entities/zoglin.json b/behavior_pack/entities/zoglin.json
index 469f0d33c..6c25dc95f 100644
--- a/behavior_pack/entities/zoglin.json
+++ b/behavior_pack/entities/zoglin.json
@@ -58,10 +58,28 @@
"minecraft:attack": {
"damage": [ 3, 8 ]
}
+ },
+ "angry_zoglin": {
+ "minecraft:angry": {
+ "duration": 10,
+ "calm_event": {
+ "event": "become_calm_event",
+ "target": "self"
+ },
+ "angry_sound": "angry",
+ "sound_interval": {
+ "range_min": 2.0,
+ "range_max": 5.0
+ }
+ }
}
},
"components": {
+ "minecraft:on_target_acquired": {
+ "event": "become_angry_event",
+ "target": "self"
+ },
"minecraft:is_hidden_when_invisible": {
},
"minecraft:nameable": {
@@ -173,6 +191,20 @@
},
"events": {
+ "become_angry_event": {
+ "add": {
+ "component_groups": [
+ "angry_zoglin"
+ ]
+ }
+ },
+ "become_calm_event": {
+ "remove": {
+ "component_groups": [
+ "angry_zoglin"
+ ]
+ }
+ },
"minecraft:entity_transformed": {
"sequence": [
{
diff --git a/behavior_pack/items/breeze_rod.json b/behavior_pack/items/breeze_rod.json
index a2221e08a..3b9271d58 100644
--- a/behavior_pack/items/breeze_rod.json
+++ b/behavior_pack/items/breeze_rod.json
@@ -1,5 +1,5 @@
{
- "format_version": "1.10",
+ "format_version": "1.20.50",
"minecraft:item": {
"description": {
"identifier": "minecraft:breeze_rod"
@@ -10,7 +10,8 @@
},
"minecraft:display_name": {
"value": "item.breeze_rod.name"
- }
+ },
+ "minecraft:hand_equipped": true
}
}
}
\ No newline at end of file
diff --git a/behavior_pack/items/pufferfish.json b/behavior_pack/items/pufferfish.json
index a304f3413..528fe4021 100644
--- a/behavior_pack/items/pufferfish.json
+++ b/behavior_pack/items/pufferfish.json
@@ -1,36 +1,36 @@
{
- "format_version": "1.10",
- "minecraft:item": {
- "description": {
- "identifier": "minecraft:pufferfish"
- },
+ "format_version": "1.10",
+ "minecraft:item": {
+ "description": {
+ "identifier": "minecraft:pufferfish"
+ },
- "components": {
- "minecraft:use_duration": 32,
- "minecraft:max_damage": 0,
- "minecraft:stacked_by_data": true,
+ "components": {
+ "minecraft:use_duration": 32,
+ "minecraft:max_damage": 0,
+ "minecraft:stacked_by_data": true,
- "minecraft:food": {
- "nutrition": 1,
- "saturation_modifier": "poor",
- "effects": [
- {
- "name": "poison",
- "duration": 60,
- "amplifier": 1
- },
- {
- "name": "nausea", // confusion
- "duration": 15,
- "amplifier": 1
- },
- {
- "name": "hunger",
- "duration": 15,
- "amplifier": 2
- }
- ]
- }
+ "minecraft:food": {
+ "nutrition": 1,
+ "saturation_modifier": "poor",
+ "effects": [
+ {
+ "name": "poison",
+ "duration": 60,
+ "amplifier": 1
+ },
+ {
+ "name": "nausea", // confusion
+ "duration": 15,
+ "amplifier": 0
+ },
+ {
+ "name": "hunger",
+ "duration": 15,
+ "amplifier": 2
+ }
+ ]
+ }
+ }
}
- }
}
diff --git a/behavior_pack/items/sweet_berries.json b/behavior_pack/items/sweet_berries.json
index 627cdb5fd..8939cee13 100644
--- a/behavior_pack/items/sweet_berries.json
+++ b/behavior_pack/items/sweet_berries.json
@@ -19,6 +19,7 @@
"farmland",
"grass",
"dirt",
+ "coarse_dirt",
"podzol",
"moss_block",
"mycelium",
diff --git a/behavior_pack/items/wind_charge.json b/behavior_pack/items/wind_charge.json
index ddfb4d458..6a1b59969 100644
--- a/behavior_pack/items/wind_charge.json
+++ b/behavior_pack/items/wind_charge.json
@@ -15,9 +15,7 @@
"minecraft:throwable": {
"do_swing_animation": true,
"launch_power_scale": 1.5,
- "max_launch_power": 1.5,
- "default_offset_scale": 0.8,
- "inside_block_offset_scale": 0.05
+ "max_launch_power": 1.5
},
"minecraft:cooldown": {
"category": "wind_charge",
diff --git a/behavior_pack/loot_tables/chests/trial_chambers/reward_ominous.json b/behavior_pack/loot_tables/chests/trial_chambers/reward_ominous.json
index 12dd7306b..1b65aeb61 100644
--- a/behavior_pack/loot_tables/chests/trial_chambers/reward_ominous.json
+++ b/behavior_pack/loot_tables/chests/trial_chambers/reward_ominous.json
@@ -6,12 +6,12 @@
{
"type": "loot_table",
"name": "loot_tables/chests/trial_chambers/reward_ominous_common.json",
- "weight": 8
+ "weight": 2
},
{
"type": "loot_table",
"name": "loot_tables/chests/trial_chambers/reward_ominous_rare.json",
- "weight": 2
+ "weight": 8
}
]
},
@@ -45,4 +45,4 @@
]
}
]
-}
\ No newline at end of file
+}
diff --git a/behavior_pack/loot_tables/chests/village/village_mason.json b/behavior_pack/loot_tables/chests/village/village_mason.json
index 6a2220c21..8df2fe9e2 100644
--- a/behavior_pack/loot_tables/chests/village/village_mason.json
+++ b/behavior_pack/loot_tables/chests/village/village_mason.json
@@ -32,7 +32,7 @@
{
"type": "item",
"weight": 2,
- "name": "minecraft:stonebrick"
+ "name": "minecraft:stone_bricks"
},
{
"type": "item",
diff --git a/behavior_pack/loot_tables/chests/village/village_plains_house.json b/behavior_pack/loot_tables/chests/village/village_plains_house.json
index 2d241fe16..a759d75ea 100644
--- a/behavior_pack/loot_tables/chests/village/village_plains_house.json
+++ b/behavior_pack/loot_tables/chests/village/village_plains_house.json
@@ -23,7 +23,7 @@
{
"type": "item",
"weight": 2,
- "name": "minecraft:yellow_flower"
+ "name": "minecraft:dandelion"
},
{
"type": "item",
diff --git a/behavior_pack/loot_tables/entities/witch.json b/behavior_pack/loot_tables/entities/witch.json
index d7d47bb88..a96b91886 100644
--- a/behavior_pack/loot_tables/entities/witch.json
+++ b/behavior_pack/loot_tables/entities/witch.json
@@ -50,7 +50,7 @@
},
{
"type": "item",
- "name": "minecraft:redstone",
+ "name": "minecraft:spider_eye",
"weight": 1,
"functions": [
{
@@ -71,7 +71,7 @@
},
{
"type": "item",
- "name": "minecraft:spider_eye",
+ "name": "minecraft:glass_bottle",
"weight": 1,
"functions": [
{
@@ -92,7 +92,7 @@
},
{
"type": "item",
- "name": "minecraft:glass_bottle",
+ "name": "minecraft:gunpowder",
"weight": 1,
"functions": [
{
@@ -113,8 +113,8 @@
},
{
"type": "item",
- "name": "minecraft:gunpowder",
- "weight": 1,
+ "name": "minecraft:stick",
+ "weight": 2,
"functions": [
{
"function": "set_count",
@@ -131,17 +131,22 @@
}
}
]
- },
+ }
+ ]
+ },
+ {
+ "rolls": 1,
+ "entries": [
{
"type": "item",
- "name": "minecraft:stick",
- "weight": 2,
+ "name": "minecraft:redstone",
+ "weight": 1,
"functions": [
{
"function": "set_count",
"count": {
- "min": 0,
- "max": 2
+ "min": 4,
+ "max": 8
}
},
{
@@ -156,4 +161,4 @@
]
}
]
-}
\ No newline at end of file
+}
diff --git a/behavior_pack/manifest.json b/behavior_pack/manifest.json
index fd296f13b..2c5e0fcf7 100644
--- a/behavior_pack/manifest.json
+++ b/behavior_pack/manifest.json
@@ -5,7 +5,7 @@
"name": "Vanilla Behavior Pack",
"uuid": "ee649bcf-256c-4013-9068-6a802b89d756",
"version": [ 0, 0, 1 ],
- "min_engine_version": [ 1, 21, 0 ]
+ "min_engine_version": [ 1, 21, 20 ]
},
"modules": [
{
diff --git a/behavior_pack/recipes/coarse_dirt.json b/behavior_pack/recipes/coarse_dirt.json
index 1fc80c057..916f45e8c 100644
--- a/behavior_pack/recipes/coarse_dirt.json
+++ b/behavior_pack/recipes/coarse_dirt.json
@@ -26,8 +26,7 @@
}
],
"result": {
- "item": "minecraft:dirt",
- "data": 1,
+ "item": "minecraft:coarse_dirt",
"count": 4
}
}
diff --git a/behavior_pack/recipes/furnace_quartz_block.json b/behavior_pack/recipes/furnace_quartz_block.json
index 3e00efbf0..ab21f9c65 100644
--- a/behavior_pack/recipes/furnace_quartz_block.json
+++ b/behavior_pack/recipes/furnace_quartz_block.json
@@ -6,11 +6,12 @@
},
"unlock": [
{
- "item": "minecraft:quartz_block"
+ "item": "minecraft:quartz_block",
+ "data": 0
}
],
- "tags": ["furnace"],
- "input": "minecraft:quartz_block:0",
- "output": "minecraft:quartz_block:3"
+ "tags": ["furnace"],
+ "input": "minecraft:quartz_block:0",
+ "output": "minecraft:smooth_quartz"
}
}
diff --git a/behavior_pack/recipes/furnace_red_sand.json b/behavior_pack/recipes/furnace_red_sand.json
new file mode 100644
index 000000000..357d975f8
--- /dev/null
+++ b/behavior_pack/recipes/furnace_red_sand.json
@@ -0,0 +1,18 @@
+{
+ "format_version": "1.20.10",
+ "minecraft:recipe_furnace": {
+ "description": {
+ "identifier": "minecraft:furnace_red_sand"
+ },
+
+ "unlock": [
+ {
+ "item": "minecraft:red_sand"
+ }
+ ],
+ "tags": ["furnace"],
+ "input": "minecraft:red_sand",
+ "output": "minecraft:glass"
+ }
+
+}
diff --git a/behavior_pack/recipes/furnace_red_sandstone.json b/behavior_pack/recipes/furnace_red_sandstone.json
index 2153583bb..6dc71977f 100644
--- a/behavior_pack/recipes/furnace_red_sandstone.json
+++ b/behavior_pack/recipes/furnace_red_sandstone.json
@@ -4,13 +4,17 @@
"description": {
"identifier": "minecraft:furnace_red_sandstone"
},
- "unlock": [
+ "unlock":[
{
- "item": "minecraft:red_sandstone"
+ "item" : "minecraft:red_sandstone",
+ "data" : 0
}
],
"tags": [ "furnace" ],
- "input": "minecraft:red_sandstone",
- "output": "minecraft:red_sandstone:3"
+ "input": {
+ "item" : "minecraft:red_sandstone",
+ "data" : 0
+ },
+ "output": "minecraft:smooth_red_sandstone"
}
}
\ No newline at end of file
diff --git a/behavior_pack/recipes/furnace_sand.json b/behavior_pack/recipes/furnace_sand.json
index f23bf3a5d..4383ffd8a 100644
--- a/behavior_pack/recipes/furnace_sand.json
+++ b/behavior_pack/recipes/furnace_sand.json
@@ -7,12 +7,15 @@
"unlock": [
{
- "item": "minecraft:sand"
+ "item": "minecraft:sand",
+ "data": 0
}
],
"tags": ["furnace"],
- "input": "minecraft:sand",
- "output": "minecraft:glass"
- }
-
+ "input": {
+ "item": "minecraft:sand",
+ "data": 0
+ },
+ "output": "minecraft:glass"
+ }
}
diff --git a/behavior_pack/recipes/furnace_sandstone.json b/behavior_pack/recipes/furnace_sandstone.json
index 2fb9926d0..e4bfebb93 100644
--- a/behavior_pack/recipes/furnace_sandstone.json
+++ b/behavior_pack/recipes/furnace_sandstone.json
@@ -6,11 +6,15 @@
},
"unlock": [
{
- "item": "minecraft:sandstone"
+ "item": "minecraft:sandstone",
+ "data": 0
}
],
- "tags": [ "furnace" ],
- "input": "minecraft:sandstone",
- "output": "minecraft:sandstone:3"
+ "tags": [ "furnace" ],
+ "input": {
+ "item": "minecraft:sandstone",
+ "data": 0
+ },
+ "output": "minecraft:smooth_sandstone"
}
}
diff --git a/behavior_pack/recipes/furnace_stone_brick.json b/behavior_pack/recipes/furnace_stone_brick.json
index 8771ff772..2d1f08660 100644
--- a/behavior_pack/recipes/furnace_stone_brick.json
+++ b/behavior_pack/recipes/furnace_stone_brick.json
@@ -6,13 +6,12 @@
},
"unlock": [
{
- "item": "minecraft:stonebrick",
- "data": 0
+ "item": "minecraft:stone_bricks"
}
],
"tags": ["furnace"],
- "input": "minecraft:stonebrick:0",
- "output": "minecraft:stonebrick:2"
+ "input": "minecraft:stone_bricks",
+ "output": "minecraft:cracked_stone_bricks"
}
}
diff --git a/behavior_pack/recipes/grindstone.json b/behavior_pack/recipes/grindstone.json
index 5f75984bd..27f79f85d 100644
--- a/behavior_pack/recipes/grindstone.json
+++ b/behavior_pack/recipes/grindstone.json
@@ -17,14 +17,12 @@
"tag": "minecraft:planks"
},
"_": {
- "item": "minecraft:double_stone_slab4",
- "data": 2
+ "item": "minecraft:normal_stone_slab"
}
},
"unlock": [
{
- "item": "minecraft:double_stone_slab4",
- "data": 2
+ "item": "minecraft:normal_stone_slab"
}
],
"result": {
diff --git a/behavior_pack/recipes/grindstone_from_crimson_planks.json b/behavior_pack/recipes/grindstone_from_crimson_planks.json
index d25518c7c..a2f0b3dee 100644
--- a/behavior_pack/recipes/grindstone_from_crimson_planks.json
+++ b/behavior_pack/recipes/grindstone_from_crimson_planks.json
@@ -17,8 +17,7 @@
"item": "minecraft:crimson_planks"
},
"_": {
- "item": "minecraft:double_stone_slab4",
- "data": 2
+ "item": "minecraft:normal_stone_slab"
}
},
"result": {
diff --git a/behavior_pack/recipes/grindstone_from_mangrove_planks.json b/behavior_pack/recipes/grindstone_from_mangrove_planks.json
index 31482adeb..a5d44c872 100644
--- a/behavior_pack/recipes/grindstone_from_mangrove_planks.json
+++ b/behavior_pack/recipes/grindstone_from_mangrove_planks.json
@@ -17,8 +17,7 @@
"item": "minecraft:mangrove_planks"
},
"_": {
- "item": "minecraft:double_stone_slab4",
- "data": 2
+ "item": "minecraft:normal_stone_slab"
}
},
"result": {
diff --git a/behavior_pack/recipes/grindstone_from_warped_planks.json b/behavior_pack/recipes/grindstone_from_warped_planks.json
index cdab10a4d..441a0dc7a 100644
--- a/behavior_pack/recipes/grindstone_from_warped_planks.json
+++ b/behavior_pack/recipes/grindstone_from_warped_planks.json
@@ -17,8 +17,7 @@
"item": "minecraft:warped_planks"
},
"_": {
- "item": "minecraft:double_stone_slab4",
- "data": 2
+ "item": "minecraft:normal_stone_slab"
}
},
"result": {
diff --git a/behavior_pack/recipes/lodestone.json b/behavior_pack/recipes/lodestone.json
index 8703267bf..208464db1 100644
--- a/behavior_pack/recipes/lodestone.json
+++ b/behavior_pack/recipes/lodestone.json
@@ -14,7 +14,7 @@
],
"key": {
"S": {
- "item": "minecraft:stonebrick:3"
+ "item": "minecraft:chiseled_stone_bricks"
},
"#": {
"item": "minecraft:netherite_ingot"
diff --git a/behavior_pack/recipes/mossy_stone_brick_stairs.json b/behavior_pack/recipes/mossy_stone_brick_stairs.json
index 461dc6500..c8a9058cd 100644
--- a/behavior_pack/recipes/mossy_stone_brick_stairs.json
+++ b/behavior_pack/recipes/mossy_stone_brick_stairs.json
@@ -14,14 +14,12 @@
],
"key": {
"#": {
- "item": "minecraft:stonebrick",
- "data": 1
+ "item": "minecraft:mossy_stone_bricks"
}
},
"unlock": [
{
- "item": "minecraft:stonebrick",
- "data": 1
+ "item": "minecraft:mossy_stone_bricks"
}
],
"result": {
diff --git a/behavior_pack/recipes/mossy_stone_brick_wall.json b/behavior_pack/recipes/mossy_stone_brick_wall.json
index 293b080f7..dff46eb6b 100644
--- a/behavior_pack/recipes/mossy_stone_brick_wall.json
+++ b/behavior_pack/recipes/mossy_stone_brick_wall.json
@@ -13,14 +13,12 @@
],
"key": {
"#": {
- "item": "minecraft:stonebrick",
- "data": 1
+ "item": "minecraft:mossy_stone_bricks"
}
},
"unlock": [
{
- "item": "minecraft:stonebrick",
- "data": 1
+ "item": "minecraft:mossy_stone_bricks"
}
],
"result": {
diff --git a/behavior_pack/recipes/mossy_stonebrick.json b/behavior_pack/recipes/mossy_stonebrick.json
index 52493b1c6..2c19a47eb 100644
--- a/behavior_pack/recipes/mossy_stonebrick.json
+++ b/behavior_pack/recipes/mossy_stonebrick.json
@@ -9,8 +9,7 @@
"tags": [ "crafting_table" ],
"ingredients": [
{
- "item": "minecraft:stonebrick",
- "data": 0
+ "item": "minecraft:stone_bricks"
},
{
"item": "minecraft:vine"
@@ -22,8 +21,7 @@
}
],
"result": {
- "item": "minecraft:stonebrick",
- "data": 1
+ "item": "minecraft:mossy_stone_bricks"
}
}
}
diff --git a/behavior_pack/recipes/mossy_stonebrick_from_moss.json b/behavior_pack/recipes/mossy_stonebrick_from_moss.json
index 31d9dd120..938787ed5 100644
--- a/behavior_pack/recipes/mossy_stonebrick_from_moss.json
+++ b/behavior_pack/recipes/mossy_stonebrick_from_moss.json
@@ -7,8 +7,7 @@
"tags": [ "crafting_table" ],
"ingredients": [
{
- "item": "minecraft:stonebrick",
- "data": 0
+ "item": "minecraft:stone_bricks"
},
{
"item": "minecraft:moss_block"
@@ -20,8 +19,7 @@
}
],
"result": {
- "item": "minecraft:stonebrick",
- "data": 1
+ "item": "minecraft:mossy_stone_bricks"
}
}
}
diff --git a/behavior_pack/recipes/quartz_block.json b/behavior_pack/recipes/quartz_block.json
index db7170993..a12007e65 100644
--- a/behavior_pack/recipes/quartz_block.json
+++ b/behavior_pack/recipes/quartz_block.json
@@ -4,8 +4,6 @@
"description": {
"identifier": "minecraft:quartz_block"
},
-
-
"tags": [ "crafting_table" ],
"pattern": [
"##",
@@ -16,14 +14,13 @@
"item": "minecraft:quartz"
}
},
- "unlock": [
+ "unlock": [
{
"item": "minecraft:quartz"
}
],
"result": {
- "item": "minecraft:quartz_block",
- "data": 0
+ "item": "minecraft:quartz_block"
}
}
}
diff --git a/behavior_pack/recipes/quartz_bricks.json b/behavior_pack/recipes/quartz_bricks.json
index 688d9855c..ad0adefb3 100644
--- a/behavior_pack/recipes/quartz_bricks.json
+++ b/behavior_pack/recipes/quartz_bricks.json
@@ -2,7 +2,7 @@
"format_version": "1.20.10",
"minecraft:recipe_shaped": {
"description": {
- "identifier": "minecraft:quartz_bricks"
+ "identifier": "minecraft:quartz_bricks"
},
"tags": [ "crafting_table" ],
"pattern": [
@@ -15,14 +15,15 @@
"data": 0
}
},
- "unlock": [
+ "unlock": [
{
"item": "minecraft:quartz_block",
"data": 0
}
],
"result": {
- "item": "minecraft:quartz_bricks"
+ "item": "minecraft:quartz_bricks",
+ "count": 4
}
}
}
diff --git a/behavior_pack/recipes/quartz_pillar.json b/behavior_pack/recipes/quartz_pillar.json
new file mode 100644
index 000000000..77c92af7f
--- /dev/null
+++ b/behavior_pack/recipes/quartz_pillar.json
@@ -0,0 +1,29 @@
+{
+ "format_version": "1.20.10",
+ "minecraft:recipe_shaped": {
+ "description": {
+ "identifier": "minecraft:pillar_quartz_block"
+ },
+ "tags": [ "crafting_table" ],
+ "pattern": [
+ "#",
+ "#"
+ ],
+ "key": {
+ "#": {
+ "item": "minecraft:quartz_block",
+ "data": 0
+ }
+ },
+ "unlock": [
+ {
+ "item": "minecraft:quartz_block",
+ "data": 0
+ }
+ ],
+ "result": {
+ "item": "minecraft:quartz_pillar",
+ "count": 2
+ }
+ }
+}
diff --git a/behavior_pack/recipes/red_sandstone.json b/behavior_pack/recipes/red_sandstone.json
index 0e5eddc78..a81525c4a 100644
--- a/behavior_pack/recipes/red_sandstone.json
+++ b/behavior_pack/recipes/red_sandstone.json
@@ -13,19 +13,16 @@
],
"key": {
"#": {
- "item": "minecraft:sand",
- "data": 1
+ "item": "minecraft:red_sand"
}
},
"unlock": [
{
- "item": "minecraft:sand",
- "data": 1
+ "item": "minecraft:red_sand"
}
],
"result": {
- "item": "minecraft:red_sandstone",
- "data": 0
+ "item": "minecraft:red_sandstone"
}
}
}
diff --git a/behavior_pack/recipes/sandstone.json b/behavior_pack/recipes/sandstone.json
index 251f823e0..f844298fd 100644
--- a/behavior_pack/recipes/sandstone.json
+++ b/behavior_pack/recipes/sandstone.json
@@ -24,8 +24,7 @@
}
],
"result": {
- "item": "minecraft:sandstone",
- "data": 0
+ "item": "minecraft:sandstone"
}
}
}
diff --git a/behavior_pack/recipes/smooth_quartz_stairs.json b/behavior_pack/recipes/smooth_quartz_stairs.json
index 388223641..bc7861072 100644
--- a/behavior_pack/recipes/smooth_quartz_stairs.json
+++ b/behavior_pack/recipes/smooth_quartz_stairs.json
@@ -4,8 +4,6 @@
"description": {
"identifier": "minecraft:smooth_quartz_stairs"
},
-
-
"tags": [ "crafting_table" ],
"pattern": [
"# ",
@@ -14,14 +12,12 @@
],
"key": {
"#": {
- "item": "minecraft:quartz_block",
- "data": 3
+ "item": "minecraft:smooth_quartz"
}
},
- "unlock": [
+ "unlock": [
{
- "item": "minecraft:quartz_block",
- "data": 3
+ "item": "minecraft:smooth_quartz"
}
],
"result": {
diff --git a/behavior_pack/recipes/smooth_red_sandstone.json b/behavior_pack/recipes/smooth_red_sandstone.json
index f0cf3ace3..2608aa36c 100644
--- a/behavior_pack/recipes/smooth_red_sandstone.json
+++ b/behavior_pack/recipes/smooth_red_sandstone.json
@@ -24,8 +24,7 @@
}
],
"result": {
- "item": "minecraft:red_sandstone",
- "data": 2,
+ "item": "minecraft:cut_red_sandstone",
"count": 4
}
}
diff --git a/behavior_pack/recipes/smooth_red_sandstone_stairs.json b/behavior_pack/recipes/smooth_red_sandstone_stairs.json
index 4ee9bbfea..faa4cb099 100644
--- a/behavior_pack/recipes/smooth_red_sandstone_stairs.json
+++ b/behavior_pack/recipes/smooth_red_sandstone_stairs.json
@@ -14,14 +14,12 @@
],
"key": {
"#": {
- "item": "minecraft:red_sandstone",
- "data": 3
+ "item": "minecraft:smooth_red_sandstone"
}
},
"unlock": [
{
- "item": "minecraft:red_sandstone",
- "data": 3
+ "item": "minecraft:smooth_red_sandstone"
}
],
"result": {
diff --git a/behavior_pack/recipes/smooth_sandstone.json b/behavior_pack/recipes/smooth_sandstone.json
index 956c1439a..cb2f9589c 100644
--- a/behavior_pack/recipes/smooth_sandstone.json
+++ b/behavior_pack/recipes/smooth_sandstone.json
@@ -2,10 +2,10 @@
"format_version": "1.20.10",
"minecraft:recipe_shaped": {
"description": {
- "identifier": "minecraft:smooth_sandstone"
+ "identifier": "minecraft:smooth_sandstone"
},
-
+
"tags": [ "crafting_table" ],
"pattern": [
"##",
@@ -24,8 +24,7 @@
}
],
"result": {
- "item": "minecraft:sandstone",
- "data": 2,
+ "item": "minecraft:cut_sandstone",
"count": 4
}
}
diff --git a/behavior_pack/recipes/smooth_sandstone_stairs.json b/behavior_pack/recipes/smooth_sandstone_stairs.json
index 8597d8254..333e56346 100644
--- a/behavior_pack/recipes/smooth_sandstone_stairs.json
+++ b/behavior_pack/recipes/smooth_sandstone_stairs.json
@@ -14,14 +14,12 @@
],
"key": {
"#": {
- "item": "minecraft:sandstone",
- "data": 3
+ "item": "minecraft:smooth_sandstone"
}
},
"unlock": [
{
- "item": "minecraft:sandstone",
- "data": 3
+ "item": "minecraft:smooth_sandstone"
}
],
"result": {
diff --git a/behavior_pack/recipes/stone_brick_stairs.json b/behavior_pack/recipes/stone_brick_stairs.json
index 9f5f60274..bb58f4c83 100644
--- a/behavior_pack/recipes/stone_brick_stairs.json
+++ b/behavior_pack/recipes/stone_brick_stairs.json
@@ -14,14 +14,12 @@
],
"key": {
"#": {
- "item": "minecraft:stonebrick",
- "data": 0
+ "item": "minecraft:stone_bricks"
}
},
"unlock": [
{
- "item": "minecraft:stonebrick",
- "data": 0
+ "item": "minecraft:stone_bricks"
}
],
"result": {
diff --git a/behavior_pack/recipes/stone_brick_wall.json b/behavior_pack/recipes/stone_brick_wall.json
index e64a73bcc..8e7e19c21 100644
--- a/behavior_pack/recipes/stone_brick_wall.json
+++ b/behavior_pack/recipes/stone_brick_wall.json
@@ -13,14 +13,12 @@
],
"key": {
"#": {
- "item": "minecraft:stonebrick",
- "data": 0
+ "item": "minecraft:stone_bricks"
}
},
"unlock": [
{
- "item": "minecraft:stonebrick",
- "data": 0
+ "item": "minecraft:stone_bricks"
}
],
"result": {
diff --git a/behavior_pack/recipes/stonebrick.json b/behavior_pack/recipes/stonebrick.json
index 9ba48b1ef..c65b08578 100644
--- a/behavior_pack/recipes/stonebrick.json
+++ b/behavior_pack/recipes/stonebrick.json
@@ -24,8 +24,7 @@
}
],
"result": {
- "item": "minecraft:stonebrick",
- "data": 0,
+ "item": "minecraft:stone_bricks",
"count": 4
}
}
diff --git a/behavior_pack/recipes/stonecutter_andesite_slab.json b/behavior_pack/recipes/stonecutter_andesite_slab.json
index f99e12618..9e8484a32 100644
--- a/behavior_pack/recipes/stonecutter_andesite_slab.json
+++ b/behavior_pack/recipes/stonecutter_andesite_slab.json
@@ -10,19 +10,16 @@
"priority": 0,
"ingredients": [
{
- "item": "minecraft:stone",
- "data": 5
+ "item": "minecraft:andesite"
}
],
"unlock": [
{
- "item": "minecraft:stone",
- "data": 5
+ "item": "minecraft:andesite"
}
],
"result": {
- "item": "minecraft:double_stone_slab3",
- "data": 3,
+ "item": "minecraft:andesite_slab",
"count": 2
}
}
diff --git a/behavior_pack/recipes/stonecutter_diorite_slab.json b/behavior_pack/recipes/stonecutter_diorite_slab.json
index e039f6055..5577cc243 100644
--- a/behavior_pack/recipes/stonecutter_diorite_slab.json
+++ b/behavior_pack/recipes/stonecutter_diorite_slab.json
@@ -10,19 +10,16 @@
"priority": 0,
"ingredients": [
{
- "item": "minecraft:stone",
- "data": 3
+ "item": "minecraft:diorite"
}
],
"unlock": [
{
- "item": "minecraft:stone",
- "data": 3
+ "item": "minecraft:diorite"
}
],
"result": {
- "item": "minecraft:double_stone_slab3",
- "data": 4,
+ "item": "minecraft:diorite_slab",
"count": 2
}
}
diff --git a/behavior_pack/recipes/stonecutter_endbrick_slab.json b/behavior_pack/recipes/stonecutter_endbrick_slab.json
index aad0699a0..6a2423804 100644
--- a/behavior_pack/recipes/stonecutter_endbrick_slab.json
+++ b/behavior_pack/recipes/stonecutter_endbrick_slab.json
@@ -10,19 +10,16 @@
"priority": 0,
"ingredients": [
{
- "item": "minecraft:end_stone",
- "data": 0
+ "item": "minecraft:end_stone"
}
],
"unlock": [
{
- "item": "minecraft:end_stone",
- "data": 0
+ "item": "minecraft:end_stone"
}
],
"result": {
- "item": "minecraft:double_stone_slab3",
- "data": 0,
+ "item": "minecraft:end_stone_brick_slab",
"count": 2
}
}
diff --git a/behavior_pack/recipes/stonecutter_endbrick_slab2.json b/behavior_pack/recipes/stonecutter_endbrick_slab2.json
index 01f0ff1be..280ba02fb 100644
--- a/behavior_pack/recipes/stonecutter_endbrick_slab2.json
+++ b/behavior_pack/recipes/stonecutter_endbrick_slab2.json
@@ -10,19 +10,16 @@
"priority": 0,
"ingredients": [
{
- "item": "minecraft:end_bricks",
- "data": 0
+ "item": "minecraft:end_bricks"
}
],
"unlock": [
{
- "item": "minecraft:end_bricks",
- "data": 0
+ "item": "minecraft:end_bricks"
}
],
"result": {
- "item": "minecraft:double_stone_slab3",
- "data": 0,
+ "item": "minecraft:end_stone_brick_slab",
"count": 2
}
}
diff --git a/behavior_pack/recipes/stonecutter_granite_slab.json b/behavior_pack/recipes/stonecutter_granite_slab.json
index bc67cbda1..dcc2c3fa0 100644
--- a/behavior_pack/recipes/stonecutter_granite_slab.json
+++ b/behavior_pack/recipes/stonecutter_granite_slab.json
@@ -10,19 +10,16 @@
"priority": 0,
"ingredients": [
{
- "item": "minecraft:stone",
- "data": 1
+ "item": "minecraft:granite"
}
],
"unlock": [
{
- "item": "minecraft:stone",
- "data": 1
+ "item": "minecraft:granite"
}
],
"result": {
- "item": "minecraft:double_stone_slab3",
- "data": 6,
+ "item": "minecraft:granite_slab",
"count": 2
}
}
diff --git a/behavior_pack/recipes/stonecutter_mossy_stonebrick_slab.json b/behavior_pack/recipes/stonecutter_mossy_stonebrick_slab.json
index 7bb5a967d..130d39972 100644
--- a/behavior_pack/recipes/stonecutter_mossy_stonebrick_slab.json
+++ b/behavior_pack/recipes/stonecutter_mossy_stonebrick_slab.json
@@ -10,19 +10,16 @@
"priority": 0,
"ingredients": [
{
- "item": "minecraft:stonebrick",
- "data": 1
+ "item": "minecraft:mossy_stone_bricks"
}
],
"unlock": [
{
- "item": "minecraft:stonebrick",
- "data": 1
+ "item": "minecraft:mossy_stone_bricks"
}
],
"result": {
- "item": "minecraft:double_stone_slab4",
- "data": 0,
+ "item": "minecraft:mossy_stone_brick_slab",
"count": 2
}
}
diff --git a/behavior_pack/recipes/stonecutter_mossy_stonebrick_stairs.json b/behavior_pack/recipes/stonecutter_mossy_stonebrick_stairs.json
index be64f329b..0fdd61dfc 100644
--- a/behavior_pack/recipes/stonecutter_mossy_stonebrick_stairs.json
+++ b/behavior_pack/recipes/stonecutter_mossy_stonebrick_stairs.json
@@ -10,14 +10,12 @@
"priority": 1,
"ingredients": [
{
- "item": "minecraft:stonebrick",
- "data": 1
+ "item": "minecraft:mossy_stone_bricks"
}
],
"unlock": [
{
- "item": "minecraft:stonebrick",
- "data": 1
+ "item": "minecraft:mossy_stone_bricks"
}
],
"result": {
diff --git a/behavior_pack/recipes/stonecutter_mossy_stonebrick_wall.json b/behavior_pack/recipes/stonecutter_mossy_stonebrick_wall.json
index 2522cf544..29be2436d 100644
--- a/behavior_pack/recipes/stonecutter_mossy_stonebrick_wall.json
+++ b/behavior_pack/recipes/stonecutter_mossy_stonebrick_wall.json
@@ -10,14 +10,12 @@
"priority": 2,
"ingredients": [
{
- "item": "minecraft:stonebrick",
- "data": 1
+ "item": "minecraft:mossy_stone_bricks"
}
],
"unlock": [
{
- "item": "minecraft:stonebrick",
- "data": 1
+ "item": "minecraft:mossy_stone_bricks"
}
],
"result": {
diff --git a/behavior_pack/recipes/stonecutter_polished_andesite_slab.json b/behavior_pack/recipes/stonecutter_polished_andesite_slab.json
index b748c78e6..51ce46e67 100644
--- a/behavior_pack/recipes/stonecutter_polished_andesite_slab.json
+++ b/behavior_pack/recipes/stonecutter_polished_andesite_slab.json
@@ -10,19 +10,16 @@
"priority": 4,
"ingredients": [
{
- "item": "minecraft:stone",
- "data": 5
+ "item": "minecraft:andesite"
}
],
"unlock": [
{
- "item": "minecraft:stone",
- "data": 5
+ "item": "minecraft:andesite"
}
],
"result": {
- "item": "minecraft:double_stone_slab3",
- "data": 2,
+ "item": "minecraft:polished_andesite_slab",
"count": 2
}
}
diff --git a/behavior_pack/recipes/stonecutter_polished_andesite_slab2.json b/behavior_pack/recipes/stonecutter_polished_andesite_slab2.json
index e4d32b17c..861e5dfa3 100644
--- a/behavior_pack/recipes/stonecutter_polished_andesite_slab2.json
+++ b/behavior_pack/recipes/stonecutter_polished_andesite_slab2.json
@@ -10,19 +10,16 @@
"priority": 0,
"ingredients": [
{
- "item": "minecraft:stone",
- "data": 6
+ "item": "minecraft:polished_andesite"
}
],
"unlock": [
{
- "item": "minecraft:stone",
- "data": 6
+ "item": "minecraft:polished_andesite"
}
],
"result": {
- "item": "minecraft:double_stone_slab3",
- "data": 2,
+ "item": "minecraft:polished_andesite_slab",
"count": 2
}
}
diff --git a/behavior_pack/recipes/stonecutter_polished_diorite_slab.json b/behavior_pack/recipes/stonecutter_polished_diorite_slab.json
index 149f0dabf..9e8ba3e38 100644
--- a/behavior_pack/recipes/stonecutter_polished_diorite_slab.json
+++ b/behavior_pack/recipes/stonecutter_polished_diorite_slab.json
@@ -10,19 +10,16 @@
"priority": 4,
"ingredients": [
{
- "item": "minecraft:stone",
- "data": 3
+ "item": "minecraft:diorite"
}
],
"unlock": [
{
- "item": "minecraft:stone",
- "data": 3
+ "item": "minecraft:diorite"
}
],
"result": {
- "item": "minecraft:double_stone_slab3",
- "data": 5,
+ "item": "minecraft:polished_diorite_slab",
"count": 2
}
}
diff --git a/behavior_pack/recipes/stonecutter_polished_diorite_slab2.json b/behavior_pack/recipes/stonecutter_polished_diorite_slab2.json
index 6c597ba50..40f71ea28 100644
--- a/behavior_pack/recipes/stonecutter_polished_diorite_slab2.json
+++ b/behavior_pack/recipes/stonecutter_polished_diorite_slab2.json
@@ -10,19 +10,16 @@
"priority": 0,
"ingredients": [
{
- "item": "minecraft:stone",
- "data": 4
+ "item": "minecraft:polished_diorite"
}
],
"unlock": [
{
- "item": "minecraft:stone",
- "data": 4
+ "item": "minecraft:polished_diorite"
}
],
"result": {
- "item": "minecraft:double_stone_slab3",
- "data": 5,
+ "item": "minecraft:polished_diorite_slab",
"count": 2
}
}
diff --git a/behavior_pack/recipes/stonecutter_polished_granite_slab.json b/behavior_pack/recipes/stonecutter_polished_granite_slab.json
index 558b38b99..58f064c2a 100644
--- a/behavior_pack/recipes/stonecutter_polished_granite_slab.json
+++ b/behavior_pack/recipes/stonecutter_polished_granite_slab.json
@@ -10,19 +10,16 @@
"priority": 4,
"ingredients": [
{
- "item": "minecraft:stone",
- "data": 1
+ "item": "minecraft:granite"
}
],
"unlock": [
{
- "item": "minecraft:stone",
- "data": 1
+ "item": "minecraft:granite"
}
],
"result": {
- "item": "minecraft:double_stone_slab3",
- "data": 7,
+ "item": "minecraft:polished_granite_slab",
"count": 2
}
}
diff --git a/behavior_pack/recipes/stonecutter_polished_granite_slab2.json b/behavior_pack/recipes/stonecutter_polished_granite_slab2.json
index 6b1ff21d4..1b471d7b3 100644
--- a/behavior_pack/recipes/stonecutter_polished_granite_slab2.json
+++ b/behavior_pack/recipes/stonecutter_polished_granite_slab2.json
@@ -10,19 +10,16 @@
"priority": 0,
"ingredients": [
{
- "item": "minecraft:stone",
- "data": 2
+ "item": "minecraft:polished_granite"
}
],
"unlock": [
{
- "item": "minecraft:stone",
- "data": 2
+ "item": "minecraft:polished_granite"
}
],
"result": {
- "item": "minecraft:double_stone_slab3",
- "data": 7,
+ "item": "minecraft:polished_granite_slab",
"count": 2
}
}
diff --git a/behavior_pack/recipes/stonecutter_quartz_chiseled.json b/behavior_pack/recipes/stonecutter_quartz_chiseled.json
index 26137e420..994cbf660 100644
--- a/behavior_pack/recipes/stonecutter_quartz_chiseled.json
+++ b/behavior_pack/recipes/stonecutter_quartz_chiseled.json
@@ -4,8 +4,6 @@
"description": {
"identifier": "minecraft:stonecutter_quartz_chiseled"
},
-
-
"tags": [ "stonecutter" ],
"priority": 0,
"ingredients": [
@@ -21,8 +19,7 @@
}
],
"result": {
- "item": "minecraft:quartz_block",
- "data": 1,
+ "item": "minecraft:chiseled_quartz_block",
"count": 1
}
}
diff --git a/behavior_pack/recipes/stonecutter_quartz_pillar.json b/behavior_pack/recipes/stonecutter_quartz_pillar.json
new file mode 100644
index 000000000..739ddb415
--- /dev/null
+++ b/behavior_pack/recipes/stonecutter_quartz_pillar.json
@@ -0,0 +1,27 @@
+{
+ "format_version": "1.20.10",
+ "minecraft:recipe_shapeless": {
+ "description": {
+ "identifier": "minecraft:stonecutter_quartz_lines"
+ },
+ "tags": [ "stonecutter" ],
+ "priority": 1,
+ "ingredients": [
+ {
+ "item": "minecraft:quartz_block",
+ "data": 0
+ }
+ ],
+ "unlock": [
+ {
+ "item": "minecraft:quartz_block",
+ "data": 0
+ }
+ ],
+ "result": {
+ "item": "minecraft:quartz_pillar",
+ "count": 1
+ }
+ }
+
+}
diff --git a/behavior_pack/recipes/stonecutter_red_sandstone_cut.json b/behavior_pack/recipes/stonecutter_red_sandstone_cut.json
index 9a5c71036..15cbc69c4 100644
--- a/behavior_pack/recipes/stonecutter_red_sandstone_cut.json
+++ b/behavior_pack/recipes/stonecutter_red_sandstone_cut.json
@@ -21,8 +21,7 @@
}
],
"result": {
- "item": "minecraft:red_sandstone",
- "data": 2,
+ "item": "minecraft:cut_red_sandstone",
"count": 1
}
}
diff --git a/behavior_pack/recipes/stonecutter_red_sandstone_heiroglyphs.json b/behavior_pack/recipes/stonecutter_red_sandstone_heiroglyphs.json
index 347376df5..1d88b40d0 100644
--- a/behavior_pack/recipes/stonecutter_red_sandstone_heiroglyphs.json
+++ b/behavior_pack/recipes/stonecutter_red_sandstone_heiroglyphs.json
@@ -21,8 +21,7 @@
}
],
"result": {
- "item": "minecraft:red_sandstone",
- "data": 1,
+ "item": "minecraft:chiseled_red_sandstone",
"count": 1
}
}
diff --git a/behavior_pack/recipes/stonecutter_red_sandstone_slab.json b/behavior_pack/recipes/stonecutter_red_sandstone_slab.json
index 49574f415..c5070c4c9 100644
--- a/behavior_pack/recipes/stonecutter_red_sandstone_slab.json
+++ b/behavior_pack/recipes/stonecutter_red_sandstone_slab.json
@@ -21,8 +21,7 @@
}
],
"result": {
- "item": "minecraft:double_stone_slab2",
- "data": 0,
+ "item": "minecraft:red_sandstone_slab",
"count": 2
}
}
diff --git a/behavior_pack/recipes/stonecutter_sandstone_cut.json b/behavior_pack/recipes/stonecutter_sandstone_cut.json
index 929ba6175..5554e0ba1 100644
--- a/behavior_pack/recipes/stonecutter_sandstone_cut.json
+++ b/behavior_pack/recipes/stonecutter_sandstone_cut.json
@@ -2,10 +2,10 @@
"format_version": "1.20.10",
"minecraft:recipe_shapeless": {
"description": {
- "identifier": "minecraft:stonecutter_sandstone_cut"
+ "identifier": "minecraft:stonecutter_sandstone_cut"
},
-
+
"tags": [ "stonecutter" ],
"priority": 1,
"ingredients": [
@@ -21,10 +21,9 @@
}
],
"result": {
- "item": "minecraft:sandstone",
- "data": 2,
+ "item": "minecraft:cut_sandstone",
"count": 1
}
}
-
+
}
diff --git a/behavior_pack/recipes/stonecutter_sandstone_heiroglyphs.json b/behavior_pack/recipes/stonecutter_sandstone_heiroglyphs.json
index a4987a3ad..f82599937 100644
--- a/behavior_pack/recipes/stonecutter_sandstone_heiroglyphs.json
+++ b/behavior_pack/recipes/stonecutter_sandstone_heiroglyphs.json
@@ -2,10 +2,10 @@
"format_version": "1.20.10",
"minecraft:recipe_shapeless": {
"description": {
- "identifier": "minecraft:stonecutter_sandstone_heiroglyphs"
+ "identifier": "minecraft:stonecutter_sandstone_heiroglyphs"
},
-
+
"tags": [ "stonecutter" ],
"priority": 0,
"ingredients": [
@@ -21,10 +21,9 @@
}
],
"result": {
- "item": "minecraft:sandstone",
- "data": 1,
+ "item": "minecraft:chiseled_sandstone",
"count": 1
}
}
-
+
}
diff --git a/behavior_pack/recipes/stonecutter_smooth_quartz_slab.json b/behavior_pack/recipes/stonecutter_smooth_quartz_slab.json
index c7c5c9053..4ef0d732b 100644
--- a/behavior_pack/recipes/stonecutter_smooth_quartz_slab.json
+++ b/behavior_pack/recipes/stonecutter_smooth_quartz_slab.json
@@ -4,25 +4,20 @@
"description": {
"identifier": "minecraft:stonecutter_smooth_quartz_slab"
},
-
-
"tags": [ "stonecutter" ],
"priority": 0,
"ingredients": [
{
- "item": "minecraft:quartz_block",
- "data": 3
+ "item": "minecraft:smooth_quartz"
}
],
"unlock": [
{
- "item": "minecraft:quartz_block",
- "data": 3
+ "item": "minecraft:smooth_quartz"
}
],
"result": {
- "item": "minecraft:double_stone_slab4",
- "data": 1,
+ "item": "minecraft:smooth_quartz_slab",
"count": 2
}
}
diff --git a/behavior_pack/recipes/stonecutter_smooth_quartz_stairs.json b/behavior_pack/recipes/stonecutter_smooth_quartz_stairs.json
index fa0ec3b62..9c7592996 100644
--- a/behavior_pack/recipes/stonecutter_smooth_quartz_stairs.json
+++ b/behavior_pack/recipes/stonecutter_smooth_quartz_stairs.json
@@ -4,20 +4,16 @@
"description": {
"identifier": "minecraft:stonecutter_smooth_quartz_stairs"
},
-
-
"tags": [ "stonecutter" ],
"priority": 1,
"ingredients": [
{
- "item": "minecraft:quartz_block",
- "data": 3
+ "item": "minecraft:smooth_quartz"
}
],
"unlock": [
{
- "item": "minecraft:quartz_block",
- "data": 3
+ "item": "minecraft:smooth_quartz"
}
],
"result": {
diff --git a/behavior_pack/recipes/stonecutter_smooth_red_sandstone_slab.json b/behavior_pack/recipes/stonecutter_smooth_red_sandstone_slab.json
index d3f97a5ab..5affdd805 100644
--- a/behavior_pack/recipes/stonecutter_smooth_red_sandstone_slab.json
+++ b/behavior_pack/recipes/stonecutter_smooth_red_sandstone_slab.json
@@ -10,19 +10,16 @@
"priority": 0,
"ingredients": [
{
- "item": "minecraft:red_sandstone",
- "data": 3
+ "item": "minecraft:smooth_red_sandstone"
}
],
"unlock": [
{
- "item": "minecraft:red_sandstone",
- "data": 3
+ "item": "minecraft:smooth_red_sandstone"
}
],
"result": {
- "item": "minecraft:double_stone_slab3",
- "data": 1,
+ "item": "minecraft:smooth_red_sandstone_slab",
"count": 2
}
}
diff --git a/behavior_pack/recipes/stonecutter_smooth_red_sandstone_stairs.json b/behavior_pack/recipes/stonecutter_smooth_red_sandstone_stairs.json
index 20ca61a72..3a7095fa2 100644
--- a/behavior_pack/recipes/stonecutter_smooth_red_sandstone_stairs.json
+++ b/behavior_pack/recipes/stonecutter_smooth_red_sandstone_stairs.json
@@ -10,14 +10,12 @@
"priority": 1,
"ingredients": [
{
- "item": "minecraft:red_sandstone",
- "data": 3
+ "item": "minecraft:smooth_red_sandstone"
}
],
"unlock": [
{
- "item": "minecraft:red_sandstone",
- "data": 3
+ "item": "minecraft:smooth_red_sandstone"
}
],
"result": {
diff --git a/behavior_pack/recipes/stonecutter_stone_slab.json b/behavior_pack/recipes/stonecutter_stone_slab.json
index d66a39089..708f46bc4 100644
--- a/behavior_pack/recipes/stonecutter_stone_slab.json
+++ b/behavior_pack/recipes/stonecutter_stone_slab.json
@@ -21,8 +21,7 @@
}
],
"result": {
- "item": "minecraft:double_stone_slab4",
- "data": 2,
+ "item": "minecraft:normal_stone_slab",
"count": 2
}
}
diff --git a/behavior_pack/recipes/stonecutter_stonebrick.json b/behavior_pack/recipes/stonecutter_stonebrick.json
index 0febcba58..e7b8f6400 100644
--- a/behavior_pack/recipes/stonecutter_stonebrick.json
+++ b/behavior_pack/recipes/stonecutter_stonebrick.json
@@ -21,8 +21,7 @@
}
],
"result": {
- "item": "minecraft:stonebrick",
- "data": 0,
+ "item": "minecraft:stone_bricks",
"count": 1
}
}
diff --git a/behavior_pack/recipes/stonecutter_stonebrick_chiseled.json b/behavior_pack/recipes/stonecutter_stonebrick_chiseled.json
index 46cae2cf3..50bcc6108 100644
--- a/behavior_pack/recipes/stonecutter_stonebrick_chiseled.json
+++ b/behavior_pack/recipes/stonecutter_stonebrick_chiseled.json
@@ -21,8 +21,7 @@
}
],
"result": {
- "item": "minecraft:stonebrick",
- "data": 3,
+ "item": "minecraft:chiseled_stone_bricks",
"count": 1
}
}
diff --git a/behavior_pack/recipes/stonecutter_stonebrick_slab2.json b/behavior_pack/recipes/stonecutter_stonebrick_slab2.json
index ac57282f8..4308333e5 100644
--- a/behavior_pack/recipes/stonecutter_stonebrick_slab2.json
+++ b/behavior_pack/recipes/stonecutter_stonebrick_slab2.json
@@ -10,14 +10,12 @@
"priority": 0,
"ingredients": [
{
- "item": "minecraft:stonebrick",
- "data": 0
+ "item": "minecraft:stone_bricks"
}
],
"unlock": [
{
- "item": "minecraft:stonebrick",
- "data": 0
+ "item": "minecraft:stone_bricks"
}
],
"result": {
diff --git a/behavior_pack/recipes/stonecutter_stonebrick_stairs2.json b/behavior_pack/recipes/stonecutter_stonebrick_stairs2.json
index 7b0286b88..954581f10 100644
--- a/behavior_pack/recipes/stonecutter_stonebrick_stairs2.json
+++ b/behavior_pack/recipes/stonecutter_stonebrick_stairs2.json
@@ -10,14 +10,12 @@
"priority": 1,
"ingredients": [
{
- "item": "minecraft:stonebrick",
- "data": 0
+ "item": "minecraft:stone_bricks"
}
],
"unlock": [
{
- "item": "minecraft:stonebrick",
- "data": 0
+ "item": "minecraft:stone_bricks"
}
],
"result": {
diff --git a/behavior_pack/recipes/stonecutter_stonebrick_wall2.json b/behavior_pack/recipes/stonecutter_stonebrick_wall2.json
index be6898769..f4c070df0 100644
--- a/behavior_pack/recipes/stonecutter_stonebrick_wall2.json
+++ b/behavior_pack/recipes/stonecutter_stonebrick_wall2.json
@@ -10,14 +10,12 @@
"priority": 2,
"ingredients": [
{
- "item": "minecraft:stonebrick",
- "data": 0
+ "item": "minecraft:stone_bricks"
}
],
"unlock": [
{
- "item": "minecraft:stonebrick",
- "data": 0
+ "item": "minecraft:stone_bricks"
}
],
"result": {
diff --git a/behavior_pack/recipes/stonecutter_w_oxidized_cut_copper_to_cut_copper_slab.json b/behavior_pack/recipes/stonecutter_w_oxidized_cut_copper_to_cut_copper_slab.json
index 6ed76dc68..9b7eb1ee8 100644
--- a/behavior_pack/recipes/stonecutter_w_oxidized_cut_copper_to_cut_copper_slab.json
+++ b/behavior_pack/recipes/stonecutter_w_oxidized_cut_copper_to_cut_copper_slab.json
@@ -19,7 +19,8 @@
}
],
"result": {
- "item": "minecraft:waxed_oxidized_cut_copper_slab"
+ "item": "minecraft:waxed_oxidized_cut_copper_slab",
+ "count": 2
}
}
diff --git a/behavior_pack/recipes/suspicious_stew_from_dandelion.json b/behavior_pack/recipes/suspicious_stew_from_dandelion.json
index 11280feb6..c2f32f278 100644
--- a/behavior_pack/recipes/suspicious_stew_from_dandelion.json
+++ b/behavior_pack/recipes/suspicious_stew_from_dandelion.json
@@ -18,7 +18,7 @@
"item": "minecraft:bowl"
},
{
- "item": "minecraft:yellow_flower"
+ "item": "minecraft:dandelion"
}
],
"unlock": {
diff --git a/behavior_pack/recipes/yellow_dye_from_dandelion.json b/behavior_pack/recipes/yellow_dye_from_dandelion.json
index b0f2565b3..820f6b4c6 100644
--- a/behavior_pack/recipes/yellow_dye_from_dandelion.json
+++ b/behavior_pack/recipes/yellow_dye_from_dandelion.json
@@ -8,13 +8,13 @@
"group": "yellow_dye",
"ingredients": [
{
- "item": "minecraft:yellow_flower",
+ "item": "minecraft:dandelion",
"data": 0
}
],
"unlock": [
{
- "item": "minecraft:yellow_flower",
+ "item": "minecraft:dandelion",
"data": 0
}
],
diff --git a/behavior_pack/spawn_rules/armadillo.json b/behavior_pack/spawn_rules/armadillo.json
index 23a8703dd..784e2be2a 100644
--- a/behavior_pack/spawn_rules/armadillo.json
+++ b/behavior_pack/spawn_rules/armadillo.json
@@ -10,8 +10,8 @@
"minecraft:spawns_on_surface": {},
"minecraft:spawns_on_block_filter": [
{ "name": "minecraft:grass_block" },
- { "name": "minecraft:sand", "states": { "sand_type": "red" } },
- { "name": "minecraft:dirt", "states": { "dirt_type": "coarse" } },
+ { "name": "minecraft:red_sand" },
+ { "name": "minecraft:coarse_dirt" },
// Every Terracotta block found in Mesa.
{ "name": "minecraft:brown_terracotta" },
{ "name": "minecraft:hardened_clay" },
@@ -41,8 +41,8 @@
"minecraft:spawns_on_surface": {},
"minecraft:spawns_on_block_filter": [
{ "name": "minecraft:grass_block" },
- { "name": "minecraft:sand", "states": { "sand_type": "red" } },
- { "name": "minecraft:dirt", "states": { "dirt_type": "coarse" } },
+ { "name": "minecraft:red_sand" },
+ { "name": "minecraft:coarse_dirt" },
// Every Terracotta block found in Mesa.
{ "name": "minecraft:brown_terracotta" },
{ "name": "minecraft:hardened_clay" },
@@ -76,8 +76,8 @@
"minecraft:spawns_on_surface": {},
"minecraft:spawns_on_block_filter": [
{ "name": "minecraft:grass_block" },
- { "name": "minecraft:sand", "states": { "sand_type": "red" } },
- { "name": "minecraft:dirt", "states": { "dirt_type": "coarse" } },
+ { "name": "minecraft:red_sand" },
+ { "name": "minecraft:coarse_dirt" },
// Every Terracotta block found in Mesa.
{ "name": "minecraft:brown_terracotta" },
{ "name": "minecraft:hardened_clay" },
diff --git a/behavior_pack/spawn_rules/drowned.json b/behavior_pack/spawn_rules/drowned.json
index c15f47356..b56abe5fb 100644
--- a/behavior_pack/spawn_rules/drowned.json
+++ b/behavior_pack/spawn_rules/drowned.json
@@ -62,18 +62,16 @@
},
"minecraft:herd": {
- "min_size": 2,
- "max_size": 4
+ "min_size": 1,
+ "max_size": 1
},
"minecraft:biome_filter": {
- "test": "has_biome_tag",
- "operator": "==",
- "value": "river"
+ "test": "has_biome_tag", "operator": "==", "value": "river"
}
},
{
- "minecraft:spawns_on_surface": {},
+ "minecraft:spawns_underground": {},
"minecraft:spawns_underwater": {},
"minecraft:brightness_filter": {
@@ -88,11 +86,11 @@
},
"minecraft:weight": {
- "default": 100
+ "default": 95
},
"minecraft:density_limit": {
- "surface": 2
+ "underground": 5
},
"minecraft:herd": {
@@ -101,11 +99,9 @@
},
"minecraft:biome_filter": {
- "test": "has_biome_tag",
- "operator": "==",
- "value": "dripstone_caves"
+ "test": "has_biome_tag", "operator": "==", "value": "dripstone_caves"
}
}
]
}
-}
\ No newline at end of file
+}
diff --git a/behavior_pack/spawn_rules/wolf.json b/behavior_pack/spawn_rules/wolf.json
index 9d33adf50..076757f7d 100644
--- a/behavior_pack/spawn_rules/wolf.json
+++ b/behavior_pack/spawn_rules/wolf.json
@@ -64,7 +64,7 @@
"minecraft:spawns_on_block_filter": [
{ "name": "minecraft:podzol" },
{ "name": "minecraft:grass_block" },
- { "name": "minecraft:dirt", "states": { "dirt_type": "coarse" } }
+ { "name": "minecraft:coarse_dirt" }
],
"minecraft:brightness_filter": {
"min": 7,
@@ -93,7 +93,7 @@
"minecraft:spawns_on_block_filter": [
{ "name": "minecraft:podzol" },
{ "name": "minecraft:grass_block" },
- { "name": "minecraft:dirt", "states": { "dirt_type": "coarse" } }
+ { "name": "minecraft:coarse_dirt" }
],
"minecraft:brightness_filter": {
"min": 7,
@@ -191,7 +191,7 @@
"minecraft:spawns_on_surface": {},
"minecraft:spawns_on_block_filter": [
{ "name": "minecraft:grass_block" },
- { "name": "minecraft:dirt", "states": { "dirt_type": "coarse" } }
+ { "name": "minecraft:coarse_dirt" }
],
"minecraft:brightness_filter": {
"min": 7,
diff --git a/behavior_pack/trading/economy_trades/stone_mason_trades.json b/behavior_pack/trading/economy_trades/stone_mason_trades.json
index 6f0ae11f1..023e42a09 100644
--- a/behavior_pack/trading/economy_trades/stone_mason_trades.json
+++ b/behavior_pack/trading/economy_trades/stone_mason_trades.json
@@ -72,7 +72,7 @@
],
"gives": [
{
- "item": "minecraft:stonebrick:3",
+ "item": "minecraft:chiseled_stone_bricks",
"quantity": 4
}
],
@@ -305,10 +305,10 @@
{
"choice": [
{
- "item": "minecraft:quartz_block:0"
+ "item": "minecraft:quartz_block"
},
{
- "item": "minecraft:quartz_block:2"
+ "item": "minecraft:quartz_pillar"
}
]
}
diff --git a/behavior_pack/trading/economy_trades/wandering_trader_trades.json b/behavior_pack/trading/economy_trades/wandering_trader_trades.json
index b72ed6f0e..4d69cd2c7 100644
--- a/behavior_pack/trading/economy_trades/wandering_trader_trades.json
+++ b/behavior_pack/trading/economy_trades/wandering_trader_trades.json
@@ -141,7 +141,7 @@
],
"gives": [
{
- "item": "minecraft:yellow_flower"
+ "item": "minecraft:dandelion"
}
]
},
@@ -524,7 +524,7 @@
],
"gives": [
{
- "item": "minecraft:sand:0",
+ "item": "minecraft:sand",
"quantity": 8
}
]
@@ -539,7 +539,7 @@
],
"gives": [
{
- "item": "minecraft:sand:1",
+ "item": "minecraft:red_sand",
"quantity": 4
}
]
diff --git a/documentation/Addons.html b/documentation/Addons.html
index 178d378ab..27267a731 100644
--- a/documentation/Addons.html
+++ b/documentation/Addons.html
@@ -1,4 +1,4 @@
-
ADDONS DOCUMENTATION Version: 1.21.0.3
+ADDONS DOCUMENTATION Version: 1.21.20.3
Index
Blocks |
@@ -936,97 +936,97 @@ List of all Aux-Values supported and what they equate to as Block-States
minecraft:anvil:000
minecraft:anvil |
0 |
-minecraft:anvil ["damage" = "undamaged", "minecraft:cardinal_direction" = "south"] |
+minecraft:anvil ["minecraft:cardinal_direction" = "south"] |
minecraft:anvil:001 |
minecraft:anvil |
1 |
-minecraft:anvil ["damage" = "undamaged", "minecraft:cardinal_direction" = "west"] |
+minecraft:anvil ["minecraft:cardinal_direction" = "west"] |
minecraft:anvil:002 |
minecraft:anvil |
2 |
-minecraft:anvil ["damage" = "undamaged", "minecraft:cardinal_direction" = "north"] |
+minecraft:anvil ["minecraft:cardinal_direction" = "north"] |
minecraft:anvil:003 |
minecraft:anvil |
3 |
-minecraft:anvil ["damage" = "undamaged", "minecraft:cardinal_direction" = "east"] |
+minecraft:anvil ["minecraft:cardinal_direction" = "east"] |
minecraft:anvil:004 |
minecraft:anvil |
4 |
-minecraft:anvil ["damage" = "slightly_damaged", "minecraft:cardinal_direction" = "south"] |
+minecraft:chipped_anvil ["minecraft:cardinal_direction" = "south"] |
minecraft:anvil:005 |
minecraft:anvil |
5 |
-minecraft:anvil ["damage" = "slightly_damaged", "minecraft:cardinal_direction" = "west"] |
+minecraft:chipped_anvil ["minecraft:cardinal_direction" = "west"] |
minecraft:anvil:006 |
minecraft:anvil |
6 |
-minecraft:anvil ["damage" = "slightly_damaged", "minecraft:cardinal_direction" = "north"] |
+minecraft:chipped_anvil ["minecraft:cardinal_direction" = "north"] |
minecraft:anvil:007 |
minecraft:anvil |
7 |
-minecraft:anvil ["damage" = "slightly_damaged", "minecraft:cardinal_direction" = "east"] |
+minecraft:chipped_anvil ["minecraft:cardinal_direction" = "east"] |
minecraft:anvil:008 |
minecraft:anvil |
8 |
-minecraft:anvil ["damage" = "very_damaged", "minecraft:cardinal_direction" = "south"] |
+minecraft:damaged_anvil ["minecraft:cardinal_direction" = "south"] |
minecraft:anvil:009 |
minecraft:anvil |
9 |
-minecraft:anvil ["damage" = "very_damaged", "minecraft:cardinal_direction" = "west"] |
+minecraft:damaged_anvil ["minecraft:cardinal_direction" = "west"] |
minecraft:anvil:010 |
minecraft:anvil |
10 |
-minecraft:anvil ["damage" = "very_damaged", "minecraft:cardinal_direction" = "north"] |
+minecraft:damaged_anvil ["minecraft:cardinal_direction" = "north"] |
minecraft:anvil:011 |
minecraft:anvil |
11 |
-minecraft:anvil ["damage" = "very_damaged", "minecraft:cardinal_direction" = "east"] |
+minecraft:damaged_anvil ["minecraft:cardinal_direction" = "east"] |
minecraft:anvil:012 |
minecraft:anvil |
12 |
-minecraft:anvil ["damage" = "broken", "minecraft:cardinal_direction" = "south"] |
+minecraft:deprecated_anvil ["minecraft:cardinal_direction" = "south"] |
minecraft:anvil:013 |
minecraft:anvil |
13 |
-minecraft:anvil ["damage" = "broken", "minecraft:cardinal_direction" = "west"] |
+minecraft:deprecated_anvil ["minecraft:cardinal_direction" = "west"] |
minecraft:anvil:014 |
minecraft:anvil |
14 |
-minecraft:anvil ["damage" = "broken", "minecraft:cardinal_direction" = "north"] |
+minecraft:deprecated_anvil ["minecraft:cardinal_direction" = "north"] |
minecraft:anvil:015 |
minecraft:anvil |
15 |
-minecraft:anvil ["damage" = "broken", "minecraft:cardinal_direction" = "east"] |
+minecraft:deprecated_anvil ["minecraft:cardinal_direction" = "east"] |
minecraft:bamboo:000 |
@@ -5196,289 +5196,289 @@ List of all Aux-Values supported and what they equate to as Block-States
minecraft:coral_fan_hang2:000
minecraft:coral_fan_hang2 |
0 |
-minecraft:coral_fan_hang2 ["coral_direction" = 0, "coral_hang_type_bit" = 0, "dead_bit" = 0] |
+minecraft:bubble_coral_wall_fan ["coral_direction" = 0] |
minecraft:coral_fan_hang2:001 |
minecraft:coral_fan_hang2 |
1 |
-minecraft:coral_fan_hang2 ["coral_direction" = 0, "coral_hang_type_bit" = 1, "dead_bit" = 0] |
+minecraft:fire_coral_wall_fan ["coral_direction" = 0] |
minecraft:coral_fan_hang2:002 |
minecraft:coral_fan_hang2 |
2 |
-minecraft:coral_fan_hang2 ["coral_direction" = 0, "coral_hang_type_bit" = 0, "dead_bit" = 1] |
+minecraft:dead_bubble_coral_wall_fan ["coral_direction" = 0] |
minecraft:coral_fan_hang2:003 |
minecraft:coral_fan_hang2 |
3 |
-minecraft:coral_fan_hang2 ["coral_direction" = 0, "coral_hang_type_bit" = 1, "dead_bit" = 1] |
+minecraft:dead_fire_coral_wall_fan ["coral_direction" = 0] |
minecraft:coral_fan_hang2:004 |
minecraft:coral_fan_hang2 |
4 |
-minecraft:coral_fan_hang2 ["coral_direction" = 1, "coral_hang_type_bit" = 0, "dead_bit" = 0] |
+minecraft:bubble_coral_wall_fan ["coral_direction" = 1] |
minecraft:coral_fan_hang2:005 |
minecraft:coral_fan_hang2 |
5 |
-minecraft:coral_fan_hang2 ["coral_direction" = 1, "coral_hang_type_bit" = 1, "dead_bit" = 0] |
+minecraft:fire_coral_wall_fan ["coral_direction" = 1] |
minecraft:coral_fan_hang2:006 |
minecraft:coral_fan_hang2 |
6 |
-minecraft:coral_fan_hang2 ["coral_direction" = 1, "coral_hang_type_bit" = 0, "dead_bit" = 1] |
+minecraft:dead_bubble_coral_wall_fan ["coral_direction" = 1] |
minecraft:coral_fan_hang2:007 |
minecraft:coral_fan_hang2 |
7 |
-minecraft:coral_fan_hang2 ["coral_direction" = 1, "coral_hang_type_bit" = 1, "dead_bit" = 1] |
+minecraft:dead_fire_coral_wall_fan ["coral_direction" = 1] |
minecraft:coral_fan_hang2:008 |
minecraft:coral_fan_hang2 |
8 |
-minecraft:coral_fan_hang2 ["coral_direction" = 2, "coral_hang_type_bit" = 0, "dead_bit" = 0] |
+minecraft:bubble_coral_wall_fan ["coral_direction" = 2] |
minecraft:coral_fan_hang2:009 |
minecraft:coral_fan_hang2 |
9 |
-minecraft:coral_fan_hang2 ["coral_direction" = 2, "coral_hang_type_bit" = 1, "dead_bit" = 0] |
+minecraft:fire_coral_wall_fan ["coral_direction" = 2] |
minecraft:coral_fan_hang2:010 |
minecraft:coral_fan_hang2 |
10 |
-minecraft:coral_fan_hang2 ["coral_direction" = 2, "coral_hang_type_bit" = 0, "dead_bit" = 1] |
+minecraft:dead_bubble_coral_wall_fan ["coral_direction" = 2] |
minecraft:coral_fan_hang2:011 |
minecraft:coral_fan_hang2 |
11 |
-minecraft:coral_fan_hang2 ["coral_direction" = 2, "coral_hang_type_bit" = 1, "dead_bit" = 1] |
+minecraft:dead_fire_coral_wall_fan ["coral_direction" = 2] |
minecraft:coral_fan_hang2:012 |
minecraft:coral_fan_hang2 |
12 |
-minecraft:coral_fan_hang2 ["coral_direction" = 3, "coral_hang_type_bit" = 0, "dead_bit" = 0] |
+minecraft:bubble_coral_wall_fan ["coral_direction" = 3] |
minecraft:coral_fan_hang2:013 |
minecraft:coral_fan_hang2 |
13 |
-minecraft:coral_fan_hang2 ["coral_direction" = 3, "coral_hang_type_bit" = 1, "dead_bit" = 0] |
+minecraft:fire_coral_wall_fan ["coral_direction" = 3] |
minecraft:coral_fan_hang2:014 |
minecraft:coral_fan_hang2 |
14 |
-minecraft:coral_fan_hang2 ["coral_direction" = 3, "coral_hang_type_bit" = 0, "dead_bit" = 1] |
+minecraft:dead_bubble_coral_wall_fan ["coral_direction" = 3] |
minecraft:coral_fan_hang2:015 |
minecraft:coral_fan_hang2 |
15 |
-minecraft:coral_fan_hang2 ["coral_direction" = 3, "coral_hang_type_bit" = 1, "dead_bit" = 1] |
+minecraft:dead_fire_coral_wall_fan ["coral_direction" = 3] |
minecraft:coral_fan_hang3:000 |
minecraft:coral_fan_hang3 |
0 |
-minecraft:coral_fan_hang3 ["coral_direction" = 0, "coral_hang_type_bit" = 0, "dead_bit" = 0] |
+minecraft:horn_coral_wall_fan ["coral_direction" = 0] |
minecraft:coral_fan_hang3:001 |
minecraft:coral_fan_hang3 |
1 |
-minecraft:coral_fan_hang3 ["coral_direction" = 0, "coral_hang_type_bit" = 1, "dead_bit" = 0] |
+minecraft:horn_coral_wall_fan ["coral_direction" = 0] |
minecraft:coral_fan_hang3:002 |
minecraft:coral_fan_hang3 |
2 |
-minecraft:coral_fan_hang3 ["coral_direction" = 0, "coral_hang_type_bit" = 0, "dead_bit" = 1] |
+minecraft:dead_horn_coral_wall_fan ["coral_direction" = 0] |
minecraft:coral_fan_hang3:003 |
minecraft:coral_fan_hang3 |
3 |
-minecraft:coral_fan_hang3 ["coral_direction" = 0, "coral_hang_type_bit" = 1, "dead_bit" = 1] |
+minecraft:dead_horn_coral_wall_fan ["coral_direction" = 0] |
minecraft:coral_fan_hang3:004 |
minecraft:coral_fan_hang3 |
4 |
-minecraft:coral_fan_hang3 ["coral_direction" = 1, "coral_hang_type_bit" = 0, "dead_bit" = 0] |
+minecraft:horn_coral_wall_fan ["coral_direction" = 1] |
minecraft:coral_fan_hang3:005 |
minecraft:coral_fan_hang3 |
5 |
-minecraft:coral_fan_hang3 ["coral_direction" = 1, "coral_hang_type_bit" = 1, "dead_bit" = 0] |
+minecraft:horn_coral_wall_fan ["coral_direction" = 1] |
minecraft:coral_fan_hang3:006 |
minecraft:coral_fan_hang3 |
6 |
-minecraft:coral_fan_hang3 ["coral_direction" = 1, "coral_hang_type_bit" = 0, "dead_bit" = 1] |
+minecraft:dead_horn_coral_wall_fan ["coral_direction" = 1] |
minecraft:coral_fan_hang3:007 |
minecraft:coral_fan_hang3 |
7 |
-minecraft:coral_fan_hang3 ["coral_direction" = 1, "coral_hang_type_bit" = 1, "dead_bit" = 1] |
+minecraft:dead_horn_coral_wall_fan ["coral_direction" = 1] |
minecraft:coral_fan_hang3:008 |
minecraft:coral_fan_hang3 |
8 |
-minecraft:coral_fan_hang3 ["coral_direction" = 2, "coral_hang_type_bit" = 0, "dead_bit" = 0] |
+minecraft:horn_coral_wall_fan ["coral_direction" = 2] |
minecraft:coral_fan_hang3:009 |
minecraft:coral_fan_hang3 |
9 |
-minecraft:coral_fan_hang3 ["coral_direction" = 2, "coral_hang_type_bit" = 1, "dead_bit" = 0] |
+minecraft:horn_coral_wall_fan ["coral_direction" = 2] |
minecraft:coral_fan_hang3:010 |
minecraft:coral_fan_hang3 |
10 |
-minecraft:coral_fan_hang3 ["coral_direction" = 2, "coral_hang_type_bit" = 0, "dead_bit" = 1] |
+minecraft:dead_horn_coral_wall_fan ["coral_direction" = 2] |
minecraft:coral_fan_hang3:011 |
minecraft:coral_fan_hang3 |
11 |
-minecraft:coral_fan_hang3 ["coral_direction" = 2, "coral_hang_type_bit" = 1, "dead_bit" = 1] |
+minecraft:dead_horn_coral_wall_fan ["coral_direction" = 2] |
minecraft:coral_fan_hang3:012 |
minecraft:coral_fan_hang3 |
12 |
-minecraft:coral_fan_hang3 ["coral_direction" = 3, "coral_hang_type_bit" = 0, "dead_bit" = 0] |
+minecraft:horn_coral_wall_fan ["coral_direction" = 3] |
minecraft:coral_fan_hang3:013 |
minecraft:coral_fan_hang3 |
13 |
-minecraft:coral_fan_hang3 ["coral_direction" = 3, "coral_hang_type_bit" = 1, "dead_bit" = 0] |
+minecraft:horn_coral_wall_fan ["coral_direction" = 3] |
minecraft:coral_fan_hang3:014 |
minecraft:coral_fan_hang3 |
14 |
-minecraft:coral_fan_hang3 ["coral_direction" = 3, "coral_hang_type_bit" = 0, "dead_bit" = 1] |
+minecraft:dead_horn_coral_wall_fan ["coral_direction" = 3] |
minecraft:coral_fan_hang3:015 |
minecraft:coral_fan_hang3 |
15 |
-minecraft:coral_fan_hang3 ["coral_direction" = 3, "coral_hang_type_bit" = 1, "dead_bit" = 1] |
+minecraft:dead_horn_coral_wall_fan ["coral_direction" = 3] |
minecraft:coral_fan_hang:000 |
minecraft:coral_fan_hang |
0 |
-minecraft:coral_fan_hang ["coral_direction" = 0, "coral_hang_type_bit" = 0, "dead_bit" = 0] |
+minecraft:tube_coral_wall_fan ["coral_direction" = 0] |
minecraft:coral_fan_hang:001 |
minecraft:coral_fan_hang |
1 |
-minecraft:coral_fan_hang ["coral_direction" = 0, "coral_hang_type_bit" = 1, "dead_bit" = 0] |
+minecraft:brain_coral_wall_fan ["coral_direction" = 0] |
minecraft:coral_fan_hang:002 |
minecraft:coral_fan_hang |
2 |
-minecraft:coral_fan_hang ["coral_direction" = 0, "coral_hang_type_bit" = 0, "dead_bit" = 1] |
+minecraft:dead_tube_coral_wall_fan ["coral_direction" = 0] |
minecraft:coral_fan_hang:003 |
minecraft:coral_fan_hang |
3 |
-minecraft:coral_fan_hang ["coral_direction" = 0, "coral_hang_type_bit" = 1, "dead_bit" = 1] |
+minecraft:dead_brain_coral_wall_fan ["coral_direction" = 0] |
minecraft:coral_fan_hang:004 |
minecraft:coral_fan_hang |
4 |
-minecraft:coral_fan_hang ["coral_direction" = 1, "coral_hang_type_bit" = 0, "dead_bit" = 0] |
+minecraft:tube_coral_wall_fan ["coral_direction" = 1] |
minecraft:coral_fan_hang:005 |
minecraft:coral_fan_hang |
5 |
-minecraft:coral_fan_hang ["coral_direction" = 1, "coral_hang_type_bit" = 1, "dead_bit" = 0] |
+minecraft:brain_coral_wall_fan ["coral_direction" = 1] |
minecraft:coral_fan_hang:006 |
minecraft:coral_fan_hang |
6 |
-minecraft:coral_fan_hang ["coral_direction" = 1, "coral_hang_type_bit" = 0, "dead_bit" = 1] |
+minecraft:dead_tube_coral_wall_fan ["coral_direction" = 1] |
minecraft:coral_fan_hang:007 |
minecraft:coral_fan_hang |
7 |
-minecraft:coral_fan_hang ["coral_direction" = 1, "coral_hang_type_bit" = 1, "dead_bit" = 1] |
+minecraft:dead_brain_coral_wall_fan ["coral_direction" = 1] |
minecraft:coral_fan_hang:008 |
minecraft:coral_fan_hang |
8 |
-minecraft:coral_fan_hang ["coral_direction" = 2, "coral_hang_type_bit" = 0, "dead_bit" = 0] |
+minecraft:tube_coral_wall_fan ["coral_direction" = 2] |
minecraft:coral_fan_hang:009 |
minecraft:coral_fan_hang |
9 |
-minecraft:coral_fan_hang ["coral_direction" = 2, "coral_hang_type_bit" = 1, "dead_bit" = 0] |
+minecraft:brain_coral_wall_fan ["coral_direction" = 2] |
minecraft:coral_fan_hang:010 |
minecraft:coral_fan_hang |
10 |
-minecraft:coral_fan_hang ["coral_direction" = 2, "coral_hang_type_bit" = 0, "dead_bit" = 1] |
+minecraft:dead_tube_coral_wall_fan ["coral_direction" = 2] |
minecraft:coral_fan_hang:011 |
minecraft:coral_fan_hang |
11 |
-minecraft:coral_fan_hang ["coral_direction" = 2, "coral_hang_type_bit" = 1, "dead_bit" = 1] |
+minecraft:dead_brain_coral_wall_fan ["coral_direction" = 2] |
minecraft:coral_fan_hang:012 |
minecraft:coral_fan_hang |
12 |
-minecraft:coral_fan_hang ["coral_direction" = 3, "coral_hang_type_bit" = 0, "dead_bit" = 0] |
+minecraft:tube_coral_wall_fan ["coral_direction" = 3] |
minecraft:coral_fan_hang:013 |
minecraft:coral_fan_hang |
13 |
-minecraft:coral_fan_hang ["coral_direction" = 3, "coral_hang_type_bit" = 1, "dead_bit" = 0] |
+minecraft:brain_coral_wall_fan ["coral_direction" = 3] |
minecraft:coral_fan_hang:014 |
minecraft:coral_fan_hang |
14 |
-minecraft:coral_fan_hang ["coral_direction" = 3, "coral_hang_type_bit" = 0, "dead_bit" = 1] |
+minecraft:dead_tube_coral_wall_fan ["coral_direction" = 3] |
minecraft:coral_fan_hang:015 |
minecraft:coral_fan_hang |
15 |
-minecraft:coral_fan_hang ["coral_direction" = 3, "coral_hang_type_bit" = 1, "dead_bit" = 1] |
+minecraft:dead_brain_coral_wall_fan ["coral_direction" = 3] |
minecraft:crimson_button:000 |
@@ -7482,13 +7482,13 @@ List of all Aux-Values supported and what they equate to as Block-States
minecraft:dirt:000
minecraft:dirt |
0 |
-minecraft:dirt ["dirt_type" = "normal"] |
+minecraft:dirt |
minecraft:dirt:001 |
minecraft:dirt |
1 |
-minecraft:dirt ["dirt_type" = "coarse"] |
+minecraft:coarse_dirt |
minecraft:dispenser:000 |
@@ -7686,385 +7686,385 @@ List of all Aux-Values supported and what they equate to as Block-States
minecraft:double_stone_block_slab2:000
minecraft:double_stone_block_slab2 |
0 |
-minecraft:double_stone_block_slab2 ["minecraft:vertical_half" = "bottom", "stone_slab_type_2" = "red_sandstone"] |
+minecraft:red_sandstone_double_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:double_stone_block_slab2:001 |
minecraft:double_stone_block_slab2 |
1 |
-minecraft:double_stone_block_slab2 ["minecraft:vertical_half" = "bottom", "stone_slab_type_2" = "purpur"] |
+minecraft:purpur_double_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:double_stone_block_slab2:002 |
minecraft:double_stone_block_slab2 |
2 |
-minecraft:double_stone_block_slab2 ["minecraft:vertical_half" = "bottom", "stone_slab_type_2" = "prismarine_rough"] |
+minecraft:prismarine_double_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:double_stone_block_slab2:003 |
minecraft:double_stone_block_slab2 |
3 |
-minecraft:double_stone_block_slab2 ["minecraft:vertical_half" = "bottom", "stone_slab_type_2" = "prismarine_dark"] |
+minecraft:dark_prismarine_double_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:double_stone_block_slab2:004 |
minecraft:double_stone_block_slab2 |
4 |
-minecraft:double_stone_block_slab2 ["minecraft:vertical_half" = "bottom", "stone_slab_type_2" = "prismarine_brick"] |
+minecraft:prismarine_brick_double_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:double_stone_block_slab2:005 |
minecraft:double_stone_block_slab2 |
5 |
-minecraft:double_stone_block_slab2 ["minecraft:vertical_half" = "bottom", "stone_slab_type_2" = "mossy_cobblestone"] |
+minecraft:mossy_cobblestone_double_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:double_stone_block_slab2:006 |
minecraft:double_stone_block_slab2 |
6 |
-minecraft:double_stone_block_slab2 ["minecraft:vertical_half" = "bottom", "stone_slab_type_2" = "smooth_sandstone"] |
+minecraft:smooth_sandstone_double_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:double_stone_block_slab2:007 |
minecraft:double_stone_block_slab2 |
7 |
-minecraft:double_stone_block_slab2 ["minecraft:vertical_half" = "bottom", "stone_slab_type_2" = "red_nether_brick"] |
+minecraft:red_nether_brick_double_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:double_stone_block_slab2:008 |
minecraft:double_stone_block_slab2 |
8 |
-minecraft:double_stone_block_slab2 ["minecraft:vertical_half" = "top", "stone_slab_type_2" = "red_sandstone"] |
+minecraft:red_sandstone_double_slab ["minecraft:vertical_half" = "top"] |
minecraft:double_stone_block_slab2:009 |
minecraft:double_stone_block_slab2 |
9 |
-minecraft:double_stone_block_slab2 ["minecraft:vertical_half" = "top", "stone_slab_type_2" = "purpur"] |
+minecraft:purpur_double_slab ["minecraft:vertical_half" = "top"] |
minecraft:double_stone_block_slab2:010 |
minecraft:double_stone_block_slab2 |
10 |
-minecraft:double_stone_block_slab2 ["minecraft:vertical_half" = "top", "stone_slab_type_2" = "prismarine_rough"] |
+minecraft:prismarine_double_slab ["minecraft:vertical_half" = "top"] |
minecraft:double_stone_block_slab2:011 |
minecraft:double_stone_block_slab2 |
11 |
-minecraft:double_stone_block_slab2 ["minecraft:vertical_half" = "top", "stone_slab_type_2" = "prismarine_dark"] |
+minecraft:dark_prismarine_double_slab ["minecraft:vertical_half" = "top"] |
minecraft:double_stone_block_slab2:012 |
minecraft:double_stone_block_slab2 |
12 |
-minecraft:double_stone_block_slab2 ["minecraft:vertical_half" = "top", "stone_slab_type_2" = "prismarine_brick"] |
+minecraft:prismarine_brick_double_slab ["minecraft:vertical_half" = "top"] |
minecraft:double_stone_block_slab2:013 |
minecraft:double_stone_block_slab2 |
13 |
-minecraft:double_stone_block_slab2 ["minecraft:vertical_half" = "top", "stone_slab_type_2" = "mossy_cobblestone"] |
+minecraft:mossy_cobblestone_double_slab ["minecraft:vertical_half" = "top"] |
minecraft:double_stone_block_slab2:014 |
minecraft:double_stone_block_slab2 |
14 |
-minecraft:double_stone_block_slab2 ["minecraft:vertical_half" = "top", "stone_slab_type_2" = "smooth_sandstone"] |
+minecraft:smooth_sandstone_double_slab ["minecraft:vertical_half" = "top"] |
minecraft:double_stone_block_slab2:015 |
minecraft:double_stone_block_slab2 |
15 |
-minecraft:double_stone_block_slab2 ["minecraft:vertical_half" = "top", "stone_slab_type_2" = "red_nether_brick"] |
+minecraft:red_nether_brick_double_slab ["minecraft:vertical_half" = "top"] |
minecraft:double_stone_block_slab3:000 |
minecraft:double_stone_block_slab3 |
0 |
-minecraft:double_stone_block_slab3 ["minecraft:vertical_half" = "bottom", "stone_slab_type_3" = "end_stone_brick"] |
+minecraft:end_stone_brick_double_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:double_stone_block_slab3:001 |
minecraft:double_stone_block_slab3 |
1 |
-minecraft:double_stone_block_slab3 ["minecraft:vertical_half" = "bottom", "stone_slab_type_3" = "smooth_red_sandstone"] |
+minecraft:smooth_red_sandstone_double_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:double_stone_block_slab3:002 |
minecraft:double_stone_block_slab3 |
2 |
-minecraft:double_stone_block_slab3 ["minecraft:vertical_half" = "bottom", "stone_slab_type_3" = "polished_andesite"] |
+minecraft:polished_andesite_double_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:double_stone_block_slab3:003 |
minecraft:double_stone_block_slab3 |
3 |
-minecraft:double_stone_block_slab3 ["minecraft:vertical_half" = "bottom", "stone_slab_type_3" = "andesite"] |
+minecraft:andesite_double_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:double_stone_block_slab3:004 |
minecraft:double_stone_block_slab3 |
4 |
-minecraft:double_stone_block_slab3 ["minecraft:vertical_half" = "bottom", "stone_slab_type_3" = "diorite"] |
+minecraft:diorite_double_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:double_stone_block_slab3:005 |
minecraft:double_stone_block_slab3 |
5 |
-minecraft:double_stone_block_slab3 ["minecraft:vertical_half" = "bottom", "stone_slab_type_3" = "polished_diorite"] |
+minecraft:polished_diorite_double_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:double_stone_block_slab3:006 |
minecraft:double_stone_block_slab3 |
6 |
-minecraft:double_stone_block_slab3 ["minecraft:vertical_half" = "bottom", "stone_slab_type_3" = "granite"] |
+minecraft:granite_double_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:double_stone_block_slab3:007 |
minecraft:double_stone_block_slab3 |
7 |
-minecraft:double_stone_block_slab3 ["minecraft:vertical_half" = "bottom", "stone_slab_type_3" = "polished_granite"] |
+minecraft:polished_granite_double_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:double_stone_block_slab3:008 |
minecraft:double_stone_block_slab3 |
8 |
-minecraft:double_stone_block_slab3 ["minecraft:vertical_half" = "top", "stone_slab_type_3" = "end_stone_brick"] |
+minecraft:end_stone_brick_double_slab ["minecraft:vertical_half" = "top"] |
minecraft:double_stone_block_slab3:009 |
minecraft:double_stone_block_slab3 |
9 |
-minecraft:double_stone_block_slab3 ["minecraft:vertical_half" = "top", "stone_slab_type_3" = "smooth_red_sandstone"] |
+minecraft:smooth_red_sandstone_double_slab ["minecraft:vertical_half" = "top"] |
minecraft:double_stone_block_slab3:010 |
minecraft:double_stone_block_slab3 |
10 |
-minecraft:double_stone_block_slab3 ["minecraft:vertical_half" = "top", "stone_slab_type_3" = "polished_andesite"] |
+minecraft:polished_andesite_double_slab ["minecraft:vertical_half" = "top"] |
minecraft:double_stone_block_slab3:011 |
minecraft:double_stone_block_slab3 |
11 |
-minecraft:double_stone_block_slab3 ["minecraft:vertical_half" = "top", "stone_slab_type_3" = "andesite"] |
+minecraft:andesite_double_slab ["minecraft:vertical_half" = "top"] |
minecraft:double_stone_block_slab3:012 |
minecraft:double_stone_block_slab3 |
12 |
-minecraft:double_stone_block_slab3 ["minecraft:vertical_half" = "top", "stone_slab_type_3" = "diorite"] |
+minecraft:diorite_double_slab ["minecraft:vertical_half" = "top"] |
minecraft:double_stone_block_slab3:013 |
minecraft:double_stone_block_slab3 |
13 |
-minecraft:double_stone_block_slab3 ["minecraft:vertical_half" = "top", "stone_slab_type_3" = "polished_diorite"] |
+minecraft:polished_diorite_double_slab ["minecraft:vertical_half" = "top"] |
minecraft:double_stone_block_slab3:014 |
minecraft:double_stone_block_slab3 |
14 |
-minecraft:double_stone_block_slab3 ["minecraft:vertical_half" = "top", "stone_slab_type_3" = "granite"] |
+minecraft:granite_double_slab ["minecraft:vertical_half" = "top"] |
minecraft:double_stone_block_slab3:015 |
minecraft:double_stone_block_slab3 |
15 |
-minecraft:double_stone_block_slab3 ["minecraft:vertical_half" = "top", "stone_slab_type_3" = "polished_granite"] |
+minecraft:polished_granite_double_slab ["minecraft:vertical_half" = "top"] |
minecraft:double_stone_block_slab4:000 |
minecraft:double_stone_block_slab4 |
0 |
-minecraft:double_stone_block_slab4 ["minecraft:vertical_half" = "bottom", "stone_slab_type_4" = "mossy_stone_brick"] |
+minecraft:mossy_stone_brick_double_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:double_stone_block_slab4:001 |
minecraft:double_stone_block_slab4 |
1 |
-minecraft:double_stone_block_slab4 ["minecraft:vertical_half" = "bottom", "stone_slab_type_4" = "smooth_quartz"] |
+minecraft:smooth_quartz_double_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:double_stone_block_slab4:002 |
minecraft:double_stone_block_slab4 |
2 |
-minecraft:double_stone_block_slab4 ["minecraft:vertical_half" = "bottom", "stone_slab_type_4" = "stone"] |
+minecraft:normal_stone_double_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:double_stone_block_slab4:003 |
minecraft:double_stone_block_slab4 |
3 |
-minecraft:double_stone_block_slab4 ["minecraft:vertical_half" = "bottom", "stone_slab_type_4" = "cut_sandstone"] |
+minecraft:cut_sandstone_double_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:double_stone_block_slab4:004 |
minecraft:double_stone_block_slab4 |
4 |
-minecraft:double_stone_block_slab4 ["minecraft:vertical_half" = "bottom", "stone_slab_type_4" = "cut_red_sandstone"] |
+minecraft:cut_red_sandstone_double_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:double_stone_block_slab4:005 |
minecraft:double_stone_block_slab4 |
5 |
-minecraft:double_stone_block_slab4 ["minecraft:vertical_half" = "bottom", "stone_slab_type_4" = "mossy_stone_brick"] |
+minecraft:mossy_stone_brick_double_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:double_stone_block_slab4:006 |
minecraft:double_stone_block_slab4 |
6 |
-minecraft:double_stone_block_slab4 ["minecraft:vertical_half" = "bottom", "stone_slab_type_4" = "mossy_stone_brick"] |
+minecraft:mossy_stone_brick_double_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:double_stone_block_slab4:007 |
minecraft:double_stone_block_slab4 |
7 |
-minecraft:double_stone_block_slab4 ["minecraft:vertical_half" = "bottom", "stone_slab_type_4" = "mossy_stone_brick"] |
+minecraft:mossy_stone_brick_double_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:double_stone_block_slab4:008 |
minecraft:double_stone_block_slab4 |
8 |
-minecraft:double_stone_block_slab4 ["minecraft:vertical_half" = "top", "stone_slab_type_4" = "mossy_stone_brick"] |
+minecraft:mossy_stone_brick_double_slab ["minecraft:vertical_half" = "top"] |
minecraft:double_stone_block_slab4:009 |
minecraft:double_stone_block_slab4 |
9 |
-minecraft:double_stone_block_slab4 ["minecraft:vertical_half" = "top", "stone_slab_type_4" = "smooth_quartz"] |
+minecraft:smooth_quartz_double_slab ["minecraft:vertical_half" = "top"] |
minecraft:double_stone_block_slab4:010 |
minecraft:double_stone_block_slab4 |
10 |
-minecraft:double_stone_block_slab4 ["minecraft:vertical_half" = "top", "stone_slab_type_4" = "stone"] |
+minecraft:normal_stone_double_slab ["minecraft:vertical_half" = "top"] |
minecraft:double_stone_block_slab4:011 |
minecraft:double_stone_block_slab4 |
11 |
-minecraft:double_stone_block_slab4 ["minecraft:vertical_half" = "top", "stone_slab_type_4" = "cut_sandstone"] |
+minecraft:cut_sandstone_double_slab ["minecraft:vertical_half" = "top"] |
minecraft:double_stone_block_slab4:012 |
minecraft:double_stone_block_slab4 |
12 |
-minecraft:double_stone_block_slab4 ["minecraft:vertical_half" = "top", "stone_slab_type_4" = "cut_red_sandstone"] |
+minecraft:cut_red_sandstone_double_slab ["minecraft:vertical_half" = "top"] |
minecraft:double_stone_block_slab4:013 |
minecraft:double_stone_block_slab4 |
13 |
-minecraft:double_stone_block_slab4 ["minecraft:vertical_half" = "top", "stone_slab_type_4" = "mossy_stone_brick"] |
+minecraft:mossy_stone_brick_double_slab ["minecraft:vertical_half" = "top"] |
minecraft:double_stone_block_slab4:014 |
minecraft:double_stone_block_slab4 |
14 |
-minecraft:double_stone_block_slab4 ["minecraft:vertical_half" = "top", "stone_slab_type_4" = "mossy_stone_brick"] |
+minecraft:mossy_stone_brick_double_slab ["minecraft:vertical_half" = "top"] |
minecraft:double_stone_block_slab4:015 |
minecraft:double_stone_block_slab4 |
15 |
-minecraft:double_stone_block_slab4 ["minecraft:vertical_half" = "top", "stone_slab_type_4" = "mossy_stone_brick"] |
+minecraft:mossy_stone_brick_double_slab ["minecraft:vertical_half" = "top"] |
minecraft:double_stone_block_slab:000 |
minecraft:double_stone_block_slab |
0 |
-minecraft:double_stone_block_slab ["minecraft:vertical_half" = "bottom", "stone_slab_type" = "smooth_stone"] |
+minecraft:smooth_stone_double_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:double_stone_block_slab:001 |
minecraft:double_stone_block_slab |
1 |
-minecraft:double_stone_block_slab ["minecraft:vertical_half" = "bottom", "stone_slab_type" = "sandstone"] |
+minecraft:sandstone_double_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:double_stone_block_slab:002 |
minecraft:double_stone_block_slab |
2 |
-minecraft:double_stone_block_slab ["minecraft:vertical_half" = "bottom", "stone_slab_type" = "wood"] |
+minecraft:petrified_oak_double_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:double_stone_block_slab:003 |
minecraft:double_stone_block_slab |
3 |
-minecraft:double_stone_block_slab ["minecraft:vertical_half" = "bottom", "stone_slab_type" = "cobblestone"] |
+minecraft:cobblestone_double_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:double_stone_block_slab:004 |
minecraft:double_stone_block_slab |
4 |
-minecraft:double_stone_block_slab ["minecraft:vertical_half" = "bottom", "stone_slab_type" = "brick"] |
+minecraft:brick_double_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:double_stone_block_slab:005 |
minecraft:double_stone_block_slab |
5 |
-minecraft:double_stone_block_slab ["minecraft:vertical_half" = "bottom", "stone_slab_type" = "stone_brick"] |
+minecraft:stone_brick_double_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:double_stone_block_slab:006 |
minecraft:double_stone_block_slab |
6 |
-minecraft:double_stone_block_slab ["minecraft:vertical_half" = "bottom", "stone_slab_type" = "quartz"] |
+minecraft:quartz_double_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:double_stone_block_slab:007 |
minecraft:double_stone_block_slab |
7 |
-minecraft:double_stone_block_slab ["minecraft:vertical_half" = "bottom", "stone_slab_type" = "nether_brick"] |
+minecraft:nether_brick_double_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:double_stone_block_slab:008 |
minecraft:double_stone_block_slab |
8 |
-minecraft:double_stone_block_slab ["minecraft:vertical_half" = "top", "stone_slab_type" = "smooth_stone"] |
+minecraft:smooth_stone_double_slab ["minecraft:vertical_half" = "top"] |
minecraft:double_stone_block_slab:009 |
minecraft:double_stone_block_slab |
9 |
-minecraft:double_stone_block_slab ["minecraft:vertical_half" = "top", "stone_slab_type" = "sandstone"] |
+minecraft:sandstone_double_slab ["minecraft:vertical_half" = "top"] |
minecraft:double_stone_block_slab:010 |
minecraft:double_stone_block_slab |
10 |
-minecraft:double_stone_block_slab ["minecraft:vertical_half" = "top", "stone_slab_type" = "wood"] |
+minecraft:petrified_oak_double_slab ["minecraft:vertical_half" = "top"] |
minecraft:double_stone_block_slab:011 |
minecraft:double_stone_block_slab |
11 |
-minecraft:double_stone_block_slab ["minecraft:vertical_half" = "top", "stone_slab_type" = "cobblestone"] |
+minecraft:cobblestone_double_slab ["minecraft:vertical_half" = "top"] |
minecraft:double_stone_block_slab:012 |
minecraft:double_stone_block_slab |
12 |
-minecraft:double_stone_block_slab ["minecraft:vertical_half" = "top", "stone_slab_type" = "brick"] |
+minecraft:brick_double_slab ["minecraft:vertical_half" = "top"] |
minecraft:double_stone_block_slab:013 |
minecraft:double_stone_block_slab |
13 |
-minecraft:double_stone_block_slab ["minecraft:vertical_half" = "top", "stone_slab_type" = "stone_brick"] |
+minecraft:stone_brick_double_slab ["minecraft:vertical_half" = "top"] |
minecraft:double_stone_block_slab:014 |
minecraft:double_stone_block_slab |
14 |
-minecraft:double_stone_block_slab ["minecraft:vertical_half" = "top", "stone_slab_type" = "quartz"] |
+minecraft:quartz_double_slab ["minecraft:vertical_half" = "top"] |
minecraft:double_stone_block_slab:015 |
minecraft:double_stone_block_slab |
15 |
-minecraft:double_stone_block_slab ["minecraft:vertical_half" = "top", "stone_slab_type" = "nether_brick"] |
+minecraft:nether_brick_double_slab ["minecraft:vertical_half" = "top"] |
minecraft:double_wooden_slab:000 |
@@ -8394,13 +8394,13 @@ List of all Aux-Values supported and what they equate to as Block-States
minecraft:end_rod:006
minecraft:end_rod |
6 |
-minecraft:light_block ["block_light_level" = 14] |
+minecraft:light_block_14 |
minecraft:end_rod:007 |
minecraft:end_rod |
7 |
-minecraft:light_block ["block_light_level" = 14] |
+minecraft:light_block_14 |
minecraft:ender_chest:000 |
@@ -12330,97 +12330,97 @@ List of all Aux-Values supported and what they equate to as Block-States
minecraft:light_block:000
minecraft:light_block |
0 |
-minecraft:light_block ["block_light_level" = 0] |
+minecraft:light_block_0 |
minecraft:light_block:001 |
minecraft:light_block |
1 |
-minecraft:light_block ["block_light_level" = 1] |
+minecraft:light_block_1 |
minecraft:light_block:002 |
minecraft:light_block |
2 |
-minecraft:light_block ["block_light_level" = 2] |
+minecraft:light_block_2 |
minecraft:light_block:003 |
minecraft:light_block |
3 |
-minecraft:light_block ["block_light_level" = 3] |
+minecraft:light_block_3 |
minecraft:light_block:004 |
minecraft:light_block |
4 |
-minecraft:light_block ["block_light_level" = 4] |
+minecraft:light_block_4 |
minecraft:light_block:005 |
minecraft:light_block |
5 |
-minecraft:light_block ["block_light_level" = 5] |
+minecraft:light_block_5 |
minecraft:light_block:006 |
minecraft:light_block |
6 |
-minecraft:light_block ["block_light_level" = 6] |
+minecraft:light_block_6 |
minecraft:light_block:007 |
minecraft:light_block |
7 |
-minecraft:light_block ["block_light_level" = 7] |
+minecraft:light_block_7 |
minecraft:light_block:008 |
minecraft:light_block |
8 |
-minecraft:light_block ["block_light_level" = 8] |
+minecraft:light_block_8 |
minecraft:light_block:009 |
minecraft:light_block |
9 |
-minecraft:light_block ["block_light_level" = 9] |
+minecraft:light_block_9 |
minecraft:light_block:010 |
minecraft:light_block |
10 |
-minecraft:light_block ["block_light_level" = 10] |
+minecraft:light_block_10 |
minecraft:light_block:011 |
minecraft:light_block |
11 |
-minecraft:light_block ["block_light_level" = 11] |
+minecraft:light_block_11 |
minecraft:light_block:012 |
minecraft:light_block |
12 |
-minecraft:light_block ["block_light_level" = 12] |
+minecraft:light_block_12 |
minecraft:light_block:013 |
minecraft:light_block |
13 |
-minecraft:light_block ["block_light_level" = 13] |
+minecraft:light_block_13 |
minecraft:light_block:014 |
minecraft:light_block |
14 |
-minecraft:light_block ["block_light_level" = 14] |
+minecraft:light_block_14 |
minecraft:light_block:015 |
minecraft:light_block |
15 |
-minecraft:light_block ["block_light_level" = 15] |
+minecraft:light_block_15 |
minecraft:light_blue_candle:000 |
@@ -14046,49 +14046,49 @@ List of all Aux-Values supported and what they equate to as Block-States
minecraft:monster_egg:000
minecraft:monster_egg |
0 |
-minecraft:monster_egg ["monster_egg_stone_type" = "stone"] |
+minecraft:infested_stone |
minecraft:monster_egg:001 |
minecraft:monster_egg |
1 |
-minecraft:monster_egg ["monster_egg_stone_type" = "cobblestone"] |
+minecraft:infested_cobblestone |
minecraft:monster_egg:002 |
minecraft:monster_egg |
2 |
-minecraft:monster_egg ["monster_egg_stone_type" = "stone_brick"] |
+minecraft:infested_stone_bricks |
minecraft:monster_egg:003 |
minecraft:monster_egg |
3 |
-minecraft:monster_egg ["monster_egg_stone_type" = "mossy_stone_brick"] |
+minecraft:infested_mossy_stone_bricks |
minecraft:monster_egg:004 |
minecraft:monster_egg |
4 |
-minecraft:monster_egg ["monster_egg_stone_type" = "cracked_stone_brick"] |
+minecraft:infested_cracked_stone_bricks |
minecraft:monster_egg:005 |
minecraft:monster_egg |
5 |
-minecraft:monster_egg ["monster_egg_stone_type" = "chiseled_stone_brick"] |
+minecraft:infested_chiseled_stone_bricks |
minecraft:monster_egg:006 |
minecraft:monster_egg |
6 |
-minecraft:monster_egg ["monster_egg_stone_type" = "stone"] |
+minecraft:infested_stone |
minecraft:monster_egg:007 |
minecraft:monster_egg |
7 |
-minecraft:monster_egg ["monster_egg_stone_type" = "stone"] |
+minecraft:infested_stone |
minecraft:mossy_cobblestone_stairs:000 |
@@ -15606,25 +15606,25 @@ List of all Aux-Values supported and what they equate to as Block-States
minecraft:prismarine:000
minecraft:prismarine |
0 |
-minecraft:prismarine ["prismarine_block_type" = "default"] |
+minecraft:prismarine |
minecraft:prismarine:001 |
minecraft:prismarine |
1 |
-minecraft:prismarine ["prismarine_block_type" = "dark"] |
+minecraft:dark_prismarine |
minecraft:prismarine:002 |
minecraft:prismarine |
2 |
-minecraft:prismarine ["prismarine_block_type" = "bricks"] |
+minecraft:prismarine_bricks |
minecraft:prismarine:003 |
minecraft:prismarine |
3 |
-minecraft:prismarine ["prismarine_block_type" = "default"] |
+minecraft:prismarine |
minecraft:prismarine_bricks_stairs:000 |
@@ -16050,97 +16050,97 @@ List of all Aux-Values supported and what they equate to as Block-States
minecraft:quartz_block:000
minecraft:quartz_block |
0 |
-minecraft:quartz_block ["chisel_type" = "default", "pillar_axis" = "y"] |
+minecraft:quartz_block ["pillar_axis" = "y"] |
minecraft:quartz_block:001 |
minecraft:quartz_block |
1 |
-minecraft:quartz_block ["chisel_type" = "chiseled", "pillar_axis" = "y"] |
+minecraft:chiseled_quartz_block ["pillar_axis" = "y"] |
minecraft:quartz_block:002 |
minecraft:quartz_block |
2 |
-minecraft:quartz_block ["chisel_type" = "lines", "pillar_axis" = "y"] |
+minecraft:quartz_pillar ["pillar_axis" = "y"] |
minecraft:quartz_block:003 |
minecraft:quartz_block |
3 |
-minecraft:quartz_block ["chisel_type" = "smooth", "pillar_axis" = "y"] |
+minecraft:smooth_quartz ["pillar_axis" = "y"] |
minecraft:quartz_block:004 |
minecraft:quartz_block |
4 |
-minecraft:quartz_block ["chisel_type" = "default", "pillar_axis" = "x"] |
+minecraft:quartz_block ["pillar_axis" = "x"] |
minecraft:quartz_block:005 |
minecraft:quartz_block |
5 |
-minecraft:quartz_block ["chisel_type" = "chiseled", "pillar_axis" = "x"] |
+minecraft:chiseled_quartz_block ["pillar_axis" = "x"] |
minecraft:quartz_block:006 |
minecraft:quartz_block |
6 |
-minecraft:quartz_block ["chisel_type" = "lines", "pillar_axis" = "x"] |
+minecraft:quartz_pillar ["pillar_axis" = "x"] |
minecraft:quartz_block:007 |
minecraft:quartz_block |
7 |
-minecraft:quartz_block ["chisel_type" = "smooth", "pillar_axis" = "x"] |
+minecraft:smooth_quartz ["pillar_axis" = "x"] |
minecraft:quartz_block:008 |
minecraft:quartz_block |
8 |
-minecraft:quartz_block ["chisel_type" = "default", "pillar_axis" = "z"] |
+minecraft:quartz_block ["pillar_axis" = "z"] |
minecraft:quartz_block:009 |
minecraft:quartz_block |
9 |
-minecraft:quartz_block ["chisel_type" = "chiseled", "pillar_axis" = "z"] |
+minecraft:chiseled_quartz_block ["pillar_axis" = "z"] |
minecraft:quartz_block:010 |
minecraft:quartz_block |
10 |
-minecraft:quartz_block ["chisel_type" = "lines", "pillar_axis" = "z"] |
+minecraft:quartz_pillar ["pillar_axis" = "z"] |
minecraft:quartz_block:011 |
minecraft:quartz_block |
11 |
-minecraft:quartz_block ["chisel_type" = "smooth", "pillar_axis" = "z"] |
+minecraft:smooth_quartz ["pillar_axis" = "z"] |
minecraft:quartz_block:012 |
minecraft:quartz_block |
12 |
-minecraft:quartz_block ["chisel_type" = "default", "pillar_axis" = "y"] |
+minecraft:quartz_block ["pillar_axis" = "y"] |
minecraft:quartz_block:013 |
minecraft:quartz_block |
13 |
-minecraft:quartz_block ["chisel_type" = "chiseled", "pillar_axis" = "y"] |
+minecraft:chiseled_quartz_block ["pillar_axis" = "y"] |
minecraft:quartz_block:014 |
minecraft:quartz_block |
14 |
-minecraft:quartz_block ["chisel_type" = "lines", "pillar_axis" = "y"] |
+minecraft:quartz_pillar ["pillar_axis" = "y"] |
minecraft:quartz_block:015 |
minecraft:quartz_block |
15 |
-minecraft:quartz_block ["chisel_type" = "smooth", "pillar_axis" = "y"] |
+minecraft:smooth_quartz ["pillar_axis" = "y"] |
minecraft:quartz_stairs:000 |
@@ -16638,25 +16638,25 @@ List of all Aux-Values supported and what they equate to as Block-States
minecraft:red_sandstone:000
minecraft:red_sandstone |
0 |
-minecraft:red_sandstone ["sand_stone_type" = "default"] |
+minecraft:red_sandstone |
minecraft:red_sandstone:001 |
minecraft:red_sandstone |
1 |
-minecraft:red_sandstone ["sand_stone_type" = "heiroglyphs"] |
+minecraft:chiseled_red_sandstone |
minecraft:red_sandstone:002 |
minecraft:red_sandstone |
2 |
-minecraft:red_sandstone ["sand_stone_type" = "cut"] |
+minecraft:cut_red_sandstone |
minecraft:red_sandstone:003 |
minecraft:red_sandstone |
3 |
-minecraft:red_sandstone ["sand_stone_type" = "smooth"] |
+minecraft:smooth_red_sandstone |
minecraft:red_sandstone_stairs:000 |
@@ -17076,37 +17076,37 @@ List of all Aux-Values supported and what they equate to as Block-States
minecraft:sand:000
minecraft:sand |
0 |
-minecraft:sand ["sand_type" = "normal"] |
+minecraft:sand |
minecraft:sand:001 |
minecraft:sand |
1 |
-minecraft:sand ["sand_type" = "red"] |
+minecraft:red_sand |
minecraft:sandstone:000 |
minecraft:sandstone |
0 |
-minecraft:sandstone ["sand_stone_type" = "default"] |
+minecraft:sandstone |
minecraft:sandstone:001 |
minecraft:sandstone |
1 |
-minecraft:sandstone ["sand_stone_type" = "heiroglyphs"] |
+minecraft:chiseled_sandstone |
minecraft:sandstone:002 |
minecraft:sandstone |
2 |
-minecraft:sandstone ["sand_stone_type" = "cut"] |
+minecraft:cut_sandstone |
minecraft:sandstone:003 |
minecraft:sandstone |
3 |
-minecraft:sandstone ["sand_stone_type" = "smooth"] |
+minecraft:smooth_sandstone |
minecraft:sandstone_stairs:000 |
@@ -19416,289 +19416,289 @@ List of all Aux-Values supported and what they equate to as Block-States
minecraft:stone_block_slab2:000
minecraft:stone_block_slab2 |
0 |
-minecraft:stone_block_slab2 ["minecraft:vertical_half" = "bottom", "stone_slab_type_2" = "red_sandstone"] |
+minecraft:red_sandstone_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:stone_block_slab2:001 |
minecraft:stone_block_slab2 |
1 |
-minecraft:stone_block_slab2 ["minecraft:vertical_half" = "bottom", "stone_slab_type_2" = "purpur"] |
+minecraft:purpur_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:stone_block_slab2:002 |
minecraft:stone_block_slab2 |
2 |
-minecraft:stone_block_slab2 ["minecraft:vertical_half" = "bottom", "stone_slab_type_2" = "prismarine_rough"] |
+minecraft:prismarine_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:stone_block_slab2:003 |
minecraft:stone_block_slab2 |
3 |
-minecraft:stone_block_slab2 ["minecraft:vertical_half" = "bottom", "stone_slab_type_2" = "prismarine_dark"] |
+minecraft:dark_prismarine_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:stone_block_slab2:004 |
minecraft:stone_block_slab2 |
4 |
-minecraft:stone_block_slab2 ["minecraft:vertical_half" = "bottom", "stone_slab_type_2" = "prismarine_brick"] |
+minecraft:prismarine_brick_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:stone_block_slab2:005 |
minecraft:stone_block_slab2 |
5 |
-minecraft:stone_block_slab2 ["minecraft:vertical_half" = "bottom", "stone_slab_type_2" = "mossy_cobblestone"] |
+minecraft:mossy_cobblestone_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:stone_block_slab2:006 |
minecraft:stone_block_slab2 |
6 |
-minecraft:stone_block_slab2 ["minecraft:vertical_half" = "bottom", "stone_slab_type_2" = "smooth_sandstone"] |
+minecraft:smooth_sandstone_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:stone_block_slab2:007 |
minecraft:stone_block_slab2 |
7 |
-minecraft:stone_block_slab2 ["minecraft:vertical_half" = "bottom", "stone_slab_type_2" = "red_nether_brick"] |
+minecraft:red_nether_brick_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:stone_block_slab2:008 |
minecraft:stone_block_slab2 |
8 |
-minecraft:stone_block_slab2 ["minecraft:vertical_half" = "top", "stone_slab_type_2" = "red_sandstone"] |
+minecraft:red_sandstone_slab ["minecraft:vertical_half" = "top"] |
minecraft:stone_block_slab2:009 |
minecraft:stone_block_slab2 |
9 |
-minecraft:stone_block_slab2 ["minecraft:vertical_half" = "top", "stone_slab_type_2" = "purpur"] |
+minecraft:purpur_slab ["minecraft:vertical_half" = "top"] |
minecraft:stone_block_slab2:010 |
minecraft:stone_block_slab2 |
10 |
-minecraft:stone_block_slab2 ["minecraft:vertical_half" = "top", "stone_slab_type_2" = "prismarine_rough"] |
+minecraft:prismarine_slab ["minecraft:vertical_half" = "top"] |
minecraft:stone_block_slab2:011 |
minecraft:stone_block_slab2 |
11 |
-minecraft:stone_block_slab2 ["minecraft:vertical_half" = "top", "stone_slab_type_2" = "prismarine_dark"] |
+minecraft:dark_prismarine_slab ["minecraft:vertical_half" = "top"] |
minecraft:stone_block_slab2:012 |
minecraft:stone_block_slab2 |
12 |
-minecraft:stone_block_slab2 ["minecraft:vertical_half" = "top", "stone_slab_type_2" = "prismarine_brick"] |
+minecraft:prismarine_brick_slab ["minecraft:vertical_half" = "top"] |
minecraft:stone_block_slab2:013 |
minecraft:stone_block_slab2 |
13 |
-minecraft:stone_block_slab2 ["minecraft:vertical_half" = "top", "stone_slab_type_2" = "mossy_cobblestone"] |
+minecraft:mossy_cobblestone_slab ["minecraft:vertical_half" = "top"] |
minecraft:stone_block_slab2:014 |
minecraft:stone_block_slab2 |
14 |
-minecraft:stone_block_slab2 ["minecraft:vertical_half" = "top", "stone_slab_type_2" = "smooth_sandstone"] |
+minecraft:smooth_sandstone_slab ["minecraft:vertical_half" = "top"] |
minecraft:stone_block_slab2:015 |
minecraft:stone_block_slab2 |
15 |
-minecraft:stone_block_slab2 ["minecraft:vertical_half" = "top", "stone_slab_type_2" = "red_nether_brick"] |
+minecraft:red_nether_brick_slab ["minecraft:vertical_half" = "top"] |
minecraft:stone_block_slab3:000 |
minecraft:stone_block_slab3 |
0 |
-minecraft:stone_block_slab3 ["minecraft:vertical_half" = "bottom", "stone_slab_type_3" = "end_stone_brick"] |
+minecraft:end_stone_brick_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:stone_block_slab3:001 |
minecraft:stone_block_slab3 |
1 |
-minecraft:stone_block_slab3 ["minecraft:vertical_half" = "bottom", "stone_slab_type_3" = "smooth_red_sandstone"] |
+minecraft:smooth_red_sandstone_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:stone_block_slab3:002 |
minecraft:stone_block_slab3 |
2 |
-minecraft:stone_block_slab3 ["minecraft:vertical_half" = "bottom", "stone_slab_type_3" = "polished_andesite"] |
+minecraft:polished_andesite_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:stone_block_slab3:003 |
minecraft:stone_block_slab3 |
3 |
-minecraft:stone_block_slab3 ["minecraft:vertical_half" = "bottom", "stone_slab_type_3" = "andesite"] |
+minecraft:andesite_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:stone_block_slab3:004 |
minecraft:stone_block_slab3 |
4 |
-minecraft:stone_block_slab3 ["minecraft:vertical_half" = "bottom", "stone_slab_type_3" = "diorite"] |
+minecraft:diorite_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:stone_block_slab3:005 |
minecraft:stone_block_slab3 |
5 |
-minecraft:stone_block_slab3 ["minecraft:vertical_half" = "bottom", "stone_slab_type_3" = "polished_diorite"] |
+minecraft:polished_diorite_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:stone_block_slab3:006 |
minecraft:stone_block_slab3 |
6 |
-minecraft:stone_block_slab3 ["minecraft:vertical_half" = "bottom", "stone_slab_type_3" = "granite"] |
+minecraft:granite_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:stone_block_slab3:007 |
minecraft:stone_block_slab3 |
7 |
-minecraft:stone_block_slab3 ["minecraft:vertical_half" = "bottom", "stone_slab_type_3" = "polished_granite"] |
+minecraft:polished_granite_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:stone_block_slab3:008 |
minecraft:stone_block_slab3 |
8 |
-minecraft:stone_block_slab3 ["minecraft:vertical_half" = "top", "stone_slab_type_3" = "end_stone_brick"] |
+minecraft:end_stone_brick_slab ["minecraft:vertical_half" = "top"] |
minecraft:stone_block_slab3:009 |
minecraft:stone_block_slab3 |
9 |
-minecraft:stone_block_slab3 ["minecraft:vertical_half" = "top", "stone_slab_type_3" = "smooth_red_sandstone"] |
+minecraft:smooth_red_sandstone_slab ["minecraft:vertical_half" = "top"] |
minecraft:stone_block_slab3:010 |
minecraft:stone_block_slab3 |
10 |
-minecraft:stone_block_slab3 ["minecraft:vertical_half" = "top", "stone_slab_type_3" = "polished_andesite"] |
+minecraft:polished_andesite_slab ["minecraft:vertical_half" = "top"] |
minecraft:stone_block_slab3:011 |
minecraft:stone_block_slab3 |
11 |
-minecraft:stone_block_slab3 ["minecraft:vertical_half" = "top", "stone_slab_type_3" = "andesite"] |
+minecraft:andesite_slab ["minecraft:vertical_half" = "top"] |
minecraft:stone_block_slab3:012 |
minecraft:stone_block_slab3 |
12 |
-minecraft:stone_block_slab3 ["minecraft:vertical_half" = "top", "stone_slab_type_3" = "diorite"] |
+minecraft:diorite_slab ["minecraft:vertical_half" = "top"] |
minecraft:stone_block_slab3:013 |
minecraft:stone_block_slab3 |
13 |
-minecraft:stone_block_slab3 ["minecraft:vertical_half" = "top", "stone_slab_type_3" = "polished_diorite"] |
+minecraft:polished_diorite_slab ["minecraft:vertical_half" = "top"] |
minecraft:stone_block_slab3:014 |
minecraft:stone_block_slab3 |
14 |
-minecraft:stone_block_slab3 ["minecraft:vertical_half" = "top", "stone_slab_type_3" = "granite"] |
+minecraft:granite_slab ["minecraft:vertical_half" = "top"] |
minecraft:stone_block_slab3:015 |
minecraft:stone_block_slab3 |
15 |
-minecraft:stone_block_slab3 ["minecraft:vertical_half" = "top", "stone_slab_type_3" = "polished_granite"] |
+minecraft:polished_granite_slab ["minecraft:vertical_half" = "top"] |
minecraft:stone_block_slab4:000 |
minecraft:stone_block_slab4 |
0 |
-minecraft:stone_block_slab4 ["minecraft:vertical_half" = "bottom", "stone_slab_type_4" = "mossy_stone_brick"] |
+minecraft:mossy_stone_brick_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:stone_block_slab4:001 |
minecraft:stone_block_slab4 |
1 |
-minecraft:stone_block_slab4 ["minecraft:vertical_half" = "bottom", "stone_slab_type_4" = "smooth_quartz"] |
+minecraft:smooth_quartz_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:stone_block_slab4:002 |
minecraft:stone_block_slab4 |
2 |
-minecraft:stone_block_slab4 ["minecraft:vertical_half" = "bottom", "stone_slab_type_4" = "stone"] |
+minecraft:normal_stone_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:stone_block_slab4:003 |
minecraft:stone_block_slab4 |
3 |
-minecraft:stone_block_slab4 ["minecraft:vertical_half" = "bottom", "stone_slab_type_4" = "cut_sandstone"] |
+minecraft:cut_sandstone_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:stone_block_slab4:004 |
minecraft:stone_block_slab4 |
4 |
-minecraft:stone_block_slab4 ["minecraft:vertical_half" = "bottom", "stone_slab_type_4" = "cut_red_sandstone"] |
+minecraft:cut_red_sandstone_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:stone_block_slab4:005 |
minecraft:stone_block_slab4 |
5 |
-minecraft:stone_block_slab4 ["minecraft:vertical_half" = "bottom", "stone_slab_type_4" = "mossy_stone_brick"] |
+minecraft:mossy_stone_brick_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:stone_block_slab4:006 |
minecraft:stone_block_slab4 |
6 |
-minecraft:stone_block_slab4 ["minecraft:vertical_half" = "bottom", "stone_slab_type_4" = "mossy_stone_brick"] |
+minecraft:mossy_stone_brick_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:stone_block_slab4:007 |
minecraft:stone_block_slab4 |
7 |
-minecraft:stone_block_slab4 ["minecraft:vertical_half" = "bottom", "stone_slab_type_4" = "mossy_stone_brick"] |
+minecraft:mossy_stone_brick_slab ["minecraft:vertical_half" = "bottom"] |
minecraft:stone_block_slab4:008 |
minecraft:stone_block_slab4 |
8 |
-minecraft:stone_block_slab4 ["minecraft:vertical_half" = "top", "stone_slab_type_4" = "mossy_stone_brick"] |
+minecraft:mossy_stone_brick_slab ["minecraft:vertical_half" = "top"] |
minecraft:stone_block_slab4:009 |
minecraft:stone_block_slab4 |
9 |
-minecraft:stone_block_slab4 ["minecraft:vertical_half" = "top", "stone_slab_type_4" = "smooth_quartz"] |
+minecraft:smooth_quartz_slab ["minecraft:vertical_half" = "top"] |
minecraft:stone_block_slab4:010 |
minecraft:stone_block_slab4 |
10 |
-minecraft:stone_block_slab4 ["minecraft:vertical_half" = "top", "stone_slab_type_4" = "stone"] |
+minecraft:normal_stone_slab ["minecraft:vertical_half" = "top"] |
minecraft:stone_block_slab4:011 |
minecraft:stone_block_slab4 |
11 |
-minecraft:stone_block_slab4 ["minecraft:vertical_half" = "top", "stone_slab_type_4" = "cut_sandstone"] |
+minecraft:cut_sandstone_slab ["minecraft:vertical_half" = "top"] |
minecraft:stone_block_slab4:012 |
minecraft:stone_block_slab4 |
12 |
-minecraft:stone_block_slab4 ["minecraft:vertical_half" = "top", "stone_slab_type_4" = "cut_red_sandstone"] |
+minecraft:cut_red_sandstone_slab ["minecraft:vertical_half" = "top"] |
minecraft:stone_block_slab4:013 |
minecraft:stone_block_slab4 |
13 |
-minecraft:stone_block_slab4 ["minecraft:vertical_half" = "top", "stone_slab_type_4" = "mossy_stone_brick"] |
+minecraft:mossy_stone_brick_slab ["minecraft:vertical_half" = "top"] |
minecraft:stone_block_slab4:014 |
minecraft:stone_block_slab4 |
14 |
-minecraft:stone_block_slab4 ["minecraft:vertical_half" = "top", "stone_slab_type_4" = "mossy_stone_brick"] |
+minecraft:mossy_stone_brick_slab ["minecraft:vertical_half" = "top"] |
minecraft:stone_block_slab4:015 |
minecraft:stone_block_slab4 |
15 |
-minecraft:stone_block_slab4 ["minecraft:vertical_half" = "top", "stone_slab_type_4" = "mossy_stone_brick"] |
+minecraft:mossy_stone_brick_slab ["minecraft:vertical_half" = "top"] |
minecraft:stone_block_slab:000 |
@@ -20088,49 +20088,49 @@ List of all Aux-Values supported and what they equate to as Block-States
minecraft:stonebrick:000
minecraft:stonebrick |
0 |
-minecraft:stonebrick ["stone_brick_type" = "default"] |
+minecraft:stone_bricks |
minecraft:stonebrick:001 |
minecraft:stonebrick |
1 |
-minecraft:stonebrick ["stone_brick_type" = "mossy"] |
+minecraft:mossy_stone_bricks |
minecraft:stonebrick:002 |
minecraft:stonebrick |
2 |
-minecraft:stonebrick ["stone_brick_type" = "cracked"] |
+minecraft:cracked_stone_bricks |
minecraft:stonebrick:003 |
minecraft:stonebrick |
3 |
-minecraft:stonebrick ["stone_brick_type" = "chiseled"] |
+minecraft:chiseled_stone_bricks |
minecraft:stonebrick:004 |
minecraft:stonebrick |
4 |
-minecraft:stonebrick ["stone_brick_type" = "smooth"] |
+minecraft:stone_bricks |
minecraft:stonebrick:005 |
minecraft:stonebrick |
5 |
-minecraft:stonebrick ["stone_brick_type" = "default"] |
+minecraft:stone_bricks |
minecraft:stonebrick:006 |
minecraft:stonebrick |
6 |
-minecraft:stonebrick ["stone_brick_type" = "default"] |
+minecraft:stone_bricks |
minecraft:stonebrick:007 |
minecraft:stonebrick |
7 |
-minecraft:stonebrick ["stone_brick_type" = "default"] |
+minecraft:stone_bricks |
minecraft:stonecutter_block:000 |
@@ -24567,6 +24567,12 @@ List of fully-qualified block names
minecraft:andesite |
+minecraft:andesite_double_slab |
+
+
+minecraft:andesite_slab |
+
+
minecraft:andesite_stairs |
@@ -24837,12 +24843,18 @@ List of fully-qualified block names
minecraft:brain_coral_fan |
+minecraft:brain_coral_wall_fan |
+
+
minecraft:brewing_stand |
minecraft:brick_block |
+minecraft:brick_double_slab |
+
+
minecraft:brick_slab |
@@ -24900,6 +24912,9 @@ List of fully-qualified block names
minecraft:bubble_coral_fan |
+minecraft:bubble_coral_wall_fan |
+
+
minecraft:budding_amethyst |
@@ -25014,6 +25029,9 @@ List of fully-qualified block names
minecraft:chest |
+minecraft:chipped_anvil |
+
+
minecraft:chiseled_bookshelf |
@@ -25029,6 +25047,18 @@ List of fully-qualified block names
minecraft:chiseled_polished_blackstone |
+minecraft:chiseled_quartz_block |
+
+
+minecraft:chiseled_red_sandstone |
+
+
+minecraft:chiseled_sandstone |
+
+
+minecraft:chiseled_stone_bricks |
+
+
minecraft:chiseled_tuff |
@@ -25053,6 +25083,9 @@ List of fully-qualified block names
minecraft:coal_ore |
+minecraft:coarse_dirt |
+
+
minecraft:cobbled_deepslate |
@@ -25071,6 +25104,9 @@ List of fully-qualified block names
minecraft:cobblestone |
+minecraft:cobblestone_double_slab |
+
+
minecraft:cobblestone_slab |
@@ -25113,15 +25149,6 @@ List of fully-qualified block names
minecraft:copper_trapdoor |
-minecraft:coral_fan_hang |
-
-
-minecraft:coral_fan_hang2 |
-
-
-minecraft:coral_fan_hang3 |
-
-
minecraft:cornflower |
@@ -25137,6 +25164,9 @@ List of fully-qualified block names
minecraft:cracked_polished_blackstone_bricks |
+minecraft:cracked_stone_bricks |
+
+
minecraft:crafter |
@@ -25209,6 +25239,24 @@ List of fully-qualified block names
minecraft:cut_copper_stairs |
+minecraft:cut_red_sandstone |
+
+
+minecraft:cut_red_sandstone_double_slab |
+
+
+minecraft:cut_red_sandstone_slab |
+
+
+minecraft:cut_sandstone |
+
+
+minecraft:cut_sandstone_double_slab |
+
+
+minecraft:cut_sandstone_slab |
+
+
minecraft:cyan_candle |
@@ -25242,6 +25290,12 @@ List of fully-qualified block names
minecraft:cyan_wool |
+minecraft:damaged_anvil |
+
+
+minecraft:dandelion |
+
+
minecraft:dark_oak_button |
@@ -25287,6 +25341,15 @@ List of fully-qualified block names
minecraft:dark_oak_wood |
+minecraft:dark_prismarine |
+
+
+minecraft:dark_prismarine_double_slab |
+
+
+minecraft:dark_prismarine_slab |
+
+
minecraft:dark_prismarine_stairs |
@@ -25311,6 +25374,9 @@ List of fully-qualified block names
minecraft:dead_brain_coral_fan |
+minecraft:dead_brain_coral_wall_fan |
+
+
minecraft:dead_bubble_coral |
@@ -25320,6 +25386,9 @@ List of fully-qualified block names
minecraft:dead_bubble_coral_fan |
+minecraft:dead_bubble_coral_wall_fan |
+
+
minecraft:dead_fire_coral |
@@ -25329,6 +25398,9 @@ List of fully-qualified block names
minecraft:dead_fire_coral_fan |
+minecraft:dead_fire_coral_wall_fan |
+
+
minecraft:dead_horn_coral |
@@ -25338,6 +25410,9 @@ List of fully-qualified block names
minecraft:dead_horn_coral_fan |
+minecraft:dead_horn_coral_wall_fan |
+
+
minecraft:dead_tube_coral |
@@ -25347,6 +25422,9 @@ List of fully-qualified block names
minecraft:dead_tube_coral_fan |
+minecraft:dead_tube_coral_wall_fan |
+
+
minecraft:deadbush |
@@ -25413,6 +25491,9 @@ List of fully-qualified block names
minecraft:deny |
+minecraft:deprecated_anvil |
+
+
minecraft:detector_rail |
@@ -25425,6 +25506,12 @@ List of fully-qualified block names
minecraft:diorite |
+minecraft:diorite_double_slab |
+
+
+minecraft:diorite_slab |
+
+
minecraft:diorite_stairs |
@@ -25440,18 +25527,6 @@ List of fully-qualified block names
minecraft:double_cut_copper_slab |
-minecraft:double_stone_block_slab |
-
-
-minecraft:double_stone_block_slab2 |
-
-
-minecraft:double_stone_block_slab3 |
-
-
-minecraft:double_stone_block_slab4 |
-
-
minecraft:dragon_egg |
@@ -25851,6 +25926,12 @@ List of fully-qualified block names
minecraft:end_stone |
+minecraft:end_stone_brick_double_slab |
+
+
+minecraft:end_stone_brick_slab |
+
+
minecraft:ender_chest |
@@ -25905,6 +25986,9 @@ List of fully-qualified block names
minecraft:fire_coral_fan |
+minecraft:fire_coral_wall_fan |
+
+
minecraft:fletching_table |
@@ -25965,6 +26049,12 @@ List of fully-qualified block names
minecraft:granite |
+minecraft:granite_double_slab |
+
+
+minecraft:granite_slab |
+
+
minecraft:granite_stairs |
@@ -26181,12 +26271,33 @@ List of fully-qualified block names
minecraft:horn_coral_fan |
+minecraft:horn_coral_wall_fan |
+
+
minecraft:ice |
+minecraft:infested_chiseled_stone_bricks |
+
+
+minecraft:infested_cobblestone |
+
+
+minecraft:infested_cracked_stone_bricks |
+
+
minecraft:infested_deepslate |
+minecraft:infested_mossy_stone_bricks |
+
+
+minecraft:infested_stone |
+
+
+minecraft:infested_stone_bricks |
+
+
minecraft:info_update |
@@ -26298,7 +26409,52 @@ List of fully-qualified block names
minecraft:lever |
-minecraft:light_block |
+minecraft:light_block_0 |
+
+
+minecraft:light_block_1 |
+
+
+minecraft:light_block_10 |
+
+
+minecraft:light_block_11 |
+
+
+minecraft:light_block_12 |
+
+
+minecraft:light_block_13 |
+
+
+minecraft:light_block_14 |
+
+
+minecraft:light_block_15 |
+
+
+minecraft:light_block_2 |
+
+
+minecraft:light_block_3 |
+
+
+minecraft:light_block_4 |
+
+
+minecraft:light_block_5 |
+
+
+minecraft:light_block_6 |
+
+
+minecraft:light_block_7 |
+
+
+minecraft:light_block_8 |
+
+
+minecraft:light_block_9 |
minecraft:light_blue_candle |
@@ -26538,9 +26694,6 @@ List of fully-qualified block names
minecraft:mob_spawner |
-minecraft:monster_egg |
-
-
minecraft:moss_block |
@@ -26550,12 +26703,27 @@ List of fully-qualified block names
minecraft:mossy_cobblestone |
+minecraft:mossy_cobblestone_double_slab |
+
+
+minecraft:mossy_cobblestone_slab |
+
+
minecraft:mossy_cobblestone_stairs |
+minecraft:mossy_stone_brick_double_slab |
+
+
+minecraft:mossy_stone_brick_slab |
+
+
minecraft:mossy_stone_brick_stairs |
+minecraft:mossy_stone_bricks |
+
+
minecraft:moving_block |
@@ -26586,6 +26754,9 @@ List of fully-qualified block names
minecraft:nether_brick |
+minecraft:nether_brick_double_slab |
+
+
minecraft:nether_brick_fence |
@@ -26616,6 +26787,12 @@ List of fully-qualified block names
minecraft:netherreactor |
+minecraft:normal_stone_double_slab |
+
+
+minecraft:normal_stone_slab |
+
+
minecraft:normal_stone_stairs |
@@ -26742,6 +26919,9 @@ List of fully-qualified block names
minecraft:peony |
+minecraft:petrified_oak_double_slab |
+
+
minecraft:petrified_oak_slab |
@@ -26805,6 +26985,12 @@ List of fully-qualified block names
minecraft:polished_andesite |
+minecraft:polished_andesite_double_slab |
+
+
+minecraft:polished_andesite_slab |
+
+
minecraft:polished_andesite_stairs |
@@ -26865,12 +27051,24 @@ List of fully-qualified block names
minecraft:polished_diorite |
+minecraft:polished_diorite_double_slab |
+
+
+minecraft:polished_diorite_slab |
+
+
minecraft:polished_diorite_stairs |
minecraft:polished_granite |
+minecraft:polished_granite_double_slab |
+
+
+minecraft:polished_granite_slab |
+
+
minecraft:polished_granite_stairs |
@@ -26910,9 +27108,24 @@ List of fully-qualified block names
minecraft:prismarine |
+minecraft:prismarine_brick_double_slab |
+
+
+minecraft:prismarine_brick_slab |
+
+
+minecraft:prismarine_bricks |
+
+
minecraft:prismarine_bricks_stairs |
+minecraft:prismarine_double_slab |
+
+
+minecraft:prismarine_slab |
+
+
minecraft:prismarine_stairs |
@@ -26958,6 +27171,12 @@ List of fully-qualified block names
minecraft:purpur_block |
+minecraft:purpur_double_slab |
+
+
+minecraft:purpur_slab |
+
+
minecraft:purpur_stairs |
@@ -26967,9 +27186,15 @@ List of fully-qualified block names
minecraft:quartz_bricks |
+minecraft:quartz_double_slab |
+
+
minecraft:quartz_ore |
+minecraft:quartz_pillar |
+
+
minecraft:quartz_slab |
@@ -27015,12 +27240,27 @@ List of fully-qualified block names
minecraft:red_nether_brick |
+minecraft:red_nether_brick_double_slab |
+
+
+minecraft:red_nether_brick_slab |
+
+
minecraft:red_nether_brick_stairs |
+minecraft:red_sand |
+
+
minecraft:red_sandstone |
+minecraft:red_sandstone_double_slab |
+
+
+minecraft:red_sandstone_slab |
+
+
minecraft:red_sandstone_stairs |
@@ -27081,6 +27321,9 @@ List of fully-qualified block names
minecraft:sandstone |
+minecraft:sandstone_double_slab |
+
+
minecraft:sandstone_slab |
@@ -27144,18 +27387,48 @@ List of fully-qualified block names
minecraft:smooth_basalt |
+minecraft:smooth_quartz |
+
+
+minecraft:smooth_quartz_double_slab |
+
+
+minecraft:smooth_quartz_slab |
+
+
minecraft:smooth_quartz_stairs |
+minecraft:smooth_red_sandstone |
+
+
+minecraft:smooth_red_sandstone_double_slab |
+
+
+minecraft:smooth_red_sandstone_slab |
+
+
minecraft:smooth_red_sandstone_stairs |
+minecraft:smooth_sandstone |
+
+
+minecraft:smooth_sandstone_double_slab |
+
+
+minecraft:smooth_sandstone_slab |
+
+
minecraft:smooth_sandstone_stairs |
minecraft:smooth_stone |
+minecraft:smooth_stone_double_slab |
+
+
minecraft:smooth_stone_slab |
@@ -27258,13 +27531,7 @@ List of fully-qualified block names
minecraft:stone |
-minecraft:stone_block_slab2 |
-
-
-minecraft:stone_block_slab3 |
-
-
-minecraft:stone_block_slab4 |
+minecraft:stone_brick_double_slab |
minecraft:stone_brick_slab |
@@ -27273,6 +27540,9 @@ List of fully-qualified block names
minecraft:stone_brick_stairs |
+minecraft:stone_bricks |
+
+
minecraft:stone_button |
@@ -27282,9 +27552,6 @@ List of fully-qualified block names
minecraft:stone_stairs |
-minecraft:stonebrick |
-
-
minecraft:stonecutter |
@@ -27417,6 +27684,9 @@ List of fully-qualified block names
minecraft:tube_coral_fan |
+minecraft:tube_coral_wall_fan |
+
+
minecraft:tuff |
@@ -27771,9 +28041,6 @@ List of fully-qualified block names
minecraft:yellow_concrete_powder |
-minecraft:yellow_flower |
-
-
minecraft:yellow_glazed_terracotta |
@@ -28774,6 +29041,16 @@ Items
|
+andesite_double_slab |
+-920 |
+ |
+
+
+andesite_slab |
+-893 |
+ |
+
+
andesite_stairs |
-171 |
|
@@ -28985,7 +29262,7 @@ Items
banner_pattern |
-753 |
+763 |
|
@@ -29355,7 +29632,7 @@ Items
boat |
-751 |
+761 |
|
@@ -29429,6 +29706,11 @@ Items
|
+brain_coral_wall_fan |
+-904 |
+ |
+
+
bread |
261 |
|
@@ -29464,6 +29746,11 @@ Items
|
+brick_double_slab |
+-880 |
+ |
+
+
brick_slab |
-874 |
|
@@ -29569,6 +29856,11 @@ Items
|
+bubble_coral_wall_fan |
+-136 |
+ |
+
+
bucket |
363 |
|
@@ -29859,6 +30151,11 @@ Items
|
+chipped_anvil |
+-959 |
+ |
+
+
chiseled_bookshelf |
-526 |
|
@@ -29884,6 +30181,26 @@ Items
|
+chiseled_quartz_block |
+-953 |
+ |
+
+
+chiseled_red_sandstone |
+-956 |
+ |
+
+
+chiseled_sandstone |
+-944 |
+ |
+
+
+chiseled_stone_bricks |
+-870 |
+ |
+
+
chiseled_tuff |
-753 |
|
@@ -29944,6 +30261,11 @@ Items
|
+coarse_dirt |
+-962 |
+ |
+
+
coast_armor_trim_smithing_template |
699 |
|
@@ -29979,6 +30301,11 @@ Items
|
+cobblestone_double_slab |
+-879 |
+ |
+
+
cobblestone_slab |
-873 |
|
@@ -30055,12 +30382,12 @@ Items
concrete |
-740 |
+749 |
|
concrete_powder |
-741 |
+750 |
|
@@ -30145,37 +30472,22 @@ Items
coral |
-737 |
+745 |
|
coral_block |
-726 |
+727 |
|
coral_fan |
-727 |
+736 |
|
coral_fan_dead |
-728 |
- |
-
-
-coral_fan_hang |
--135 |
- |
-
-
-coral_fan_hang2 |
--136 |
- |
-
-
-coral_fan_hang3 |
--137 |
+737 |
|
@@ -30209,6 +30521,11 @@ Items
|
+cracked_stone_bricks |
+-869 |
+ |
+
+
crafter |
-313 |
|
@@ -30349,6 +30666,36 @@ Items
|
+cut_red_sandstone |
+-957 |
+ |
+
+
+cut_red_sandstone_double_slab |
+-928 |
+ |
+
+
+cut_red_sandstone_slab |
+-901 |
+ |
+
+
+cut_sandstone |
+-945 |
+ |
+
+
+cut_sandstone_double_slab |
+-927 |
+ |
+
+
+cut_sandstone_slab |
+-900 |
+ |
+
+
cyan_candle |
-422 |
|
@@ -30409,6 +30756,16 @@ Items
|
+damaged_anvil |
+-960 |
+ |
+
+
+dandelion |
+37 |
+ |
+
+
danger_pottery_sherd |
678 |
|
@@ -30504,6 +30861,21 @@ Items
|
+dark_prismarine |
+-947 |
+ |
+
+
+dark_prismarine_double_slab |
+-913 |
+ |
+
+
+dark_prismarine_slab |
+-886 |
+ |
+
+
dark_prismarine_stairs |
-3 |
|
@@ -30544,6 +30916,11 @@ Items
|
+dead_brain_coral_wall_fan |
+-906 |
+ |
+
+
dead_bubble_coral |
-587 |
|
@@ -30559,6 +30936,11 @@ Items
|
+dead_bubble_coral_wall_fan |
+-908 |
+ |
+
+
dead_fire_coral |
-588 |
|
@@ -30574,6 +30956,11 @@ Items
|
+dead_fire_coral_wall_fan |
+-909 |
+ |
+
+
dead_horn_coral |
-589 |
|
@@ -30589,6 +30976,11 @@ Items
|
+dead_horn_coral_wall_fan |
+-910 |
+ |
+
+
dead_tube_coral |
-585 |
|
@@ -30604,6 +30996,11 @@ Items
|
+dead_tube_coral_wall_fan |
+-905 |
+ |
+
+
deadbush |
32 |
|
@@ -30719,6 +31116,11 @@ Items
|
+deprecated_anvil |
+-961 |
+ |
+
+
detector_rail |
28 |
|
@@ -30794,6 +31196,16 @@ Items
|
+diorite_double_slab |
+-921 |
+ |
+
+
+diorite_slab |
+-894 |
+ |
+
+
diorite_stairs |
-170 |
|
@@ -30835,27 +31247,27 @@ Items
double_plant |
-735 |
+743 |
|
double_stone_block_slab |
-43 |
+732 |
|
double_stone_block_slab2 |
-181 |
+733 |
|
double_stone_block_slab3 |
--167 |
+734 |
|
double_stone_block_slab4 |
--168 |
+735 |
|
@@ -30900,7 +31312,7 @@ Items
dye |
-752 |
+762 |
|
@@ -31565,7 +31977,7 @@ Items
end_crystal |
-755 |
+765 |
|
@@ -31594,6 +32006,16 @@ Items
|
+end_stone_brick_double_slab |
+-167 |
+ |
+
+
+end_stone_brick_slab |
+-162 |
+ |
+
+
ender_chest |
130 |
|
@@ -31759,6 +32181,11 @@ Items
|
+fire_coral_wall_fan |
+-907 |
+ |
+
+
firework_rocket |
531 |
|
@@ -32044,6 +32471,16 @@ Items
|
+granite_double_slab |
+-923 |
+ |
+
+
+granite_slab |
+-896 |
+ |
+
+
granite_stairs |
-169 |
|
@@ -32365,12 +32802,12 @@ Items
hard_stained_glass |
-749 |
+758 |
|
hard_stained_glass_pane |
-750 |
+759 |
|
@@ -32479,6 +32916,11 @@ Items
|
+horn_coral_wall_fan |
+-137 |
+ |
+
+
horse_spawn_egg |
463 |
|
@@ -32509,11 +32951,41 @@ Items
|
+infested_chiseled_stone_bricks |
+-862 |
+ |
+
+
+infested_cobblestone |
+-858 |
+ |
+
+
+infested_cracked_stone_bricks |
+-861 |
+ |
+
+
infested_deepslate |
-454 |
|
+infested_mossy_stone_bricks |
+-860 |
+ |
+
+
+infested_stone |
+97 |
+ |
+
+
+infested_stone_bricks |
+-859 |
+ |
+
+
info_update |
248 |
|
@@ -32965,12 +33437,12 @@ Items
leaves |
-730 |
+739 |
|
leaves2 |
-731 |
+740 |
|
@@ -32985,10 +33457,90 @@ Items
light_block |
+760 |
+ |
+
+
+light_block_0 |
-215 |
|
+light_block_1 |
+-929 |
+ |
+
+
+light_block_10 |
+-938 |
+ |
+
+
+light_block_11 |
+-939 |
+ |
+
+
+light_block_12 |
+-940 |
+ |
+
+
+light_block_13 |
+-941 |
+ |
+
+
+light_block_14 |
+-942 |
+ |
+
+
+light_block_15 |
+-943 |
+ |
+
+
+light_block_2 |
+-930 |
+ |
+
+
+light_block_3 |
+-931 |
+ |
+
+
+light_block_4 |
+-932 |
+ |
+
+
+light_block_5 |
+-933 |
+ |
+
+
+light_block_6 |
+-934 |
+ |
+
+
+light_block_7 |
+-935 |
+ |
+
+
+light_block_8 |
+-936 |
+ |
+
+
+light_block_9 |
+-937 |
+ |
+
+
light_blue_candle |
-416 |
|
@@ -33245,7 +33797,7 @@ Items
log2 |
-739 |
+747 |
|
@@ -33495,7 +34047,7 @@ Items
monster_egg |
-97 |
+748 |
|
@@ -33519,16 +34071,41 @@ Items
|
+mossy_cobblestone_double_slab |
+-915 |
+ |
+
+
+mossy_cobblestone_slab |
+-888 |
+ |
+
+
mossy_cobblestone_stairs |
-179 |
|
+mossy_stone_brick_double_slab |
+-168 |
+ |
+
+
+mossy_stone_brick_slab |
+-166 |
+ |
+
+
mossy_stone_brick_stairs |
-175 |
|
+mossy_stone_bricks |
+-868 |
+ |
+
+
mourner_pottery_sherd |
687 |
|
@@ -33615,12 +34192,12 @@ Items
music_disc_creator |
-746 |
+755 |
|
music_disc_creator_music_box |
-747 |
+756 |
|
@@ -33650,7 +34227,7 @@ Items
music_disc_precipice |
-748 |
+757 |
|
@@ -33704,6 +34281,11 @@ Items
|
+nether_brick_double_slab |
+-883 |
+ |
+
+
nether_brick_fence |
113 |
|
@@ -33824,6 +34406,16 @@ Items
|
+normal_stone_double_slab |
+-926 |
+ |
+
+
+normal_stone_slab |
+-899 |
+ |
+
+
normal_stone_stairs |
-180 |
|
@@ -34094,6 +34686,11 @@ Items
|
+petrified_oak_double_slab |
+-903 |
+ |
+
+
petrified_oak_slab |
-902 |
|
@@ -34230,7 +34827,7 @@ Items
planks |
-736 |
+744 |
|
@@ -34264,6 +34861,16 @@ Items
|
+polished_andesite_double_slab |
+-919 |
+ |
+
+
+polished_andesite_slab |
+-892 |
+ |
+
+
polished_andesite_stairs |
-174 |
|
@@ -34364,6 +34971,16 @@ Items
|
+polished_diorite_double_slab |
+-922 |
+ |
+
+
+polished_diorite_slab |
+-895 |
+ |
+
+
polished_diorite_stairs |
-173 |
|
@@ -34374,6 +34991,16 @@ Items
|
+polished_granite_double_slab |
+-924 |
+ |
+
+
+polished_granite_slab |
+-897 |
+ |
+
+
polished_granite_stairs |
-172 |
|
@@ -34464,6 +35091,21 @@ Items
|
+prismarine_brick_double_slab |
+-914 |
+ |
+
+
+prismarine_brick_slab |
+-887 |
+ |
+
+
+prismarine_bricks |
+-948 |
+ |
+
+
prismarine_bricks_stairs |
-4 |
|
@@ -34474,11 +35116,21 @@ Items
|
+prismarine_double_slab |
+-912 |
+ |
+
+
prismarine_shard |
577 |
|
+prismarine_slab |
+-885 |
+ |
+
+
prismarine_stairs |
-2 |
|
@@ -34589,6 +35241,16 @@ Items
|
+purpur_double_slab |
+-911 |
+ |
+
+
+purpur_slab |
+-884 |
+ |
+
+
purpur_stairs |
203 |
|
@@ -34609,11 +35271,21 @@ Items
|
+quartz_double_slab |
+-882 |
+ |
+
+
quartz_ore |
153 |
|
+quartz_pillar |
+-954 |
+ |
+
+
quartz_slab |
-876 |
|
@@ -34735,7 +35407,7 @@ Items
red_flower |
-734 |
+742 |
|
@@ -34759,16 +35431,41 @@ Items
|
+red_nether_brick_double_slab |
+-917 |
+ |
+
+
+red_nether_brick_slab |
+-890 |
+ |
+
+
red_nether_brick_stairs |
-184 |
|
+red_sand |
+-949 |
+ |
+
+
red_sandstone |
179 |
|
+red_sandstone_double_slab |
+181 |
+ |
+
+
+red_sandstone_slab |
+182 |
+ |
+
+
red_sandstone_stairs |
180 |
|
@@ -34904,6 +35601,11 @@ Items
|
+sandstone_double_slab |
+-878 |
+ |
+
+
sandstone_slab |
-872 |
|
@@ -34915,7 +35617,7 @@ Items
sapling |
-729 |
+738 |
|
@@ -35015,7 +35717,7 @@ Items
shulker_box |
-744 |
+753 |
|
@@ -35109,16 +35811,61 @@ Items
|
+smooth_quartz |
+-955 |
+ |
+
+
+smooth_quartz_double_slab |
+-925 |
+ |
+
+
+smooth_quartz_slab |
+-898 |
+ |
+
+
smooth_quartz_stairs |
-185 |
|
+smooth_red_sandstone |
+-958 |
+ |
+
+
+smooth_red_sandstone_double_slab |
+-918 |
+ |
+
+
+smooth_red_sandstone_slab |
+-891 |
+ |
+
+
smooth_red_sandstone_stairs |
-176 |
|
+smooth_sandstone |
+-946 |
+ |
+
+
+smooth_sandstone_double_slab |
+-916 |
+ |
+
+
+smooth_sandstone_slab |
+-889 |
+ |
+
+
smooth_sandstone_stairs |
-177 |
|
@@ -35129,6 +35876,11 @@ Items
|
+smooth_stone_double_slab |
+43 |
+ |
+
+
smooth_stone_slab |
44 |
|
@@ -35210,7 +35962,7 @@ Items
spawn_egg |
-754 |
+764 |
|
@@ -35355,12 +36107,12 @@ Items
stained_glass |
-742 |
+751 |
|
stained_glass_pane |
-743 |
+752 |
|
@@ -35405,22 +36157,27 @@ Items
stone_block_slab |
-733 |
+728 |
|
stone_block_slab2 |
-182 |
+729 |
|
stone_block_slab3 |
--162 |
+730 |
|
stone_block_slab4 |
--166 |
+731 |
+ |
+
+
+stone_brick_double_slab |
+-881 |
|
@@ -35434,6 +36191,11 @@ Items
|
+stone_bricks |
+98 |
+ |
+
+
stone_button |
77 |
|
@@ -35470,7 +36232,7 @@ Items
stonebrick |
-98 |
+726 |
|
@@ -35670,7 +36432,7 @@ Items
tallgrass |
-738 |
+746 |
|
@@ -35794,6 +36556,11 @@ Items
|
+tube_coral_wall_fan |
+-135 |
+ |
+
+
tuff |
-333 |
|
@@ -36460,7 +37227,7 @@ Items
wood |
-745 |
+754 |
|
@@ -36500,7 +37267,7 @@ Items
wooden_slab |
-732 |
+741 |
|
@@ -36554,11 +37321,6 @@ Items
|
-yellow_flower |
-37 |
- |
-
-
yellow_glazed_terracotta |
224 |
|
diff --git a/documentation/Animations.html b/documentation/Animations.html
index bc386e01d..9d69253d3 100644
--- a/documentation/Animations.html
+++ b/documentation/Animations.html
@@ -1,4 +1,4 @@
-ANIMATIONS DOCUMENTATION Version: 1.21.0.3
+ANIMATIONS DOCUMENTATION Version: 1.21.20.3
Index
Animation Controllers |
diff --git a/documentation/Biomes.html b/documentation/Biomes.html
index 059ae3434..a810168f5 100644
--- a/documentation/Biomes.html
+++ b/documentation/Biomes.html
@@ -1,4 +1,4 @@
-BIOMES DOCUMENTATION Version: 1.21.0.3
+BIOMES DOCUMENTATION Version: 1.21.20.3
Index
Overview |
@@ -99,79 +99,79 @@ Biome Components
Name | Type | Required? | Description |
minecraft:capped_surface |
-Object of type minecraft:capped_surface |
+Object |
Optional |
Generates surface on blocks with non-solid blocks above or below. |
minecraft:climate |
-Object of type minecraft:climate |
+Object |
Optional |
Describes temperature, humidity, precipitation, and similar. Biomes without this component will have default values. |
minecraft:frozen_ocean_surface |
-Object of type minecraft:frozen_ocean_surface |
+Object |
Optional |
Similar to overworld_surface. Adds icebergs. |
minecraft:mesa_surface |
-Object of type minecraft:mesa_surface |
+Object |
Optional |
Similar to overworld_surface. Adds colored strata and optional pillars. |
minecraft:mountain_parameters |
-Object of type minecraft:mountain_parameters |
+Object |
Optional |
Noise parameters used to drive mountain terrain generation in Overworld. |
minecraft:multinoise_generation_rules |
-Object of type minecraft:multinoise_generation_rules |
+Object |
Optional |
Controls how this biome is instantiated (and then potentially modified) during world generation of the nether. |
minecraft:overworld_generation_rules |
-Object of type minecraft:overworld_generation_rules |
+Object |
Optional |
Controls how this biome is instantiated (and then potentially modified) during world generation of the overworld. |
minecraft:overworld_height |
-Object of type minecraft:overworld_height |
+Object |
Optional |
Noise parameters used to drive terrain height in the Overworld. |
minecraft:surface_material_adjustments |
-Object of type minecraft:surface_material_adjustments |
+Object |
Optional |
Specify fine-detail changes to blocks used in terrain generation (based on a noise function). |
minecraft:surface_parameters |
-Object of type minecraft:surface_parameters |
+Object |
Optional |
Controls the blocks used for the default Minecraft Overworld terrain generation. |
minecraft:swamp_surface |
-Object of type minecraft:swamp_surface |
+Object |
Optional |
Similar to overworld_surface. Adds swamp surface details. |
minecraft:tags |
-Object of type minecraft:tags |
+Object |
Optional |
Attach arbitrary string tags to this biome. |
minecraft:the_end_surface |
-Object of type minecraft:the_end_surface |
+Object |
Optional |
Use default Minecraft End terrain generation. |
diff --git a/documentation/Blocks.html b/documentation/Blocks.html
index d842b4cc3..c2e98654c 100644
--- a/documentation/Blocks.html
+++ b/documentation/Blocks.html
@@ -1,4 +1,4 @@
-BLOCKS DOCUMENTATION Version: 1.21.0.3
+BLOCKS DOCUMENTATION Version: 1.21.20.3
Index
Blocks |
@@ -27,13 +27,13 @@
minecraft:breathability |
String |
|
-Determines whether the block is breathable by defining if the block is treated as a `solid` or as `air`. The default is `solid` if this component is omitted.Experimental toggles required: Holiday Creator Features |
+Determines whether the block is breathable by defining if the block is treated as a `solid` or as `air`. The default is `solid` if this component is omitted. |
minecraft:collision_box |
Boolean / JSON Object |
true |
-Defines the area of the block that collides with entities. If set to true, default values are used. If set to false, the block's collision with entities is disabled. If this component is omitted, default values are used.Experimental toggles required: Holiday Creator Features (in format versions before 1.19.50)
+Defines the area of the block that collides with entities. If set to true, default values are used. If set to false, the block's collision with entities is disabled. If this component is omitted, default values are used.
Name | Type | Default Value | Description |
origin |
@@ -54,7 +54,7 @@
minecraft:crafting_table |
JSON Object |
|
-Makes your block into a custom crafting table which enables the crafting table UI and the ability to craft recipes. This component supports only "recipe_shaped" and "recipe_shapeless" typed recipes and not others like "recipe_furnace" or "recipe_brewing_mix". If there are two recipes for one item, the recipe book will pick the first that was parsed. If two input recipes are the same, crafting may assert and the resulting item may vary.Experimental toggles required: Holiday Creator Features (in format versions before 1.19.50) crafting_tags
+ | Makes your block into a custom crafting table which enables the crafting table UI and the ability to craft recipes. This component supports only "recipe_shaped" and "recipe_shapeless" typed recipes and not others like "recipe_furnace" or "recipe_brewing_mix". If there are two recipes for one item, the recipe book will pick the first that was parsed. If two input recipes are the same, crafting may assert and the resulting item may vary. crafting_tags
Defines the tags recipes should define to be crafted on this table. Limited to 64 tags. Each tag is limited to 64 characters.Back to top
@@ -68,7 +68,7 @@ table_name
| minecraft:custom_components |
Array |
|
-Sets an ordered list of custom component names which are bound in script to be executed upon a block event.Experimental toggles required: Beta APIs |
+Sets an ordered list of custom component names which are bound in script to be executed upon a block event. |
minecraft:destructible_by_explosion |
@@ -104,7 +104,7 @@ table_name
minecraft:display_name |
Localization String |
|
-Specifies the language file key that maps to what text will be displayed when you hover over the block in your inventory and hotbar. If the string given can not be resolved as a loc string, the raw string given will be displayed. If this component is omitted, the name of the block will be used as the display name.Experimental toggles required: Holiday Creator Features (in format versions before 1.19.60) |
+Specifies the language file key that maps to what text will be displayed when you hover over the block in your inventory and hotbar. If the string given can not be resolved as a loc string, the raw string given will be displayed. If this component is omitted, the name of the block will be used as the display name. |
minecraft:flammable |
@@ -137,7 +137,7 @@ table_name
minecraft:geometry |
Identifier String |
|
-The description identifier of the geometry to use to render this block. This identifier must either match an existing geometry identifier in any of the loaded resource packs or be one of the currently supported Vanilla identifiers: "minecraft:geometry.full_block" or "minecraft:geometry.cross".Experimental toggles required: Holiday Creator Features (in format versions before 1.19.40) |
+The description identifier of the geometry to use to render this block. This identifier must either match an existing geometry identifier in any of the loaded resource packs or be one of the currently supported Vanilla identifiers: "minecraft:geometry.full_block" or "minecraft:geometry.cross". |
minecraft:light_dampening |
@@ -167,7 +167,7 @@ table_name
minecraft:material_instances |
JSON Object |
|
-The material instances for a block. Maps face or material_instance names in a geometry file to an actual material instance. You can assign a material instance object to any of these faces: "up", "down", "north", "south", "east", "west", or "*". You can also give an instance the name of your choosing such as "my_instance", and then assign it to a face by doing "north":"my_instance".Experimental toggles required: Holiday Creator Features (in format versions before 1.19.40) Material Instance
+ | The material instances for a block. Maps face or material_instance names in a geometry file to an actual material instance. You can assign a material instance object to any of these faces: "up", "down", "north", "south", "east", "west", or "*". You can also give an instance the name of your choosing such as "my_instance", and then assign it to a face by doing "north":"my_instance". Material Instance
A material instance definition to map to a material instance in a geometry file. The material instance "*" will be used for any materials that don't have a match.
@@ -206,7 +206,7 @@ table_name
| minecraft:placement_filter |
JSON Object |
|
-Sets rules for under what conditions the block can be placed/surviveExperimental toggles required: Holiday Creator Features (in format versions before 1.19.60) conditions
+ | Sets rules for under what conditions the block can be placed/survive conditions
List of conditions where the block can be placed/survive. Limited to 64 conditions.
@@ -254,7 +254,7 @@ table_name
| minecraft:queued_ticking |
JSON Object |
|
-Triggers the specified event, either once, or at a regular interval equal to a number of ticks randomly chosen from the interval_range provided.Experimental toggles required: Holiday Creator Features
+Triggers the specified event, either once, or at a regular interval equal to a number of ticks randomly chosen from the interval_range provided.
Name | Type | Default Value | Description |
interval_range |
@@ -302,7 +302,7 @@ table_name
minecraft:random_ticking |
JSON Object |
|
-Triggers the specified event randomly based on the random tick speed gamerule. The random tick speed determines how often blocks are updated. Some other examples of game mechanics that use random ticking are crop growth and fire spreading.Experimental toggles required: Holiday Creator Features
+Triggers the specified event randomly based on the random tick speed gamerule. The random tick speed determines how often blocks are updated. Some other examples of game mechanics that use random ticking are crop growth and fire spreading.
Name | Type | Default Value | Description |
on_tick |
@@ -338,7 +338,7 @@ table_name
minecraft:selection_box |
Boolean / JSON Object |
|
-Defines the area of the block that is selected by the player's cursor. If set to true, default values are used. If set to false, this block is not selectable by the player's cursor. If this component is omitted, default values are used.Experimental toggles required: Holiday Creator Features (in format versions before 1.19.60)
+Defines the area of the block that is selected by the player's cursor. If set to true, default values are used. If set to false, this block is not selectable by the player's cursor. If this component is omitted, default values are used.
Name | Type | Default Value | Description |
origin |
@@ -359,7 +359,7 @@ table_name
minecraft:transformation |
JSON Object |
|
-The block's translation, rotation and scale with respect to the center of its world positionExperimental toggles required: Holiday Creator Features (in format versions before 1.19.80) rotation
+ | The block's translation, rotation and scale with respect to the center of its world position rotation
The block's rotation in increments of 90 degreesBack to top
@@ -385,7 +385,7 @@ translation
| minecraft:unit_cube |
JSON Object |
|
-Specifies that a unit cube is to be used with tessellation.Experimental toggles required: Holiday Creator Features |
+Specifies that a unit cube is to be used with tessellation. |
Back to top
@@ -406,7 +406,7 @@ Block Definition Properties
Code Example
Example
|
Back to top
+minecraft:entity_armor_equipment_slot_mapping
+
+It defines to which armor slot an item equipped to 'minecraft:equippable''s second slot should be equipped to. It is automatically applied to all entities for worlds with a version greater than or equal to 1.21.10. For older worlds, 'slot.armor.torso' will be used. It is strongly advised not to explicitly use this component, as no backwards compatibility for it will be provided.
+
+
+ Name | Type | Default Value | Description |
+
+armor_slot |
+String |
+ |
+The armor slot an item equipped to 'minecraft:equippable''s second slot should be equipped to. It defaults to 'slot.armor.torso' for entities with a format version prior to 1.21.10, and to 'slot.armor.body' otherwise. |
+
+
+Back to top
+
minecraft:entity_sensor
A component that owns multiple subsensors, each one firing an event when a set of conditions are met by other entities within the defined range.
@@ -20355,13 +20664,13 @@ minecraft:interact
| drop_item_slot |
String |
|
-The entity's slot to remove and drop the item from, if any, upon successful interaction. Inventory slots are denoted by positive numbers. Armor slots are denoted by 'slot.armor.head', 'slot.armor.chest', 'slot.armor.legs' and 'slot.armor.feet'. |
+The entity's slot to remove and drop the item from, if any, upon successful interaction. Inventory slots are denoted by positive numbers. Armor slots are denoted by 'slot.armor.head', 'slot.armor.chest', 'slot.armor.legs', 'slot.armor.feet' and 'slot.armor.body'. |
equip_item_slot |
String |
|
-The entity's slot to equip the item to, if any, upon successful interaction. Inventory slots are denoted by positive numbers. Armor slots are denoted by 'slot.armor.head', 'slot.armor.chest', 'slot.armor.legs' and 'slot.armor.feet'. |
+The entity's slot to equip the item to, if any, upon successful interaction. Inventory slots are denoted by positive numbers. Armor slots are denoted by 'slot.armor.head', 'slot.armor.chest', 'slot.armor.legs', 'slot.armor.feet' and 'slot.armor.body'. |
health_amount |
@@ -20427,7 +20736,7 @@ particle_y_offset
slot |
Integer |
|
-The entity's slot containing the item to be repaired. Inventory slots are denoted by positive numbers. Armor slots are denoted by 'slot.armor.head', 'slot.armor.chest', 'slot.armor.legs' and 'slot.armor.feet'. |
+The entity's slot containing the item to be repaired. Inventory slots are denoted by positive numbers. Armor slots are denoted by 'slot.armor.head', 'slot.armor.chest', 'slot.armor.legs', 'slot.armor.feet' and 'slot.armor.body'. |
|
@@ -23874,6 +24183,10 @@
6562850329755828441 |
+minecraft:behavior.swim_up_for_breath |
+6795851152810947053 |
+
+
minecraft:behavior.swim_wander |
12378924708543723854 |
@@ -23890,6 +24203,10 @@
16066043784359778497 |
+minecraft:behavior.teleport_to_owner |
+1980014114121577323 |
+
+
minecraft:behavior.tempt |
422904556 |
@@ -24100,6 +24417,10 @@
1705466896 |
+minecraft:entity_armor_equipment_slot_mapping |
+388041038 |
+
+
minecraft:entity_sensor |
-406052184 |
diff --git a/documentation/Entity Events.html b/documentation/Entity Events.html
index 797c250aa..58be21b7a 100644
--- a/documentation/Entity Events.html
+++ b/documentation/Entity Events.html
@@ -1,4 +1,4 @@
-ENTITY EVENTS DOCUMENTATION Version: 1.21.0.3
+ENTITY EVENTS DOCUMENTATION Version: 1.21.20.3
Index
This describes the structure of the Events section. |
diff --git a/documentation/Entity Timeline Events.html b/documentation/Entity Timeline Events.html
index 2e6cf221c..bfdc9699c 100644
--- a/documentation/Entity Timeline Events.html
+++ b/documentation/Entity Timeline Events.html
@@ -1,4 +1,4 @@
-ENTITY TIMELINE EVENTS DOCUMENTATION Version: 1.21.0.3
+ENTITY TIMELINE EVENTS DOCUMENTATION Version: 1.21.20.3
Index
Animation Controller Events |
diff --git a/documentation/Features.html b/documentation/Features.html
index 2ed47a884..6e32a6cb6 100644
--- a/documentation/Features.html
+++ b/documentation/Features.html
@@ -1,4 +1,4 @@
-FEATURES DOCUMENTATION Version: 1.21.0.3
+FEATURES DOCUMENTATION Version: 1.21.20.3
Index
Back to top
Overview
@@ -399,7 +405,7 @@ minecraft:scan_surface
minecraft:scatter_feature
'minecraft:scatter_feature' scatters a feature throughout a chunk. The 'x', 'y', and 'z' fields are per-coordinate parameters. Note that coordinates represent an offset from the input position, not an absolute position. Coordinates may be a single value, a random distribution, or Molang expression that resolves to a numeric value. The 'coordinate_eval_order' field is provided for finer control of coordinate resolution (particularly when using the 'grid' distribution). 'iterations' controls how many individual placements should occur if the 'scatter_chance' check succeeds. The 'scatter_chance' check happens once, so either all placements will run or none will.Succeeds if: At least one feature placement succeeds.Fails if: All feature placements fail.
-Example use: Scattering flowers at sea level across half the chunks in a biome.
| | | | |