diff --git a/creativeitems.json b/creativeitems.json index 185023a..6d73eff 100644 --- a/creativeitems.json +++ b/creativeitems.json @@ -1410,8 +1410,7 @@ "damage": 5 }, { - "id": -218, - "damage": 3 + "id": -218 }, { "id": 295 @@ -2067,6 +2066,10 @@ "id": 383, "damage": 126 }, + { + "id": 383, + "damage": 127 + }, { "id": 383, "damage": 41 @@ -3245,8 +3248,7 @@ "id": -202 }, { - "id": -219, - "damage": 3 + "id": -219 }, { "id": 720 diff --git a/entity_id_map.json b/entity_id_map.json index f5b0bc8..685d566 100644 --- a/entity_id_map.json +++ b/entity_id_map.json @@ -108,5 +108,6 @@ "minecraft:hoglin": 124, "minecraft:strider": 125, "minecraft:zoglin": 126, + "minecraft:piglin_brute": 127, "minecraft:player": 257 } \ No newline at end of file diff --git a/entity_identifiers.nbt b/entity_identifiers.nbt index babe7e3..a2f1fdc 100644 Binary files a/entity_identifiers.nbt and b/entity_identifiers.nbt differ diff --git a/r12_to_current_block_map.bin b/r12_to_current_block_map.bin index 0f41a59..6e97d57 100644 Binary files a/r12_to_current_block_map.bin and b/r12_to_current_block_map.bin differ diff --git a/recipes.json b/recipes.json index 1506d7b..3481723 100644 --- a/recipes.json +++ b/recipes.json @@ -3390,8 +3390,7 @@ }, "output": [ { - "id": -219, - "damage": 3 + "id": -219 } ], "priority": 2, @@ -3908,8 +3907,7 @@ }, "output": [ { - "id": -219, - "damage": 3 + "id": -219 } ], "priority": 2, @@ -4115,30 +4113,6 @@ "AA" ] }, - { - "block": "crafting_table", - "input": { - "A": { - "id": -264, - "damage": -1 - }, - "B": { - "id": 280, - "damage": -1 - } - }, - "output": [ - { - "id": -203 - } - ], - "priority": 2, - "shape": [ - "ABA", - "A A", - "ABA" - ] - }, { "block": "crafting_table", "input": { @@ -4183,30 +4157,6 @@ "AAA" ] }, - { - "block": "crafting_table", - "input": { - "A": { - "id": -265, - "damage": -1 - }, - "B": { - "id": 280, - "damage": -1 - } - }, - "output": [ - { - "id": -203 - } - ], - "priority": 2, - "shape": [ - "ABA", - "A A", - "ABA" - ] - }, { "block": "crafting_table", "input": { @@ -12174,6 +12124,54 @@ "ABA" ] }, + { + "block": "crafting_table", + "input": { + "A": { + "id": 280, + "damage": -1 + }, + "B": { + "id": -264, + "damage": -1 + } + }, + "output": [ + { + "id": -203 + } + ], + "priority": 2, + "shape": [ + "ABA", + "A A", + "ABA" + ] + }, + { + "block": "crafting_table", + "input": { + "A": { + "id": 280, + "damage": -1 + }, + "B": { + "id": -265, + "damage": -1 + } + }, + "output": [ + { + "id": -203 + } + ], + "priority": 2, + "shape": [ + "ABA", + "A A", + "ABA" + ] + }, { "block": "crafting_table", "input": { @@ -17688,8 +17686,7 @@ }, "output": [ { - "id": -219, - "damage": 3 + "id": -219 } ], "priority": 0, @@ -39720,21 +39717,6 @@ ], "priority": 3 }, - { - "block": "stonecutter", - "input": [ - { - "id": 155, - "damage": -1 - } - ], - "output": [ - { - "id": -304 - } - ], - "priority": 2 - }, { "block": "stonecutter", "input": [ @@ -39767,6 +39749,20 @@ ], "priority": 1 }, + { + "block": "stonecutter", + "input": [ + { + "id": 155 + } + ], + "output": [ + { + "id": -304 + } + ], + "priority": 2 + }, { "block": "stonecutter", "input": [ @@ -48807,8 +48803,7 @@ { "block": "furnace", "input": { - "id": 155, - "damage": -1 + "id": 155 }, "output": { "id": 155, diff --git a/required_block_states.nbt b/required_block_states.nbt index 16818c0..5d51370 100644 Binary files a/required_block_states.nbt and b/required_block_states.nbt differ