diff --git a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/BlockGrassBlockBehavior.java b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/BlockGrassBlockBehavior.java new file mode 100644 index 000000000..e934f8105 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/BlockGrassBlockBehavior.java @@ -0,0 +1,10 @@ +package org.allaymc.api.block.interfaces; + +import org.allaymc.api.block.BlockBehavior; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface BlockGrassBlockBehavior extends BlockBehavior { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/BlockGrassBehavior.java b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/BlockVaultBehavior.java similarity index 70% rename from Allay-API/src/main/java/org/allaymc/api/block/interfaces/BlockGrassBehavior.java rename to Allay-API/src/main/java/org/allaymc/api/block/interfaces/BlockVaultBehavior.java index 25aa68a93..da81bac9d 100644 --- a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/BlockGrassBehavior.java +++ b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/BlockVaultBehavior.java @@ -6,5 +6,5 @@ * @author daoge_cmd
* Allay Project
*/ -public interface BlockGrassBehavior extends BlockBehavior { +public interface BlockVaultBehavior extends BlockBehavior { } diff --git a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/leaves/BlockAcaciaLeavesBehavior.java b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/leaves/BlockAcaciaLeavesBehavior.java new file mode 100644 index 000000000..9f8b9107f --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/leaves/BlockAcaciaLeavesBehavior.java @@ -0,0 +1,10 @@ +package org.allaymc.api.block.interfaces.leaves; + +import org.allaymc.api.block.BlockBehavior; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface BlockAcaciaLeavesBehavior extends BlockBehavior { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/leaves/BlockLeavesBehavior.java b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/leaves/BlockBirchLeavesBehavior.java similarity index 69% rename from Allay-API/src/main/java/org/allaymc/api/block/interfaces/leaves/BlockLeavesBehavior.java rename to Allay-API/src/main/java/org/allaymc/api/block/interfaces/leaves/BlockBirchLeavesBehavior.java index e8e1696ea..e144e8fbf 100644 --- a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/leaves/BlockLeavesBehavior.java +++ b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/leaves/BlockBirchLeavesBehavior.java @@ -6,5 +6,5 @@ * @author daoge_cmd
* Allay Project
*/ -public interface BlockLeavesBehavior extends BlockBehavior { +public interface BlockBirchLeavesBehavior extends BlockBehavior { } diff --git a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/leaves/BlockDarkOakLeavesBehavior.java b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/leaves/BlockDarkOakLeavesBehavior.java new file mode 100644 index 000000000..738e9c8f4 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/leaves/BlockDarkOakLeavesBehavior.java @@ -0,0 +1,10 @@ +package org.allaymc.api.block.interfaces.leaves; + +import org.allaymc.api.block.BlockBehavior; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface BlockDarkOakLeavesBehavior extends BlockBehavior { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/leaves/BlockJungleLeavesBehavior.java b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/leaves/BlockJungleLeavesBehavior.java new file mode 100644 index 000000000..963af3659 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/leaves/BlockJungleLeavesBehavior.java @@ -0,0 +1,10 @@ +package org.allaymc.api.block.interfaces.leaves; + +import org.allaymc.api.block.BlockBehavior; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface BlockJungleLeavesBehavior extends BlockBehavior { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/leaves/BlockLeaves2Behavior.java b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/leaves/BlockOakLeavesBehavior.java similarity index 70% rename from Allay-API/src/main/java/org/allaymc/api/block/interfaces/leaves/BlockLeaves2Behavior.java rename to Allay-API/src/main/java/org/allaymc/api/block/interfaces/leaves/BlockOakLeavesBehavior.java index 4d23142cd..64def065b 100644 --- a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/leaves/BlockLeaves2Behavior.java +++ b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/leaves/BlockOakLeavesBehavior.java @@ -6,5 +6,5 @@ * @author daoge_cmd
* Allay Project
*/ -public interface BlockLeaves2Behavior extends BlockBehavior { +public interface BlockOakLeavesBehavior extends BlockBehavior { } diff --git a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/leaves/BlockSpruceLeavesBehavior.java b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/leaves/BlockSpruceLeavesBehavior.java new file mode 100644 index 000000000..20e9c7530 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/leaves/BlockSpruceLeavesBehavior.java @@ -0,0 +1,10 @@ +package org.allaymc.api.block.interfaces.leaves; + +import org.allaymc.api.block.BlockBehavior; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface BlockSpruceLeavesBehavior extends BlockBehavior { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockDoubleWoodenSlabBehavior.java b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockAcaciaDoubleSlabBehavior.java similarity index 71% rename from Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockDoubleWoodenSlabBehavior.java rename to Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockAcaciaDoubleSlabBehavior.java index 42bcdc3b3..20d17c452 100644 --- a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockDoubleWoodenSlabBehavior.java +++ b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockAcaciaDoubleSlabBehavior.java @@ -6,5 +6,5 @@ * @author daoge_cmd
* Allay Project
*/ -public interface BlockDoubleWoodenSlabBehavior extends BlockBehavior { +public interface BlockAcaciaDoubleSlabBehavior extends BlockBehavior { } diff --git a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockWoodenSlabBehavior.java b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockAcaciaSlabBehavior.java similarity index 70% rename from Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockWoodenSlabBehavior.java rename to Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockAcaciaSlabBehavior.java index 7b7561666..a02fe5006 100644 --- a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockWoodenSlabBehavior.java +++ b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockAcaciaSlabBehavior.java @@ -6,5 +6,5 @@ * @author daoge_cmd
* Allay Project
*/ -public interface BlockWoodenSlabBehavior extends BlockBehavior { +public interface BlockAcaciaSlabBehavior extends BlockBehavior { } diff --git a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockBirchDoubleSlabBehavior.java b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockBirchDoubleSlabBehavior.java new file mode 100644 index 000000000..4ca368251 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockBirchDoubleSlabBehavior.java @@ -0,0 +1,10 @@ +package org.allaymc.api.block.interfaces.slab; + +import org.allaymc.api.block.BlockBehavior; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface BlockBirchDoubleSlabBehavior extends BlockBehavior { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockBirchSlabBehavior.java b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockBirchSlabBehavior.java new file mode 100644 index 000000000..6d77a4886 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockBirchSlabBehavior.java @@ -0,0 +1,10 @@ +package org.allaymc.api.block.interfaces.slab; + +import org.allaymc.api.block.BlockBehavior; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface BlockBirchSlabBehavior extends BlockBehavior { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockDarkOakDoubleSlabBehavior.java b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockDarkOakDoubleSlabBehavior.java new file mode 100644 index 000000000..58ec7cbb0 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockDarkOakDoubleSlabBehavior.java @@ -0,0 +1,10 @@ +package org.allaymc.api.block.interfaces.slab; + +import org.allaymc.api.block.BlockBehavior; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface BlockDarkOakDoubleSlabBehavior extends BlockBehavior { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockDarkOakSlabBehavior.java b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockDarkOakSlabBehavior.java new file mode 100644 index 000000000..560277923 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockDarkOakSlabBehavior.java @@ -0,0 +1,10 @@ +package org.allaymc.api.block.interfaces.slab; + +import org.allaymc.api.block.BlockBehavior; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface BlockDarkOakSlabBehavior extends BlockBehavior { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockJungleDoubleSlabBehavior.java b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockJungleDoubleSlabBehavior.java new file mode 100644 index 000000000..df12752c3 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockJungleDoubleSlabBehavior.java @@ -0,0 +1,10 @@ +package org.allaymc.api.block.interfaces.slab; + +import org.allaymc.api.block.BlockBehavior; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface BlockJungleDoubleSlabBehavior extends BlockBehavior { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockJungleSlabBehavior.java b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockJungleSlabBehavior.java new file mode 100644 index 000000000..2d13cd751 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockJungleSlabBehavior.java @@ -0,0 +1,10 @@ +package org.allaymc.api.block.interfaces.slab; + +import org.allaymc.api.block.BlockBehavior; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface BlockJungleSlabBehavior extends BlockBehavior { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockOakDoubleSlabBehavior.java b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockOakDoubleSlabBehavior.java new file mode 100644 index 000000000..7d6037368 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockOakDoubleSlabBehavior.java @@ -0,0 +1,10 @@ +package org.allaymc.api.block.interfaces.slab; + +import org.allaymc.api.block.BlockBehavior; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface BlockOakDoubleSlabBehavior extends BlockBehavior { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockOakSlabBehavior.java b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockOakSlabBehavior.java new file mode 100644 index 000000000..35c390467 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockOakSlabBehavior.java @@ -0,0 +1,10 @@ +package org.allaymc.api.block.interfaces.slab; + +import org.allaymc.api.block.BlockBehavior; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface BlockOakSlabBehavior extends BlockBehavior { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockSpruceDoubleSlabBehavior.java b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockSpruceDoubleSlabBehavior.java new file mode 100644 index 000000000..8283f16eb --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockSpruceDoubleSlabBehavior.java @@ -0,0 +1,10 @@ +package org.allaymc.api.block.interfaces.slab; + +import org.allaymc.api.block.BlockBehavior; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface BlockSpruceDoubleSlabBehavior extends BlockBehavior { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockSpruceSlabBehavior.java b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockSpruceSlabBehavior.java new file mode 100644 index 000000000..19db1208e --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockSpruceSlabBehavior.java @@ -0,0 +1,10 @@ +package org.allaymc.api.block.interfaces.slab; + +import org.allaymc.api.block.BlockBehavior; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface BlockSpruceSlabBehavior extends BlockBehavior { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockAcaciaWoodBehavior.java b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockAcaciaWoodBehavior.java new file mode 100644 index 000000000..5477c70dd --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockAcaciaWoodBehavior.java @@ -0,0 +1,10 @@ +package org.allaymc.api.block.interfaces.wood; + +import org.allaymc.api.block.BlockBehavior; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface BlockAcaciaWoodBehavior extends BlockBehavior { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockBirchWoodBehavior.java b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockBirchWoodBehavior.java new file mode 100644 index 000000000..b4164f591 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockBirchWoodBehavior.java @@ -0,0 +1,10 @@ +package org.allaymc.api.block.interfaces.wood; + +import org.allaymc.api.block.BlockBehavior; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface BlockBirchWoodBehavior extends BlockBehavior { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockDarkOakWoodBehavior.java b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockDarkOakWoodBehavior.java new file mode 100644 index 000000000..a6690a10c --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockDarkOakWoodBehavior.java @@ -0,0 +1,10 @@ +package org.allaymc.api.block.interfaces.wood; + +import org.allaymc.api.block.BlockBehavior; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface BlockDarkOakWoodBehavior extends BlockBehavior { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockJungleWoodBehavior.java b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockJungleWoodBehavior.java new file mode 100644 index 000000000..c910548e9 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockJungleWoodBehavior.java @@ -0,0 +1,10 @@ +package org.allaymc.api.block.interfaces.wood; + +import org.allaymc.api.block.BlockBehavior; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface BlockJungleWoodBehavior extends BlockBehavior { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockWoodBehavior.java b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockOakWoodBehavior.java similarity index 70% rename from Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockWoodBehavior.java rename to Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockOakWoodBehavior.java index b03e0c3f3..8a049e9e7 100644 --- a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockWoodBehavior.java +++ b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockOakWoodBehavior.java @@ -6,5 +6,5 @@ * @author daoge_cmd
* Allay Project
*/ -public interface BlockWoodBehavior extends BlockBehavior { +public interface BlockOakWoodBehavior extends BlockBehavior { } diff --git a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockSpruceWoodBehavior.java b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockSpruceWoodBehavior.java new file mode 100644 index 000000000..bf47e5491 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockSpruceWoodBehavior.java @@ -0,0 +1,10 @@ +package org.allaymc.api.block.interfaces.wood; + +import org.allaymc.api.block.BlockBehavior; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface BlockSpruceWoodBehavior extends BlockBehavior { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockStrippedAcaciaWoodBehavior.java b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockStrippedAcaciaWoodBehavior.java new file mode 100644 index 000000000..9879deba4 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockStrippedAcaciaWoodBehavior.java @@ -0,0 +1,10 @@ +package org.allaymc.api.block.interfaces.wood; + +import org.allaymc.api.block.BlockBehavior; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface BlockStrippedAcaciaWoodBehavior extends BlockBehavior { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockStrippedBirchWoodBehavior.java b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockStrippedBirchWoodBehavior.java new file mode 100644 index 000000000..b09464b92 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockStrippedBirchWoodBehavior.java @@ -0,0 +1,10 @@ +package org.allaymc.api.block.interfaces.wood; + +import org.allaymc.api.block.BlockBehavior; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface BlockStrippedBirchWoodBehavior extends BlockBehavior { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockStrippedDarkOakWoodBehavior.java b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockStrippedDarkOakWoodBehavior.java new file mode 100644 index 000000000..b56b156df --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockStrippedDarkOakWoodBehavior.java @@ -0,0 +1,10 @@ +package org.allaymc.api.block.interfaces.wood; + +import org.allaymc.api.block.BlockBehavior; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface BlockStrippedDarkOakWoodBehavior extends BlockBehavior { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockStrippedJungleWoodBehavior.java b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockStrippedJungleWoodBehavior.java new file mode 100644 index 000000000..5245e232f --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockStrippedJungleWoodBehavior.java @@ -0,0 +1,10 @@ +package org.allaymc.api.block.interfaces.wood; + +import org.allaymc.api.block.BlockBehavior; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface BlockStrippedJungleWoodBehavior extends BlockBehavior { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockStrippedOakWoodBehavior.java b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockStrippedOakWoodBehavior.java new file mode 100644 index 000000000..c3fcf4cac --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockStrippedOakWoodBehavior.java @@ -0,0 +1,10 @@ +package org.allaymc.api.block.interfaces.wood; + +import org.allaymc.api.block.BlockBehavior; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface BlockStrippedOakWoodBehavior extends BlockBehavior { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockStrippedSpruceWoodBehavior.java b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockStrippedSpruceWoodBehavior.java new file mode 100644 index 000000000..f9d071ac5 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockStrippedSpruceWoodBehavior.java @@ -0,0 +1,10 @@ +package org.allaymc.api.block.interfaces.wood; + +import org.allaymc.api.block.BlockBehavior; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface BlockStrippedSpruceWoodBehavior extends BlockBehavior { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/block/property/enums/NewLeafType.java b/Allay-API/src/main/java/org/allaymc/api/block/property/enums/NewLeafType.java deleted file mode 100644 index 54130bab2..000000000 --- a/Allay-API/src/main/java/org/allaymc/api/block/property/enums/NewLeafType.java +++ /dev/null @@ -1,12 +0,0 @@ -package org.allaymc.api.block.property.enums; - -/** - * Automatically generated by {@code org.allaymc.codegen.VanillaBlockPropertyTypeGen}
- * Allay Project

- * @author daoge_cmd - */ -public enum NewLeafType { - ACACIA, - - DARK_OAK -} diff --git a/Allay-API/src/main/java/org/allaymc/api/block/property/enums/NewLogType.java b/Allay-API/src/main/java/org/allaymc/api/block/property/enums/NewLogType.java deleted file mode 100644 index d4908c423..000000000 --- a/Allay-API/src/main/java/org/allaymc/api/block/property/enums/NewLogType.java +++ /dev/null @@ -1,12 +0,0 @@ -package org.allaymc.api.block.property.enums; - -/** - * @author daoge_cmd
- * Automatically generated by {@code org.allaymc.codegen.VanillaBlockPropertyTypeGen}
- * Allay Project
- */ -public enum NewLogType { - ACACIA, - - DARK_OAK -} diff --git a/Allay-API/src/main/java/org/allaymc/api/block/property/enums/OldLogType.java b/Allay-API/src/main/java/org/allaymc/api/block/property/enums/OldLogType.java deleted file mode 100644 index 51c2a8b6d..000000000 --- a/Allay-API/src/main/java/org/allaymc/api/block/property/enums/OldLogType.java +++ /dev/null @@ -1,16 +0,0 @@ -package org.allaymc.api.block.property.enums; - -/** - * @author daoge_cmd
- * Automatically generated by {@code org.allaymc.codegen.VanillaBlockPropertyTypeGen}
- * Allay Project
- */ -public enum OldLogType { - OAK, - - SPRUCE, - - BIRCH, - - JUNGLE -} diff --git a/Allay-API/src/main/java/org/allaymc/api/block/property/enums/StoneType.java b/Allay-API/src/main/java/org/allaymc/api/block/property/enums/StoneType.java deleted file mode 100644 index d72e9d6b1..000000000 --- a/Allay-API/src/main/java/org/allaymc/api/block/property/enums/StoneType.java +++ /dev/null @@ -1,22 +0,0 @@ -package org.allaymc.api.block.property.enums; - -/** - * Automatically generated by {@code org.allaymc.codegen.VanillaBlockPropertyTypeGen}
- * Allay Project

- * @author daoge_cmd - */ -public enum StoneType { - ANDESITE, - - ANDESITE_SMOOTH, - - DIORITE, - - DIORITE_SMOOTH, - - GRANITE, - - GRANITE_SMOOTH, - - STONE -} diff --git a/Allay-API/src/main/java/org/allaymc/api/block/property/enums/OldLeafType.java b/Allay-API/src/main/java/org/allaymc/api/block/property/enums/VaultState.java similarity index 73% rename from Allay-API/src/main/java/org/allaymc/api/block/property/enums/OldLeafType.java rename to Allay-API/src/main/java/org/allaymc/api/block/property/enums/VaultState.java index 3a141a739..f10963bbf 100644 --- a/Allay-API/src/main/java/org/allaymc/api/block/property/enums/OldLeafType.java +++ b/Allay-API/src/main/java/org/allaymc/api/block/property/enums/VaultState.java @@ -5,12 +5,12 @@ * Allay Project

* @author daoge_cmd */ -public enum OldLeafType { - BIRCH, +public enum VaultState { + ACTIVE, - JUNGLE, + EJECTING, - OAK, + INACTIVE, - SPRUCE + UNLOCKING } diff --git a/Allay-API/src/main/java/org/allaymc/api/block/property/enums/WoodType.java b/Allay-API/src/main/java/org/allaymc/api/block/property/enums/WoodType.java deleted file mode 100644 index 2b697a2f3..000000000 --- a/Allay-API/src/main/java/org/allaymc/api/block/property/enums/WoodType.java +++ /dev/null @@ -1,20 +0,0 @@ -package org.allaymc.api.block.property.enums; - -/** - * Automatically generated by {@code org.allaymc.codegen.VanillaBlockPropertyTypeGen}
- * Allay Project

- * @author daoge_cmd - */ -public enum WoodType { - ACACIA, - - BIRCH, - - DARK_OAK, - - JUNGLE, - - OAK, - - SPRUCE -} diff --git a/Allay-API/src/main/java/org/allaymc/api/block/type/BlockTypes.java b/Allay-API/src/main/java/org/allaymc/api/block/type/BlockTypes.java index f2224eccf..0a2c78950 100644 --- a/Allay-API/src/main/java/org/allaymc/api/block/type/BlockTypes.java +++ b/Allay-API/src/main/java/org/allaymc/api/block/type/BlockTypes.java @@ -145,7 +145,7 @@ import org.allaymc.api.block.interfaces.BlockGoldOreBehavior; import org.allaymc.api.block.interfaces.BlockGoldenRailBehavior; import org.allaymc.api.block.interfaces.BlockGraniteBehavior; -import org.allaymc.api.block.interfaces.BlockGrassBehavior; +import org.allaymc.api.block.interfaces.BlockGrassBlockBehavior; import org.allaymc.api.block.interfaces.BlockGrassPathBehavior; import org.allaymc.api.block.interfaces.BlockGravelBehavior; import org.allaymc.api.block.interfaces.BlockGrindstoneBehavior; @@ -318,6 +318,7 @@ import org.allaymc.api.block.interfaces.BlockUnknownBehavior; import org.allaymc.api.block.interfaces.BlockUnpoweredComparatorBehavior; import org.allaymc.api.block.interfaces.BlockUnpoweredRepeaterBehavior; +import org.allaymc.api.block.interfaces.BlockVaultBehavior; import org.allaymc.api.block.interfaces.BlockVerdantFroglightBehavior; import org.allaymc.api.block.interfaces.BlockVineBehavior; import org.allaymc.api.block.interfaces.BlockWallBannerBehavior; @@ -671,12 +672,16 @@ import org.allaymc.api.block.interfaces.hangingsign.BlockOakHangingSignBehavior; import org.allaymc.api.block.interfaces.hangingsign.BlockSpruceHangingSignBehavior; import org.allaymc.api.block.interfaces.hangingsign.BlockWarpedHangingSignBehavior; +import org.allaymc.api.block.interfaces.leaves.BlockAcaciaLeavesBehavior; import org.allaymc.api.block.interfaces.leaves.BlockAzaleaLeavesBehavior; import org.allaymc.api.block.interfaces.leaves.BlockAzaleaLeavesFloweredBehavior; +import org.allaymc.api.block.interfaces.leaves.BlockBirchLeavesBehavior; import org.allaymc.api.block.interfaces.leaves.BlockCherryLeavesBehavior; -import org.allaymc.api.block.interfaces.leaves.BlockLeaves2Behavior; -import org.allaymc.api.block.interfaces.leaves.BlockLeavesBehavior; +import org.allaymc.api.block.interfaces.leaves.BlockDarkOakLeavesBehavior; +import org.allaymc.api.block.interfaces.leaves.BlockJungleLeavesBehavior; import org.allaymc.api.block.interfaces.leaves.BlockMangroveLeavesBehavior; +import org.allaymc.api.block.interfaces.leaves.BlockOakLeavesBehavior; +import org.allaymc.api.block.interfaces.leaves.BlockSpruceLeavesBehavior; import org.allaymc.api.block.interfaces.liquid.BlockFlowingLavaBehavior; import org.allaymc.api.block.interfaces.liquid.BlockFlowingWaterBehavior; import org.allaymc.api.block.interfaces.liquid.BlockLavaBehavior; @@ -732,10 +737,14 @@ import org.allaymc.api.block.interfaces.shulkerbox.BlockUndyedShulkerBoxBehavior; import org.allaymc.api.block.interfaces.shulkerbox.BlockWhiteShulkerBoxBehavior; import org.allaymc.api.block.interfaces.shulkerbox.BlockYellowShulkerBoxBehavior; +import org.allaymc.api.block.interfaces.slab.BlockAcaciaDoubleSlabBehavior; +import org.allaymc.api.block.interfaces.slab.BlockAcaciaSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockBambooDoubleSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockBambooMosaicDoubleSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockBambooMosaicSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockBambooSlabBehavior; +import org.allaymc.api.block.interfaces.slab.BlockBirchDoubleSlabBehavior; +import org.allaymc.api.block.interfaces.slab.BlockBirchSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockBlackstoneDoubleSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockBlackstoneSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockCherryDoubleSlabBehavior; @@ -745,6 +754,8 @@ import org.allaymc.api.block.interfaces.slab.BlockCrimsonDoubleSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockCrimsonSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockCutCopperSlabBehavior; +import org.allaymc.api.block.interfaces.slab.BlockDarkOakDoubleSlabBehavior; +import org.allaymc.api.block.interfaces.slab.BlockDarkOakSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockDeepslateBrickDoubleSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockDeepslateBrickSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockDeepslateTileDoubleSlabBehavior; @@ -754,13 +765,16 @@ import org.allaymc.api.block.interfaces.slab.BlockDoubleStoneBlockSlab3Behavior; import org.allaymc.api.block.interfaces.slab.BlockDoubleStoneBlockSlab4Behavior; import org.allaymc.api.block.interfaces.slab.BlockDoubleStoneBlockSlabBehavior; -import org.allaymc.api.block.interfaces.slab.BlockDoubleWoodenSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockExposedCutCopperSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockExposedDoubleCutCopperSlabBehavior; +import org.allaymc.api.block.interfaces.slab.BlockJungleDoubleSlabBehavior; +import org.allaymc.api.block.interfaces.slab.BlockJungleSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockMangroveDoubleSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockMangroveSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockMudBrickDoubleSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockMudBrickSlabBehavior; +import org.allaymc.api.block.interfaces.slab.BlockOakDoubleSlabBehavior; +import org.allaymc.api.block.interfaces.slab.BlockOakSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockOxidizedCutCopperSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockOxidizedDoubleCutCopperSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockPolishedBlackstoneBrickDoubleSlabBehavior; @@ -771,6 +785,8 @@ import org.allaymc.api.block.interfaces.slab.BlockPolishedDeepslateSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockPolishedTuffDoubleSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockPolishedTuffSlabBehavior; +import org.allaymc.api.block.interfaces.slab.BlockSpruceDoubleSlabBehavior; +import org.allaymc.api.block.interfaces.slab.BlockSpruceSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockStoneBlockSlab2Behavior; import org.allaymc.api.block.interfaces.slab.BlockStoneBlockSlab3Behavior; import org.allaymc.api.block.interfaces.slab.BlockStoneBlockSlab4Behavior; @@ -791,7 +807,6 @@ import org.allaymc.api.block.interfaces.slab.BlockWaxedWeatheredDoubleCutCopperSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockWeatheredCutCopperSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockWeatheredDoubleCutCopperSlabBehavior; -import org.allaymc.api.block.interfaces.slab.BlockWoodenSlabBehavior; import org.allaymc.api.block.interfaces.stainedglass.BlockBlackStainedGlassBehavior; import org.allaymc.api.block.interfaces.stainedglass.BlockBlueStainedGlassBehavior; import org.allaymc.api.block.interfaces.stainedglass.BlockBrownStainedGlassBehavior; @@ -1007,11 +1022,22 @@ import org.allaymc.api.block.interfaces.wallsign.BlockSpruceWallSignBehavior; import org.allaymc.api.block.interfaces.wallsign.BlockWallSignBehavior; import org.allaymc.api.block.interfaces.wallsign.BlockWarpedWallSignBehavior; +import org.allaymc.api.block.interfaces.wood.BlockAcaciaWoodBehavior; +import org.allaymc.api.block.interfaces.wood.BlockBirchWoodBehavior; import org.allaymc.api.block.interfaces.wood.BlockCherryWoodBehavior; +import org.allaymc.api.block.interfaces.wood.BlockDarkOakWoodBehavior; +import org.allaymc.api.block.interfaces.wood.BlockJungleWoodBehavior; import org.allaymc.api.block.interfaces.wood.BlockMangroveWoodBehavior; +import org.allaymc.api.block.interfaces.wood.BlockOakWoodBehavior; +import org.allaymc.api.block.interfaces.wood.BlockSpruceWoodBehavior; +import org.allaymc.api.block.interfaces.wood.BlockStrippedAcaciaWoodBehavior; +import org.allaymc.api.block.interfaces.wood.BlockStrippedBirchWoodBehavior; import org.allaymc.api.block.interfaces.wood.BlockStrippedCherryWoodBehavior; +import org.allaymc.api.block.interfaces.wood.BlockStrippedDarkOakWoodBehavior; +import org.allaymc.api.block.interfaces.wood.BlockStrippedJungleWoodBehavior; import org.allaymc.api.block.interfaces.wood.BlockStrippedMangroveWoodBehavior; -import org.allaymc.api.block.interfaces.wood.BlockWoodBehavior; +import org.allaymc.api.block.interfaces.wood.BlockStrippedOakWoodBehavior; +import org.allaymc.api.block.interfaces.wood.BlockStrippedSpruceWoodBehavior; import org.allaymc.api.block.interfaces.wool.BlockBlackWoolBehavior; import org.allaymc.api.block.interfaces.wool.BlockBlueWoolBehavior; import org.allaymc.api.block.interfaces.wool.BlockBrownWoolBehavior; @@ -1034,18 +1060,24 @@ public final class BlockTypes { public static BlockType ACACIA_DOOR_TYPE; + public static BlockType ACACIA_DOUBLE_SLAB_TYPE; + public static BlockType ACACIA_FENCE_TYPE; public static BlockType ACACIA_FENCE_GATE_TYPE; public static BlockType ACACIA_HANGING_SIGN_TYPE; + public static BlockType ACACIA_LEAVES_TYPE; + public static BlockType ACACIA_LOG_TYPE; public static BlockType ACACIA_PLANKS_TYPE; public static BlockType ACACIA_PRESSURE_PLATE_TYPE; + public static BlockType ACACIA_SLAB_TYPE; + public static BlockType ACACIA_STAIRS_TYPE; public static BlockType ACACIA_STANDING_SIGN_TYPE; @@ -1054,6 +1086,8 @@ public final class BlockTypes { public static BlockType ACACIA_WALL_SIGN_TYPE; + public static BlockType ACACIA_WOOD_TYPE; + public static BlockType ACTIVATOR_RAIL_TYPE; public static BlockType AIR_TYPE; @@ -1144,18 +1178,24 @@ public final class BlockTypes { public static BlockType BIRCH_DOOR_TYPE; + public static BlockType BIRCH_DOUBLE_SLAB_TYPE; + public static BlockType BIRCH_FENCE_TYPE; public static BlockType BIRCH_FENCE_GATE_TYPE; public static BlockType BIRCH_HANGING_SIGN_TYPE; + public static BlockType BIRCH_LEAVES_TYPE; + public static BlockType BIRCH_LOG_TYPE; public static BlockType BIRCH_PLANKS_TYPE; public static BlockType BIRCH_PRESSURE_PLATE_TYPE; + public static BlockType BIRCH_SLAB_TYPE; + public static BlockType BIRCH_STAIRS_TYPE; public static BlockType BIRCH_STANDING_SIGN_TYPE; @@ -1164,6 +1204,8 @@ public final class BlockTypes { public static BlockType BIRCH_WALL_SIGN_TYPE; + public static BlockType BIRCH_WOOD_TYPE; + public static BlockType BLACK_CANDLE_TYPE; public static BlockType BLACK_CANDLE_CAKE_TYPE; @@ -1500,22 +1542,30 @@ public final class BlockTypes { public static BlockType DARK_OAK_DOOR_TYPE; + public static BlockType DARK_OAK_DOUBLE_SLAB_TYPE; + public static BlockType DARK_OAK_FENCE_TYPE; public static BlockType DARK_OAK_FENCE_GATE_TYPE; public static BlockType DARK_OAK_HANGING_SIGN_TYPE; + public static BlockType DARK_OAK_LEAVES_TYPE; + public static BlockType DARK_OAK_LOG_TYPE; public static BlockType DARK_OAK_PLANKS_TYPE; public static BlockType DARK_OAK_PRESSURE_PLATE_TYPE; + public static BlockType DARK_OAK_SLAB_TYPE; + public static BlockType DARK_OAK_STAIRS_TYPE; public static BlockType DARK_OAK_TRAPDOOR_TYPE; + public static BlockType DARK_OAK_WOOD_TYPE; + public static BlockType DARK_PRISMARINE_STAIRS_TYPE; public static BlockType DARKOAK_STANDING_SIGN_TYPE; @@ -1608,8 +1658,6 @@ public final class BlockTypes { public static BlockType DOUBLE_STONE_BLOCK_SLAB4_TYPE; - public static BlockType DOUBLE_WOODEN_SLAB_TYPE; - public static BlockType DRAGON_EGG_TYPE; public static BlockType DRIED_KELP_BLOCK_TYPE; @@ -1948,7 +1996,7 @@ public final class BlockTypes { public static BlockType GRANITE_STAIRS_TYPE; - public static BlockType GRASS_TYPE; + public static BlockType GRASS_BLOCK_TYPE; public static BlockType GRASS_PATH_TYPE; @@ -2112,18 +2160,24 @@ public final class BlockTypes { public static BlockType JUNGLE_DOOR_TYPE; + public static BlockType JUNGLE_DOUBLE_SLAB_TYPE; + public static BlockType JUNGLE_FENCE_TYPE; public static BlockType JUNGLE_FENCE_GATE_TYPE; public static BlockType JUNGLE_HANGING_SIGN_TYPE; + public static BlockType JUNGLE_LEAVES_TYPE; + public static BlockType JUNGLE_LOG_TYPE; public static BlockType JUNGLE_PLANKS_TYPE; public static BlockType JUNGLE_PRESSURE_PLATE_TYPE; + public static BlockType JUNGLE_SLAB_TYPE; + public static BlockType JUNGLE_STAIRS_TYPE; public static BlockType JUNGLE_STANDING_SIGN_TYPE; @@ -2132,6 +2186,8 @@ public final class BlockTypes { public static BlockType JUNGLE_WALL_SIGN_TYPE; + public static BlockType JUNGLE_WOOD_TYPE; + public static BlockType KELP_TYPE; public static BlockType LADDER_TYPE; @@ -2146,10 +2202,6 @@ public final class BlockTypes { public static BlockType LAVA_TYPE; - public static BlockType LEAVES_TYPE; - - public static BlockType LEAVES2_TYPE; - public static BlockType LECTERN_TYPE; public static BlockType LEVER_TYPE; @@ -2364,16 +2416,24 @@ public final class BlockTypes { public static BlockType NOTEBLOCK_TYPE; + public static BlockType OAK_DOUBLE_SLAB_TYPE; + public static BlockType OAK_FENCE_TYPE; public static BlockType OAK_HANGING_SIGN_TYPE; + public static BlockType OAK_LEAVES_TYPE; + public static BlockType OAK_LOG_TYPE; public static BlockType OAK_PLANKS_TYPE; + public static BlockType OAK_SLAB_TYPE; + public static BlockType OAK_STAIRS_TYPE; + public static BlockType OAK_WOOD_TYPE; + public static BlockType OBSERVER_TYPE; public static BlockType OBSIDIAN_TYPE; @@ -2718,18 +2778,24 @@ public final class BlockTypes { public static BlockType SPRUCE_DOOR_TYPE; + public static BlockType SPRUCE_DOUBLE_SLAB_TYPE; + public static BlockType SPRUCE_FENCE_TYPE; public static BlockType SPRUCE_FENCE_GATE_TYPE; public static BlockType SPRUCE_HANGING_SIGN_TYPE; + public static BlockType SPRUCE_LEAVES_TYPE; + public static BlockType SPRUCE_LOG_TYPE; public static BlockType SPRUCE_PLANKS_TYPE; public static BlockType SPRUCE_PRESSURE_PLATE_TYPE; + public static BlockType SPRUCE_SLAB_TYPE; + public static BlockType SPRUCE_STAIRS_TYPE; public static BlockType SPRUCE_STANDING_SIGN_TYPE; @@ -2738,6 +2804,8 @@ public final class BlockTypes { public static BlockType SPRUCE_WALL_SIGN_TYPE; + public static BlockType SPRUCE_WOOD_TYPE; + public static BlockType STANDING_BANNER_TYPE; public static BlockType STANDING_SIGN_TYPE; @@ -2772,10 +2840,14 @@ public final class BlockTypes { public static BlockType STRIPPED_ACACIA_LOG_TYPE; + public static BlockType STRIPPED_ACACIA_WOOD_TYPE; + public static BlockType STRIPPED_BAMBOO_BLOCK_TYPE; public static BlockType STRIPPED_BIRCH_LOG_TYPE; + public static BlockType STRIPPED_BIRCH_WOOD_TYPE; + public static BlockType STRIPPED_CHERRY_LOG_TYPE; public static BlockType STRIPPED_CHERRY_WOOD_TYPE; @@ -2786,16 +2858,24 @@ public final class BlockTypes { public static BlockType STRIPPED_DARK_OAK_LOG_TYPE; + public static BlockType STRIPPED_DARK_OAK_WOOD_TYPE; + public static BlockType STRIPPED_JUNGLE_LOG_TYPE; + public static BlockType STRIPPED_JUNGLE_WOOD_TYPE; + public static BlockType STRIPPED_MANGROVE_LOG_TYPE; public static BlockType STRIPPED_MANGROVE_WOOD_TYPE; public static BlockType STRIPPED_OAK_LOG_TYPE; + public static BlockType STRIPPED_OAK_WOOD_TYPE; + public static BlockType STRIPPED_SPRUCE_LOG_TYPE; + public static BlockType STRIPPED_SPRUCE_WOOD_TYPE; + public static BlockType STRIPPED_WARPED_HYPHAE_TYPE; public static BlockType STRIPPED_WARPED_STEM_TYPE; @@ -2872,6 +2952,8 @@ public final class BlockTypes { public static BlockType UNPOWERED_REPEATER_TYPE; + public static BlockType VAULT_TYPE; + public static BlockType VERDANT_FROGLIGHT_TYPE; public static BlockType VINE_TYPE; @@ -3052,16 +3134,12 @@ public final class BlockTypes { public static BlockType WITHER_ROSE_TYPE; - public static BlockType WOOD_TYPE; - public static BlockType WOODEN_BUTTON_TYPE; public static BlockType WOODEN_DOOR_TYPE; public static BlockType WOODEN_PRESSURE_PLATE_TYPE; - public static BlockType WOODEN_SLAB_TYPE; - public static BlockType YELLOW_CANDLE_TYPE; public static BlockType YELLOW_CANDLE_CAKE_TYPE; diff --git a/Allay-API/src/main/java/org/allaymc/api/data/VanillaBlockId.java b/Allay-API/src/main/java/org/allaymc/api/data/VanillaBlockId.java index 2d0945e94..b5b35551d 100644 --- a/Allay-API/src/main/java/org/allaymc/api/data/VanillaBlockId.java +++ b/Allay-API/src/main/java/org/allaymc/api/data/VanillaBlockId.java @@ -16,18 +16,24 @@ public enum VanillaBlockId { ACACIA_DOOR("minecraft:acacia_door"), + ACACIA_DOUBLE_SLAB("minecraft:acacia_double_slab"), + ACACIA_FENCE("minecraft:acacia_fence"), ACACIA_FENCE_GATE("minecraft:acacia_fence_gate"), ACACIA_HANGING_SIGN("minecraft:acacia_hanging_sign"), + ACACIA_LEAVES("minecraft:acacia_leaves"), + ACACIA_LOG("minecraft:acacia_log"), ACACIA_PLANKS("minecraft:acacia_planks"), ACACIA_PRESSURE_PLATE("minecraft:acacia_pressure_plate"), + ACACIA_SLAB("minecraft:acacia_slab"), + ACACIA_STAIRS("minecraft:acacia_stairs"), ACACIA_STANDING_SIGN("minecraft:acacia_standing_sign"), @@ -36,6 +42,8 @@ public enum VanillaBlockId { ACACIA_WALL_SIGN("minecraft:acacia_wall_sign"), + ACACIA_WOOD("minecraft:acacia_wood"), + ACTIVATOR_RAIL("minecraft:activator_rail"), AIR("minecraft:air"), @@ -126,18 +134,24 @@ public enum VanillaBlockId { BIRCH_DOOR("minecraft:birch_door"), + BIRCH_DOUBLE_SLAB("minecraft:birch_double_slab"), + BIRCH_FENCE("minecraft:birch_fence"), BIRCH_FENCE_GATE("minecraft:birch_fence_gate"), BIRCH_HANGING_SIGN("minecraft:birch_hanging_sign"), + BIRCH_LEAVES("minecraft:birch_leaves"), + BIRCH_LOG("minecraft:birch_log"), BIRCH_PLANKS("minecraft:birch_planks"), BIRCH_PRESSURE_PLATE("minecraft:birch_pressure_plate"), + BIRCH_SLAB("minecraft:birch_slab"), + BIRCH_STAIRS("minecraft:birch_stairs"), BIRCH_STANDING_SIGN("minecraft:birch_standing_sign"), @@ -146,6 +160,8 @@ public enum VanillaBlockId { BIRCH_WALL_SIGN("minecraft:birch_wall_sign"), + BIRCH_WOOD("minecraft:birch_wood"), + BLACK_CANDLE("minecraft:black_candle"), BLACK_CANDLE_CAKE("minecraft:black_candle_cake"), @@ -482,22 +498,30 @@ public enum VanillaBlockId { DARK_OAK_DOOR("minecraft:dark_oak_door"), + DARK_OAK_DOUBLE_SLAB("minecraft:dark_oak_double_slab"), + DARK_OAK_FENCE("minecraft:dark_oak_fence"), DARK_OAK_FENCE_GATE("minecraft:dark_oak_fence_gate"), DARK_OAK_HANGING_SIGN("minecraft:dark_oak_hanging_sign"), + DARK_OAK_LEAVES("minecraft:dark_oak_leaves"), + DARK_OAK_LOG("minecraft:dark_oak_log"), DARK_OAK_PLANKS("minecraft:dark_oak_planks"), DARK_OAK_PRESSURE_PLATE("minecraft:dark_oak_pressure_plate"), + DARK_OAK_SLAB("minecraft:dark_oak_slab"), + DARK_OAK_STAIRS("minecraft:dark_oak_stairs"), DARK_OAK_TRAPDOOR("minecraft:dark_oak_trapdoor"), + DARK_OAK_WOOD("minecraft:dark_oak_wood"), + DARK_PRISMARINE_STAIRS("minecraft:dark_prismarine_stairs"), DARKOAK_STANDING_SIGN("minecraft:darkoak_standing_sign"), @@ -590,8 +614,6 @@ public enum VanillaBlockId { DOUBLE_STONE_BLOCK_SLAB4("minecraft:double_stone_block_slab4"), - DOUBLE_WOODEN_SLAB("minecraft:double_wooden_slab"), - DRAGON_EGG("minecraft:dragon_egg"), DRIED_KELP_BLOCK("minecraft:dried_kelp_block"), @@ -930,7 +952,7 @@ public enum VanillaBlockId { GRANITE_STAIRS("minecraft:granite_stairs"), - GRASS("minecraft:grass"), + GRASS_BLOCK("minecraft:grass_block"), GRASS_PATH("minecraft:grass_path"), @@ -1094,18 +1116,24 @@ public enum VanillaBlockId { JUNGLE_DOOR("minecraft:jungle_door"), + JUNGLE_DOUBLE_SLAB("minecraft:jungle_double_slab"), + JUNGLE_FENCE("minecraft:jungle_fence"), JUNGLE_FENCE_GATE("minecraft:jungle_fence_gate"), JUNGLE_HANGING_SIGN("minecraft:jungle_hanging_sign"), + JUNGLE_LEAVES("minecraft:jungle_leaves"), + JUNGLE_LOG("minecraft:jungle_log"), JUNGLE_PLANKS("minecraft:jungle_planks"), JUNGLE_PRESSURE_PLATE("minecraft:jungle_pressure_plate"), + JUNGLE_SLAB("minecraft:jungle_slab"), + JUNGLE_STAIRS("minecraft:jungle_stairs"), JUNGLE_STANDING_SIGN("minecraft:jungle_standing_sign"), @@ -1114,6 +1142,8 @@ public enum VanillaBlockId { JUNGLE_WALL_SIGN("minecraft:jungle_wall_sign"), + JUNGLE_WOOD("minecraft:jungle_wood"), + KELP("minecraft:kelp"), LADDER("minecraft:ladder"), @@ -1128,10 +1158,6 @@ public enum VanillaBlockId { LAVA("minecraft:lava"), - LEAVES("minecraft:leaves"), - - LEAVES2("minecraft:leaves2"), - LECTERN("minecraft:lectern"), LEVER("minecraft:lever"), @@ -1346,16 +1372,24 @@ public enum VanillaBlockId { NOTEBLOCK("minecraft:noteblock"), + OAK_DOUBLE_SLAB("minecraft:oak_double_slab"), + OAK_FENCE("minecraft:oak_fence"), OAK_HANGING_SIGN("minecraft:oak_hanging_sign"), + OAK_LEAVES("minecraft:oak_leaves"), + OAK_LOG("minecraft:oak_log"), OAK_PLANKS("minecraft:oak_planks"), + OAK_SLAB("minecraft:oak_slab"), + OAK_STAIRS("minecraft:oak_stairs"), + OAK_WOOD("minecraft:oak_wood"), + OBSERVER("minecraft:observer"), OBSIDIAN("minecraft:obsidian"), @@ -1700,18 +1734,24 @@ public enum VanillaBlockId { SPRUCE_DOOR("minecraft:spruce_door"), + SPRUCE_DOUBLE_SLAB("minecraft:spruce_double_slab"), + SPRUCE_FENCE("minecraft:spruce_fence"), SPRUCE_FENCE_GATE("minecraft:spruce_fence_gate"), SPRUCE_HANGING_SIGN("minecraft:spruce_hanging_sign"), + SPRUCE_LEAVES("minecraft:spruce_leaves"), + SPRUCE_LOG("minecraft:spruce_log"), SPRUCE_PLANKS("minecraft:spruce_planks"), SPRUCE_PRESSURE_PLATE("minecraft:spruce_pressure_plate"), + SPRUCE_SLAB("minecraft:spruce_slab"), + SPRUCE_STAIRS("minecraft:spruce_stairs"), SPRUCE_STANDING_SIGN("minecraft:spruce_standing_sign"), @@ -1720,6 +1760,8 @@ public enum VanillaBlockId { SPRUCE_WALL_SIGN("minecraft:spruce_wall_sign"), + SPRUCE_WOOD("minecraft:spruce_wood"), + STANDING_BANNER("minecraft:standing_banner"), STANDING_SIGN("minecraft:standing_sign"), @@ -1754,10 +1796,14 @@ public enum VanillaBlockId { STRIPPED_ACACIA_LOG("minecraft:stripped_acacia_log"), + STRIPPED_ACACIA_WOOD("minecraft:stripped_acacia_wood"), + STRIPPED_BAMBOO_BLOCK("minecraft:stripped_bamboo_block"), STRIPPED_BIRCH_LOG("minecraft:stripped_birch_log"), + STRIPPED_BIRCH_WOOD("minecraft:stripped_birch_wood"), + STRIPPED_CHERRY_LOG("minecraft:stripped_cherry_log"), STRIPPED_CHERRY_WOOD("minecraft:stripped_cherry_wood"), @@ -1768,16 +1814,24 @@ public enum VanillaBlockId { STRIPPED_DARK_OAK_LOG("minecraft:stripped_dark_oak_log"), + STRIPPED_DARK_OAK_WOOD("minecraft:stripped_dark_oak_wood"), + STRIPPED_JUNGLE_LOG("minecraft:stripped_jungle_log"), + STRIPPED_JUNGLE_WOOD("minecraft:stripped_jungle_wood"), + STRIPPED_MANGROVE_LOG("minecraft:stripped_mangrove_log"), STRIPPED_MANGROVE_WOOD("minecraft:stripped_mangrove_wood"), STRIPPED_OAK_LOG("minecraft:stripped_oak_log"), + STRIPPED_OAK_WOOD("minecraft:stripped_oak_wood"), + STRIPPED_SPRUCE_LOG("minecraft:stripped_spruce_log"), + STRIPPED_SPRUCE_WOOD("minecraft:stripped_spruce_wood"), + STRIPPED_WARPED_HYPHAE("minecraft:stripped_warped_hyphae"), STRIPPED_WARPED_STEM("minecraft:stripped_warped_stem"), @@ -1854,6 +1908,8 @@ public enum VanillaBlockId { UNPOWERED_REPEATER("minecraft:unpowered_repeater"), + VAULT("minecraft:vault"), + VERDANT_FROGLIGHT("minecraft:verdant_froglight"), VINE("minecraft:vine"), @@ -2034,16 +2090,12 @@ public enum VanillaBlockId { WITHER_ROSE("minecraft:wither_rose"), - WOOD("minecraft:wood"), - WOODEN_BUTTON("minecraft:wooden_button"), WOODEN_DOOR("minecraft:wooden_door"), WOODEN_PRESSURE_PLATE("minecraft:wooden_pressure_plate"), - WOODEN_SLAB("minecraft:wooden_slab"), - YELLOW_CANDLE("minecraft:yellow_candle"), YELLOW_CANDLE_CAKE("minecraft:yellow_candle_cake"), diff --git a/Allay-API/src/main/java/org/allaymc/api/data/VanillaBlockPropertyTypes.java b/Allay-API/src/main/java/org/allaymc/api/data/VanillaBlockPropertyTypes.java index 4a6a17425..000b096e4 100644 --- a/Allay-API/src/main/java/org/allaymc/api/data/VanillaBlockPropertyTypes.java +++ b/Allay-API/src/main/java/org/allaymc/api/data/VanillaBlockPropertyTypes.java @@ -21,8 +21,6 @@ import org.allaymc.api.block.property.enums.MinecraftFacingDirection; import org.allaymc.api.block.property.enums.MinecraftVerticalHalf; import org.allaymc.api.block.property.enums.MonsterEggStoneType; -import org.allaymc.api.block.property.enums.NewLeafType; -import org.allaymc.api.block.property.enums.OldLeafType; import org.allaymc.api.block.property.enums.Orientation; import org.allaymc.api.block.property.enums.PillarAxis; import org.allaymc.api.block.property.enums.PortalAxis; @@ -42,12 +40,12 @@ import org.allaymc.api.block.property.enums.TallGrassType; import org.allaymc.api.block.property.enums.TorchFacingDirection; import org.allaymc.api.block.property.enums.TurtleEggCount; +import org.allaymc.api.block.property.enums.VaultState; import org.allaymc.api.block.property.enums.WallBlockType; import org.allaymc.api.block.property.enums.WallConnectionTypeEast; import org.allaymc.api.block.property.enums.WallConnectionTypeNorth; import org.allaymc.api.block.property.enums.WallConnectionTypeSouth; import org.allaymc.api.block.property.enums.WallConnectionTypeWest; -import org.allaymc.api.block.property.enums.WoodType; import org.allaymc.api.block.property.type.BlockPropertyType; import org.allaymc.api.block.property.type.BooleanPropertyType; import org.allaymc.api.block.property.type.EnumPropertyType; @@ -213,12 +211,8 @@ public interface VanillaBlockPropertyTypes { IntPropertyType MULTI_FACE_DIRECTION_BITS = IntPropertyType.of("multi_face_direction_bits", 0, 63, 0); - EnumPropertyType NEW_LEAF_TYPE = EnumPropertyType.of("new_leaf_type" ,NewLeafType.class ,NewLeafType.values()[0]); - BooleanPropertyType OCCUPIED_BIT = BooleanPropertyType.of("occupied_bit", false); - EnumPropertyType OLD_LEAF_TYPE = EnumPropertyType.of("old_leaf_type" ,OldLeafType.class ,OldLeafType.values()[0]); - BooleanPropertyType OPEN_BIT = BooleanPropertyType.of("open_bit", false); EnumPropertyType ORIENTATION = EnumPropertyType.of("orientation" ,Orientation.class ,Orientation.values()[0]); @@ -307,6 +301,8 @@ public interface VanillaBlockPropertyTypes { BooleanPropertyType UPSIDE_DOWN_BIT = BooleanPropertyType.of("upside_down_bit", false); + EnumPropertyType VAULT_STATE = EnumPropertyType.of("vault_state" ,VaultState.class ,VaultState.values()[0]); + IntPropertyType VINE_DIRECTION_BITS = IntPropertyType.of("vine_direction_bits", 0, 15, 0); EnumPropertyType WALL_BLOCK_TYPE = EnumPropertyType.of("wall_block_type" ,WallBlockType.class ,WallBlockType.values()[0]); @@ -325,9 +321,7 @@ public interface VanillaBlockPropertyTypes { IntPropertyType WEIRDO_DIRECTION = IntPropertyType.of("weirdo_direction", 0, 3, 0); - EnumPropertyType WOOD_TYPE = EnumPropertyType.of("wood_type" ,WoodType.class ,WoodType.values()[0]); - - List> VALUES = List.of(ACTIVE, AGE_16, AGE_3, AGE_4, AGE_6, AGE_BIT, ALLOW_UNDERWATER_BIT, ATTACHED_BIT, ATTACHMENT, BAMBOO_LEAF_SIZE, BAMBOO_STALK_THICKNESS, BIG_DRIPLEAF_HEAD, BIG_DRIPLEAF_TILT, BITE_COUNTER, BLOCK_LIGHT_LEVEL, BLOOM, BOOKS_STORED, BREWING_STAND_SLOT_A_BIT, BREWING_STAND_SLOT_B_BIT, BREWING_STAND_SLOT_C_BIT, BRUSHED_PROGRESS, BUTTON_PRESSED_BIT, CAN_SUMMON, CANDLES, CAULDRON_LIQUID, CHEMISTRY_TABLE_TYPE, CHISEL_TYPE, CLUSTER_COUNT, COLOR_BIT, COMPOSTER_FILL_LEVEL, CONDITIONAL_BIT, CORAL_COLOR, CORAL_DIRECTION, CORAL_FAN_DIRECTION, CORAL_HANG_TYPE_BIT, COVERED_BIT, CRACKED_STATE, CRAFTING, DAMAGE, DEAD_BIT, DEPRECATED, DIRECTION, DIRT_TYPE, DISARMED_BIT, DOOR_HINGE_BIT, DOUBLE_PLANT_TYPE, DRAG_DOWN, DRIPSTONE_THICKNESS, END_PORTAL_EYE_BIT, EXPLODE_BIT, EXTINGUISHED, FACING_DIRECTION, FILL_LEVEL, FLOWER_TYPE, GROUND_SIGN_DIRECTION, GROWING_PLANT_AGE, GROWTH, HANGING, HEAD_PIECE_BIT, HEIGHT, HONEY_LEVEL, HUGE_MUSHROOM_BITS, IN_WALL_BIT, INFINIBURN_BIT, ITEM_FRAME_MAP_BIT, ITEM_FRAME_PHOTO_BIT, KELP_AGE, LEVER_DIRECTION, LIQUID_DEPTH, LIT, MINECRAFT_BLOCK_FACE, MINECRAFT_CARDINAL_DIRECTION, MINECRAFT_FACING_DIRECTION, MINECRAFT_VERTICAL_HALF, MOISTURIZED_AMOUNT, MONSTER_EGG_STONE_TYPE, MULTI_FACE_DIRECTION_BITS, NEW_LEAF_TYPE, OCCUPIED_BIT, OLD_LEAF_TYPE, OPEN_BIT, ORIENTATION, OUTPUT_LIT_BIT, OUTPUT_SUBTRACT_BIT, PERSISTENT_BIT, PILLAR_AXIS, PORTAL_AXIS, POWERED_BIT, PRISMARINE_BLOCK_TYPE, PROPAGULE_STAGE, RAIL_DATA_BIT, RAIL_DIRECTION_10, RAIL_DIRECTION_6, REDSTONE_SIGNAL, REPEATER_DELAY, RESPAWN_ANCHOR_CHARGE, ROTATION, SAND_STONE_TYPE, SAND_TYPE, SAPLING_TYPE, SCULK_SENSOR_PHASE, SEA_GRASS_TYPE, SPONGE_TYPE, STABILITY, STABILITY_CHECK, STONE_BRICK_TYPE, STONE_SLAB_TYPE, STONE_SLAB_TYPE_2, STONE_SLAB_TYPE_3, STONE_SLAB_TYPE_4, STRIPPED_BIT, STRUCTURE_BLOCK_TYPE, STRUCTURE_VOID_TYPE, SUSPENDED_BIT, TALL_GRASS_TYPE, TOGGLE_BIT, TORCH_FACING_DIRECTION, TRIAL_SPAWNER_STATE, TRIGGERED_BIT, TURTLE_EGG_COUNT, TWISTING_VINES_AGE, UPDATE_BIT, UPPER_BLOCK_BIT, UPSIDE_DOWN_BIT, VINE_DIRECTION_BITS, WALL_BLOCK_TYPE, WALL_CONNECTION_TYPE_EAST, WALL_CONNECTION_TYPE_NORTH, WALL_CONNECTION_TYPE_SOUTH, WALL_CONNECTION_TYPE_WEST, WALL_POST_BIT, WEEPING_VINES_AGE, WEIRDO_DIRECTION, WOOD_TYPE); + List> VALUES = List.of(ACTIVE, AGE_16, AGE_3, AGE_4, AGE_6, AGE_BIT, ALLOW_UNDERWATER_BIT, ATTACHED_BIT, ATTACHMENT, BAMBOO_LEAF_SIZE, BAMBOO_STALK_THICKNESS, BIG_DRIPLEAF_HEAD, BIG_DRIPLEAF_TILT, BITE_COUNTER, BLOCK_LIGHT_LEVEL, BLOOM, BOOKS_STORED, BREWING_STAND_SLOT_A_BIT, BREWING_STAND_SLOT_B_BIT, BREWING_STAND_SLOT_C_BIT, BRUSHED_PROGRESS, BUTTON_PRESSED_BIT, CAN_SUMMON, CANDLES, CAULDRON_LIQUID, CHEMISTRY_TABLE_TYPE, CHISEL_TYPE, CLUSTER_COUNT, COLOR_BIT, COMPOSTER_FILL_LEVEL, CONDITIONAL_BIT, CORAL_COLOR, CORAL_DIRECTION, CORAL_FAN_DIRECTION, CORAL_HANG_TYPE_BIT, COVERED_BIT, CRACKED_STATE, CRAFTING, DAMAGE, DEAD_BIT, DEPRECATED, DIRECTION, DIRT_TYPE, DISARMED_BIT, DOOR_HINGE_BIT, DOUBLE_PLANT_TYPE, DRAG_DOWN, DRIPSTONE_THICKNESS, END_PORTAL_EYE_BIT, EXPLODE_BIT, EXTINGUISHED, FACING_DIRECTION, FILL_LEVEL, FLOWER_TYPE, GROUND_SIGN_DIRECTION, GROWING_PLANT_AGE, GROWTH, HANGING, HEAD_PIECE_BIT, HEIGHT, HONEY_LEVEL, HUGE_MUSHROOM_BITS, IN_WALL_BIT, INFINIBURN_BIT, ITEM_FRAME_MAP_BIT, ITEM_FRAME_PHOTO_BIT, KELP_AGE, LEVER_DIRECTION, LIQUID_DEPTH, LIT, MINECRAFT_BLOCK_FACE, MINECRAFT_CARDINAL_DIRECTION, MINECRAFT_FACING_DIRECTION, MINECRAFT_VERTICAL_HALF, MOISTURIZED_AMOUNT, MONSTER_EGG_STONE_TYPE, MULTI_FACE_DIRECTION_BITS, OCCUPIED_BIT, OPEN_BIT, ORIENTATION, OUTPUT_LIT_BIT, OUTPUT_SUBTRACT_BIT, PERSISTENT_BIT, PILLAR_AXIS, PORTAL_AXIS, POWERED_BIT, PRISMARINE_BLOCK_TYPE, PROPAGULE_STAGE, RAIL_DATA_BIT, RAIL_DIRECTION_10, RAIL_DIRECTION_6, REDSTONE_SIGNAL, REPEATER_DELAY, RESPAWN_ANCHOR_CHARGE, ROTATION, SAND_STONE_TYPE, SAND_TYPE, SAPLING_TYPE, SCULK_SENSOR_PHASE, SEA_GRASS_TYPE, SPONGE_TYPE, STABILITY, STABILITY_CHECK, STONE_BRICK_TYPE, STONE_SLAB_TYPE, STONE_SLAB_TYPE_2, STONE_SLAB_TYPE_3, STONE_SLAB_TYPE_4, STRIPPED_BIT, STRUCTURE_BLOCK_TYPE, STRUCTURE_VOID_TYPE, SUSPENDED_BIT, TALL_GRASS_TYPE, TOGGLE_BIT, TORCH_FACING_DIRECTION, TRIAL_SPAWNER_STATE, TRIGGERED_BIT, TURTLE_EGG_COUNT, TWISTING_VINES_AGE, UPDATE_BIT, UPPER_BLOCK_BIT, UPSIDE_DOWN_BIT, VAULT_STATE, VINE_DIRECTION_BITS, WALL_BLOCK_TYPE, WALL_CONNECTION_TYPE_EAST, WALL_CONNECTION_TYPE_NORTH, WALL_CONNECTION_TYPE_SOUTH, WALL_CONNECTION_TYPE_WEST, WALL_POST_BIT, WEEPING_VINES_AGE, WEIRDO_DIRECTION); static List> values() { return VALUES; diff --git a/Allay-API/src/main/java/org/allaymc/api/data/VanillaItemId.java b/Allay-API/src/main/java/org/allaymc/api/data/VanillaItemId.java index be29b019d..86ea5f005 100644 --- a/Allay-API/src/main/java/org/allaymc/api/data/VanillaItemId.java +++ b/Allay-API/src/main/java/org/allaymc/api/data/VanillaItemId.java @@ -12,13 +12,15 @@ * @author daoge_cmd | Cool_Loong */ public enum VanillaItemId { - ACACIA_BOAT("minecraft:acacia_boat", 382), + ACACIA_BOAT("minecraft:acacia_boat", 383), ACACIA_BUTTON("minecraft:acacia_button", -140), - ACACIA_CHEST_BOAT("minecraft:acacia_chest_boat", 651), + ACACIA_CHEST_BOAT("minecraft:acacia_chest_boat", 653), - ACACIA_DOOR("minecraft:acacia_door", 565), + ACACIA_DOOR("minecraft:acacia_door", 567), + + ACACIA_DOUBLE_SLAB("minecraft:acacia_double_slab", -812), ACACIA_FENCE("minecraft:acacia_fence", -575), @@ -26,13 +28,17 @@ public enum VanillaItemId { ACACIA_HANGING_SIGN("minecraft:acacia_hanging_sign", -504), + ACACIA_LEAVES("minecraft:acacia_leaves", 161), + ACACIA_LOG("minecraft:acacia_log", 162), ACACIA_PLANKS("minecraft:acacia_planks", -742), ACACIA_PRESSURE_PLATE("minecraft:acacia_pressure_plate", -150), - ACACIA_SIGN("minecraft:acacia_sign", 588), + ACACIA_SIGN("minecraft:acacia_sign", 590), + + ACACIA_SLAB("minecraft:acacia_slab", -807), ACACIA_STAIRS("minecraft:acacia_stairs", 163), @@ -42,13 +48,15 @@ public enum VanillaItemId { ACACIA_WALL_SIGN("minecraft:acacia_wall_sign", -191), + ACACIA_WOOD("minecraft:acacia_wood", -817), + ACTIVATOR_RAIL("minecraft:activator_rail", 126), - AGENT_SPAWN_EGG("minecraft:agent_spawn_egg", 490), + AGENT_SPAWN_EGG("minecraft:agent_spawn_egg", 492), AIR("minecraft:air", -158), - ALLAY_SPAWN_EGG("minecraft:allay_spawn_egg", 640), + ALLAY_SPAWN_EGG("minecraft:allay_spawn_egg", 642), ALLOW("minecraft:allow", 210), @@ -56,7 +64,7 @@ public enum VanillaItemId { AMETHYST_CLUSTER("minecraft:amethyst_cluster", -329), - AMETHYST_SHARD("minecraft:amethyst_shard", 633), + AMETHYST_SHARD("minecraft:amethyst_shard", 635), ANCIENT_DEBRIS("minecraft:ancient_debris", -271), @@ -64,27 +72,27 @@ public enum VanillaItemId { ANDESITE_STAIRS("minecraft:andesite_stairs", -171), - ANGLER_POTTERY_SHERD("minecraft:angler_pottery_sherd", 665), + ANGLER_POTTERY_SHERD("minecraft:angler_pottery_sherd", 667), ANVIL("minecraft:anvil", 145), APPLE("minecraft:apple", 257), - ARCHER_POTTERY_SHERD("minecraft:archer_pottery_sherd", 666), + ARCHER_POTTERY_SHERD("minecraft:archer_pottery_sherd", 668), - ARMADILLO_SCUTE("minecraft:armadillo_scute", 707), + ARMADILLO_SCUTE("minecraft:armadillo_scute", 709), - ARMADILLO_SPAWN_EGG("minecraft:armadillo_spawn_egg", 706), + ARMADILLO_SPAWN_EGG("minecraft:armadillo_spawn_egg", 708), - ARMOR_STAND("minecraft:armor_stand", 561), + ARMOR_STAND("minecraft:armor_stand", 563), - ARMS_UP_POTTERY_SHERD("minecraft:arms_up_pottery_sherd", 667), + ARMS_UP_POTTERY_SHERD("minecraft:arms_up_pottery_sherd", 669), ARROW("minecraft:arrow", 304), AXOLOTL_BUCKET("minecraft:axolotl_bucket", 372), - AXOLOTL_SPAWN_EGG("minecraft:axolotl_spawn_egg", 505), + AXOLOTL_SPAWN_EGG("minecraft:axolotl_spawn_egg", 507), AZALEA("minecraft:azalea", -337), @@ -94,7 +102,7 @@ public enum VanillaItemId { BAKED_POTATO("minecraft:baked_potato", 282), - BALLOON("minecraft:balloon", 607), + BALLOON("minecraft:balloon", 609), BAMBOO("minecraft:bamboo", -163), @@ -102,7 +110,7 @@ public enum VanillaItemId { BAMBOO_BUTTON("minecraft:bamboo_button", -511), - BAMBOO_CHEST_RAFT("minecraft:bamboo_chest_raft", 663), + BAMBOO_CHEST_RAFT("minecraft:bamboo_chest_raft", 665), BAMBOO_DOOR("minecraft:bamboo_door", -517), @@ -126,11 +134,11 @@ public enum VanillaItemId { BAMBOO_PRESSURE_PLATE("minecraft:bamboo_pressure_plate", -514), - BAMBOO_RAFT("minecraft:bamboo_raft", 662), + BAMBOO_RAFT("minecraft:bamboo_raft", 664), BAMBOO_SAPLING("minecraft:bamboo_sapling", -164), - BAMBOO_SIGN("minecraft:bamboo_sign", 661), + BAMBOO_SIGN("minecraft:bamboo_sign", 663), BAMBOO_SLAB("minecraft:bamboo_slab", -513), @@ -142,9 +150,9 @@ public enum VanillaItemId { BAMBOO_WALL_SIGN("minecraft:bamboo_wall_sign", -519), - BANNER("minecraft:banner", 576), + BANNER("minecraft:banner", 578), - BANNER_PATTERN("minecraft:banner_pattern", 725), + BANNER_PATTERN("minecraft:banner_pattern", 731), BARREL("minecraft:barrel", -203), @@ -152,17 +160,17 @@ public enum VanillaItemId { BASALT("minecraft:basalt", -234), - BAT_SPAWN_EGG("minecraft:bat_spawn_egg", 456), + BAT_SPAWN_EGG("minecraft:bat_spawn_egg", 457), BEACON("minecraft:beacon", 138), - BED("minecraft:bed", 421), + BED("minecraft:bed", 422), BEDROCK("minecraft:bedrock", 7), BEE_NEST("minecraft:bee_nest", -218), - BEE_SPAWN_EGG("minecraft:bee_spawn_egg", 497), + BEE_SPAWN_EGG("minecraft:bee_spawn_egg", 499), BEEF("minecraft:beef", 274), @@ -178,13 +186,15 @@ public enum VanillaItemId { BIG_DRIPLEAF("minecraft:big_dripleaf", -323), - BIRCH_BOAT("minecraft:birch_boat", 379), + BIRCH_BOAT("minecraft:birch_boat", 380), BIRCH_BUTTON("minecraft:birch_button", -141), - BIRCH_CHEST_BOAT("minecraft:birch_chest_boat", 648), + BIRCH_CHEST_BOAT("minecraft:birch_chest_boat", 650), + + BIRCH_DOOR("minecraft:birch_door", 565), - BIRCH_DOOR("minecraft:birch_door", 563), + BIRCH_DOUBLE_SLAB("minecraft:birch_double_slab", -810), BIRCH_FENCE("minecraft:birch_fence", -576), @@ -192,13 +202,17 @@ public enum VanillaItemId { BIRCH_HANGING_SIGN("minecraft:birch_hanging_sign", -502), + BIRCH_LEAVES("minecraft:birch_leaves", -801), + BIRCH_LOG("minecraft:birch_log", -570), BIRCH_PLANKS("minecraft:birch_planks", -740), BIRCH_PRESSURE_PLATE("minecraft:birch_pressure_plate", -151), - BIRCH_SIGN("minecraft:birch_sign", 586), + BIRCH_SIGN("minecraft:birch_sign", 588), + + BIRCH_SLAB("minecraft:birch_slab", -805), BIRCH_STAIRS("minecraft:birch_stairs", 135), @@ -208,6 +222,8 @@ public enum VanillaItemId { BIRCH_WALL_SIGN("minecraft:birch_wall_sign", -187), + BIRCH_WOOD("minecraft:birch_wood", -815), + BLACK_CANDLE("minecraft:black_candle", -428), BLACK_CANDLE_CAKE("minecraft:black_candle_cake", -445), @@ -218,7 +234,7 @@ public enum VanillaItemId { BLACK_CONCRETE_POWDER("minecraft:black_concrete_powder", -723), - BLACK_DYE("minecraft:black_dye", 398), + BLACK_DYE("minecraft:black_dye", 399), BLACK_GLAZED_TERRACOTTA("minecraft:black_glazed_terracotta", 235), @@ -242,17 +258,17 @@ public enum VanillaItemId { BLACKSTONE_WALL("minecraft:blackstone_wall", -277), - BLADE_POTTERY_SHERD("minecraft:blade_pottery_sherd", 668), + BLADE_POTTERY_SHERD("minecraft:blade_pottery_sherd", 670), BLAST_FURNACE("minecraft:blast_furnace", -196), - BLAZE_POWDER("minecraft:blaze_powder", 432), + BLAZE_POWDER("minecraft:blaze_powder", 433), - BLAZE_ROD("minecraft:blaze_rod", 426), + BLAZE_ROD("minecraft:blaze_rod", 427), - BLAZE_SPAWN_EGG("minecraft:blaze_spawn_egg", 459), + BLAZE_SPAWN_EGG("minecraft:blaze_spawn_egg", 460), - BLEACH("minecraft:bleach", 605), + BLEACH("minecraft:bleach", 607), BLUE_CANDLE("minecraft:blue_candle", -424), @@ -264,7 +280,7 @@ public enum VanillaItemId { BLUE_CONCRETE_POWDER("minecraft:blue_concrete_powder", -719), - BLUE_DYE("minecraft:blue_dye", 402), + BLUE_DYE("minecraft:blue_dye", 403), BLUE_GLAZED_TERRACOTTA("minecraft:blue_glazed_terracotta", 231), @@ -280,21 +296,23 @@ public enum VanillaItemId { BLUE_WOOL("minecraft:blue_wool", -563), - BOAT("minecraft:boat", 723), + BOAT("minecraft:boat", 729), + + BOGGED_SPAWN_EGG("minecraft:bogged_spawn_egg", 467), - BONE("minecraft:bone", 418), + BONE("minecraft:bone", 419), BONE_BLOCK("minecraft:bone_block", 216), - BONE_MEAL("minecraft:bone_meal", 414), + BONE_MEAL("minecraft:bone_meal", 415), - BOOK("minecraft:book", 390), + BOOK("minecraft:book", 391), BOOKSHELF("minecraft:bookshelf", 47), BORDER_BLOCK("minecraft:border_block", 212), - BORDURE_INDENTED_BANNER_PATTERN("minecraft:bordure_indented_banner_pattern", 595), + BORDURE_INDENTED_BANNER_PATTERN("minecraft:bordure_indented_banner_pattern", 597), BOW("minecraft:bow", 303), @@ -304,13 +322,13 @@ public enum VanillaItemId { BREAD("minecraft:bread", 262), - BREEZE_SPAWN_EGG("minecraft:breeze_spawn_egg", 504), + BREEZE_SPAWN_EGG("minecraft:breeze_spawn_egg", 506), - BREWER_POTTERY_SHERD("minecraft:brewer_pottery_sherd", 669), + BREWER_POTTERY_SHERD("minecraft:brewer_pottery_sherd", 671), - BREWING_STAND("minecraft:brewing_stand", 434), + BREWING_STAND("minecraft:brewing_stand", 435), - BRICK("minecraft:brick", 386), + BRICK("minecraft:brick", 387), BRICK_BLOCK("minecraft:brick_block", 45), @@ -326,7 +344,7 @@ public enum VanillaItemId { BROWN_CONCRETE_POWDER("minecraft:brown_concrete_powder", -720), - BROWN_DYE("minecraft:brown_dye", 401), + BROWN_DYE("minecraft:brown_dye", 402), BROWN_GLAZED_TERRACOTTA("minecraft:brown_glazed_terracotta", 232), @@ -344,7 +362,7 @@ public enum VanillaItemId { BROWN_WOOL("minecraft:brown_wool", -555), - BRUSH("minecraft:brush", 685), + BRUSH("minecraft:brush", 687), BUBBLE_COLUMN("minecraft:bubble_column", -160), @@ -354,31 +372,31 @@ public enum VanillaItemId { BUDDING_AMETHYST("minecraft:budding_amethyst", -328), - BURN_POTTERY_SHERD("minecraft:burn_pottery_sherd", 670), + BURN_POTTERY_SHERD("minecraft:burn_pottery_sherd", 672), CACTUS("minecraft:cactus", 81), - CAKE("minecraft:cake", 420), + CAKE("minecraft:cake", 421), CALCITE("minecraft:calcite", -326), CALIBRATED_SCULK_SENSOR("minecraft:calibrated_sculk_sensor", -580), - CAMEL_SPAWN_EGG("minecraft:camel_spawn_egg", 664), + CAMEL_SPAWN_EGG("minecraft:camel_spawn_egg", 666), - CAMERA("minecraft:camera", 602), + CAMERA("minecraft:camera", 604), - CAMPFIRE("minecraft:campfire", 598), + CAMPFIRE("minecraft:campfire", 600), CANDLE("minecraft:candle", -412), CANDLE_CAKE("minecraft:candle_cake", -429), - CARPET("minecraft:carpet", 710), + CARPET("minecraft:carpet", 712), CARROT("minecraft:carrot", 280), - CARROT_ON_A_STICK("minecraft:carrot_on_a_stick", 526), + CARROT_ON_A_STICK("minecraft:carrot_on_a_stick", 528), CARROTS("minecraft:carrots", 141), @@ -386,11 +404,11 @@ public enum VanillaItemId { CARVED_PUMPKIN("minecraft:carved_pumpkin", -155), - CAT_SPAWN_EGG("minecraft:cat_spawn_egg", 491), + CAT_SPAWN_EGG("minecraft:cat_spawn_egg", 493), - CAULDRON("minecraft:cauldron", 435), + CAULDRON("minecraft:cauldron", 436), - CAVE_SPIDER_SPAWN_EGG("minecraft:cave_spider_spawn_egg", 460), + CAVE_SPIDER_SPAWN_EGG("minecraft:cave_spider_spawn_egg", 461), CAVE_VINES("minecraft:cave_vines", -322), @@ -398,7 +416,7 @@ public enum VanillaItemId { CAVE_VINES_HEAD_WITH_BERRIES("minecraft:cave_vines_head_with_berries", -376), - CHAIN("minecraft:chain", 628), + CHAIN("minecraft:chain", 630), CHAIN_COMMAND_BLOCK("minecraft:chain_command_block", 189), @@ -416,11 +434,11 @@ public enum VanillaItemId { CHEMISTRY_TABLE("minecraft:chemistry_table", 238), - CHERRY_BOAT("minecraft:cherry_boat", 658), + CHERRY_BOAT("minecraft:cherry_boat", 660), CHERRY_BUTTON("minecraft:cherry_button", -530), - CHERRY_CHEST_BOAT("minecraft:cherry_chest_boat", 659), + CHERRY_CHEST_BOAT("minecraft:cherry_chest_boat", 661), CHERRY_DOOR("minecraft:cherry_door", -531), @@ -442,7 +460,7 @@ public enum VanillaItemId { CHERRY_SAPLING("minecraft:cherry_sapling", -547), - CHERRY_SIGN("minecraft:cherry_sign", 660), + CHERRY_SIGN("minecraft:cherry_sign", 662), CHERRY_SLAB("minecraft:cherry_slab", -539), @@ -458,13 +476,13 @@ public enum VanillaItemId { CHEST("minecraft:chest", 54), - CHEST_BOAT("minecraft:chest_boat", 654), + CHEST_BOAT("minecraft:chest_boat", 656), - CHEST_MINECART("minecraft:chest_minecart", 392), + CHEST_MINECART("minecraft:chest_minecart", 393), CHICKEN("minecraft:chicken", 276), - CHICKEN_SPAWN_EGG("minecraft:chicken_spawn_egg", 438), + CHICKEN_SPAWN_EGG("minecraft:chicken_spawn_egg", 439), CHISELED_BOOKSHELF("minecraft:chiseled_bookshelf", -526), @@ -482,17 +500,17 @@ public enum VanillaItemId { CHORUS_FLOWER("minecraft:chorus_flower", 200), - CHORUS_FRUIT("minecraft:chorus_fruit", 567), + CHORUS_FRUIT("minecraft:chorus_fruit", 569), CHORUS_PLANT("minecraft:chorus_plant", 240), CLAY("minecraft:clay", 82), - CLAY_BALL("minecraft:clay_ball", 387), + CLAY_BALL("minecraft:clay_ball", 388), CLIENT_REQUEST_PLACEHOLDER_BLOCK("minecraft:client_request_placeholder_block", -465), - CLOCK("minecraft:clock", 396), + CLOCK("minecraft:clock", 397), COAL("minecraft:coal", 305), @@ -500,7 +518,7 @@ public enum VanillaItemId { COAL_ORE("minecraft:coal_ore", 16), - COAST_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:coast_armor_trim_smithing_template", 689), + COAST_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:coast_armor_trim_smithing_template", 691), COBBLED_DEEPSLATE("minecraft:cobbled_deepslate", -379), @@ -518,13 +536,13 @@ public enum VanillaItemId { COCOA("minecraft:cocoa", 127), - COCOA_BEANS("minecraft:cocoa_beans", 415), + COCOA_BEANS("minecraft:cocoa_beans", 416), COD("minecraft:cod", 265), COD_BUCKET("minecraft:cod_bucket", 367), - COD_SPAWN_EGG("minecraft:cod_spawn_egg", 483), + COD_SPAWN_EGG("minecraft:cod_spawn_egg", 485), COLORED_TORCH_BP("minecraft:colored_torch_bp", 204), @@ -532,19 +550,19 @@ public enum VanillaItemId { COMMAND_BLOCK("minecraft:command_block", 137), - COMMAND_BLOCK_MINECART("minecraft:command_block_minecart", 572), + COMMAND_BLOCK_MINECART("minecraft:command_block_minecart", 574), - COMPARATOR("minecraft:comparator", 531), + COMPARATOR("minecraft:comparator", 533), - COMPASS("minecraft:compass", 394), + COMPASS("minecraft:compass", 395), COMPOSTER("minecraft:composter", -213), - COMPOUND("minecraft:compound", 603), + COMPOUND("minecraft:compound", 605), - CONCRETE("minecraft:concrete", 716), + CONCRETE("minecraft:concrete", 721), - CONCRETE_POWDER("minecraft:concrete_powder", 717), + CONCRETE_POWDER("minecraft:concrete_powder", 722), CONDUIT("minecraft:conduit", -157), @@ -554,7 +572,7 @@ public enum VanillaItemId { COOKED_COD("minecraft:cooked_cod", 269), - COOKED_MUTTON("minecraft:cooked_mutton", 560), + COOKED_MUTTON("minecraft:cooked_mutton", 562), COOKED_PORKCHOP("minecraft:cooked_porkchop", 264), @@ -572,13 +590,13 @@ public enum VanillaItemId { COPPER_GRATE("minecraft:copper_grate", -768), - COPPER_INGOT("minecraft:copper_ingot", 513), + COPPER_INGOT("minecraft:copper_ingot", 515), COPPER_ORE("minecraft:copper_ore", -311), COPPER_TRAPDOOR("minecraft:copper_trapdoor", -792), - CORAL("minecraft:coral", 714), + CORAL("minecraft:coral", 719), CORAL_BLOCK("minecraft:coral_block", -132), @@ -592,7 +610,7 @@ public enum VanillaItemId { CORAL_FAN_HANG3("minecraft:coral_fan_hang3", -137), - COW_SPAWN_EGG("minecraft:cow_spawn_egg", 439), + COW_SPAWN_EGG("minecraft:cow_spawn_egg", 440), CRACKED_DEEPSLATE_BRICKS("minecraft:cracked_deepslate_bricks", -410), @@ -606,13 +624,13 @@ public enum VanillaItemId { CRAFTING_TABLE("minecraft:crafting_table", 58), - CREEPER_BANNER_PATTERN("minecraft:creeper_banner_pattern", 591), + CREEPER_BANNER_PATTERN("minecraft:creeper_banner_pattern", 593), - CREEPER_SPAWN_EGG("minecraft:creeper_spawn_egg", 444), + CREEPER_SPAWN_EGG("minecraft:creeper_spawn_egg", 445), CRIMSON_BUTTON("minecraft:crimson_button", -260), - CRIMSON_DOOR("minecraft:crimson_door", 625), + CRIMSON_DOOR("minecraft:crimson_door", 627), CRIMSON_DOUBLE_SLAB("minecraft:crimson_double_slab", -266), @@ -634,7 +652,7 @@ public enum VanillaItemId { CRIMSON_ROOTS("minecraft:crimson_roots", -223), - CRIMSON_SIGN("minecraft:crimson_sign", 623), + CRIMSON_SIGN("minecraft:crimson_sign", 625), CRIMSON_SLAB("minecraft:crimson_slab", -264), @@ -648,7 +666,7 @@ public enum VanillaItemId { CRIMSON_WALL_SIGN("minecraft:crimson_wall_sign", -252), - CROSSBOW("minecraft:crossbow", 584), + CROSSBOW("minecraft:crossbow", 586), CRYING_OBSIDIAN("minecraft:crying_obsidian", -289), @@ -668,7 +686,7 @@ public enum VanillaItemId { CYAN_CONCRETE_POWDER("minecraft:cyan_concrete_powder", -717), - CYAN_DYE("minecraft:cyan_dye", 404), + CYAN_DYE("minecraft:cyan_dye", 405), CYAN_GLAZED_TERRACOTTA("minecraft:cyan_glazed_terracotta", 229), @@ -682,15 +700,17 @@ public enum VanillaItemId { CYAN_WOOL("minecraft:cyan_wool", -561), - DANGER_POTTERY_SHERD("minecraft:danger_pottery_sherd", 671), + DANGER_POTTERY_SHERD("minecraft:danger_pottery_sherd", 673), - DARK_OAK_BOAT("minecraft:dark_oak_boat", 383), + DARK_OAK_BOAT("minecraft:dark_oak_boat", 384), DARK_OAK_BUTTON("minecraft:dark_oak_button", -142), - DARK_OAK_CHEST_BOAT("minecraft:dark_oak_chest_boat", 652), + DARK_OAK_CHEST_BOAT("minecraft:dark_oak_chest_boat", 654), - DARK_OAK_DOOR("minecraft:dark_oak_door", 566), + DARK_OAK_DOOR("minecraft:dark_oak_door", 568), + + DARK_OAK_DOUBLE_SLAB("minecraft:dark_oak_double_slab", -813), DARK_OAK_FENCE("minecraft:dark_oak_fence", -577), @@ -698,18 +718,24 @@ public enum VanillaItemId { DARK_OAK_HANGING_SIGN("minecraft:dark_oak_hanging_sign", -505), + DARK_OAK_LEAVES("minecraft:dark_oak_leaves", -803), + DARK_OAK_LOG("minecraft:dark_oak_log", -572), DARK_OAK_PLANKS("minecraft:dark_oak_planks", -743), DARK_OAK_PRESSURE_PLATE("minecraft:dark_oak_pressure_plate", -152), - DARK_OAK_SIGN("minecraft:dark_oak_sign", 589), + DARK_OAK_SIGN("minecraft:dark_oak_sign", 591), + + DARK_OAK_SLAB("minecraft:dark_oak_slab", -808), DARK_OAK_STAIRS("minecraft:dark_oak_stairs", 164), DARK_OAK_TRAPDOOR("minecraft:dark_oak_trapdoor", -147), + DARK_OAK_WOOD("minecraft:dark_oak_wood", -818), + DARK_PRISMARINE_STAIRS("minecraft:dark_prismarine_stairs", -3), DARKOAK_STANDING_SIGN("minecraft:darkoak_standing_sign", -192), @@ -790,7 +816,7 @@ public enum VanillaItemId { DIAMOND_HOE("minecraft:diamond_hoe", 335), - DIAMOND_HORSE_ARMOR("minecraft:diamond_horse_armor", 542), + DIAMOND_HORSE_ARMOR("minecraft:diamond_horse_armor", 544), DIAMOND_LEGGINGS("minecraft:diamond_leggings", 352), @@ -810,13 +836,13 @@ public enum VanillaItemId { DIRT_WITH_ROOTS("minecraft:dirt_with_roots", -318), - DISC_FRAGMENT_5("minecraft:disc_fragment_5", 646), + DISC_FRAGMENT_5("minecraft:disc_fragment_5", 648), DISPENSER("minecraft:dispenser", 23), - DOLPHIN_SPAWN_EGG("minecraft:dolphin_spawn_egg", 487), + DOLPHIN_SPAWN_EGG("minecraft:dolphin_spawn_egg", 489), - DONKEY_SPAWN_EGG("minecraft:donkey_spawn_egg", 468), + DONKEY_SPAWN_EGG("minecraft:donkey_spawn_egg", 470), DOUBLE_CUT_COPPER_SLAB("minecraft:double_cut_copper_slab", -368), @@ -830,9 +856,7 @@ public enum VanillaItemId { DOUBLE_STONE_BLOCK_SLAB4("minecraft:double_stone_block_slab4", -168), - DOUBLE_WOODEN_SLAB("minecraft:double_wooden_slab", 157), - - DRAGON_BREATH("minecraft:dragon_breath", 569), + DRAGON_BREATH("minecraft:dragon_breath", 571), DRAGON_EGG("minecraft:dragon_egg", 122), @@ -844,17 +868,17 @@ public enum VanillaItemId { DROPPER("minecraft:dropper", 125), - DROWNED_SPAWN_EGG("minecraft:drowned_spawn_egg", 486), + DROWNED_SPAWN_EGG("minecraft:drowned_spawn_egg", 488), - DUNE_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:dune_armor_trim_smithing_template", 688), + DUNE_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:dune_armor_trim_smithing_template", 690), - DYE("minecraft:dye", 724), + DYE("minecraft:dye", 730), - ECHO_SHARD("minecraft:echo_shard", 656), + ECHO_SHARD("minecraft:echo_shard", 658), - EGG("minecraft:egg", 393), + EGG("minecraft:egg", 394), - ELDER_GUARDIAN_SPAWN_EGG("minecraft:elder_guardian_spawn_egg", 474), + ELDER_GUARDIAN_SPAWN_EGG("minecraft:elder_guardian_spawn_egg", 476), ELEMENT_0("minecraft:element_0", 36), @@ -1094,17 +1118,17 @@ public enum VanillaItemId { ELEMENT_99("minecraft:element_99", -110), - ELYTRA("minecraft:elytra", 573), + ELYTRA("minecraft:elytra", 575), - EMERALD("minecraft:emerald", 521), + EMERALD("minecraft:emerald", 523), EMERALD_BLOCK("minecraft:emerald_block", 133), EMERALD_ORE("minecraft:emerald_ore", 129), - EMPTY_MAP("minecraft:empty_map", 524), + EMPTY_MAP("minecraft:empty_map", 526), - ENCHANTED_BOOK("minecraft:enchanted_book", 530), + ENCHANTED_BOOK("minecraft:enchanted_book", 532), ENCHANTED_GOLDEN_APPLE("minecraft:enchanted_golden_apple", 260), @@ -1114,7 +1138,7 @@ public enum VanillaItemId { END_BRICKS("minecraft:end_bricks", 206), - END_CRYSTAL("minecraft:end_crystal", 727), + END_CRYSTAL("minecraft:end_crystal", 733), END_GATEWAY("minecraft:end_gateway", 209), @@ -1128,21 +1152,21 @@ public enum VanillaItemId { ENDER_CHEST("minecraft:ender_chest", 130), - ENDER_DRAGON_SPAWN_EGG("minecraft:ender_dragon_spawn_egg", 510), + ENDER_DRAGON_SPAWN_EGG("minecraft:ender_dragon_spawn_egg", 512), - ENDER_EYE("minecraft:ender_eye", 436), + ENDER_EYE("minecraft:ender_eye", 437), - ENDER_PEARL("minecraft:ender_pearl", 425), + ENDER_PEARL("minecraft:ender_pearl", 426), - ENDERMAN_SPAWN_EGG("minecraft:enderman_spawn_egg", 445), + ENDERMAN_SPAWN_EGG("minecraft:enderman_spawn_egg", 446), - ENDERMITE_SPAWN_EGG("minecraft:endermite_spawn_egg", 463), + ENDERMITE_SPAWN_EGG("minecraft:endermite_spawn_egg", 464), - EVOKER_SPAWN_EGG("minecraft:evoker_spawn_egg", 478), + EVOKER_SPAWN_EGG("minecraft:evoker_spawn_egg", 480), - EXPERIENCE_BOTTLE("minecraft:experience_bottle", 517), + EXPERIENCE_BOTTLE("minecraft:experience_bottle", 519), - EXPLORER_POTTERY_SHERD("minecraft:explorer_pottery_sherd", 672), + EXPLORER_POTTERY_SHERD("minecraft:explorer_pottery_sherd", 674), EXPOSED_CHISELED_COPPER("minecraft:exposed_chiseled_copper", -761), @@ -1164,33 +1188,33 @@ public enum VanillaItemId { EXPOSED_DOUBLE_CUT_COPPER_SLAB("minecraft:exposed_double_cut_copper_slab", -369), - EYE_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:eye_armor_trim_smithing_template", 692), + EYE_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:eye_armor_trim_smithing_template", 694), FARMLAND("minecraft:farmland", 60), FEATHER("minecraft:feather", 330), - FENCE("minecraft:fence", 712), + FENCE("minecraft:fence", 714), FENCE_GATE("minecraft:fence_gate", 107), - FERMENTED_SPIDER_EYE("minecraft:fermented_spider_eye", 431), + FERMENTED_SPIDER_EYE("minecraft:fermented_spider_eye", 432), - FIELD_MASONED_BANNER_PATTERN("minecraft:field_masoned_banner_pattern", 594), + FIELD_MASONED_BANNER_PATTERN("minecraft:field_masoned_banner_pattern", 596), - FILLED_MAP("minecraft:filled_map", 423), + FILLED_MAP("minecraft:filled_map", 424), FIRE("minecraft:fire", 51), - FIRE_CHARGE("minecraft:fire_charge", 518), + FIRE_CHARGE("minecraft:fire_charge", 520), FIRE_CORAL("minecraft:fire_coral", -583), - FIREWORK_ROCKET("minecraft:firework_rocket", 528), + FIREWORK_ROCKET("minecraft:firework_rocket", 530), - FIREWORK_STAR("minecraft:firework_star", 529), + FIREWORK_STAR("minecraft:firework_star", 531), - FISHING_ROD("minecraft:fishing_rod", 395), + FISHING_ROD("minecraft:fishing_rod", 396), FLETCHING_TABLE("minecraft:fletching_table", -201), @@ -1198,9 +1222,9 @@ public enum VanillaItemId { FLINT_AND_STEEL("minecraft:flint_and_steel", 302), - FLOWER_BANNER_PATTERN("minecraft:flower_banner_pattern", 590), + FLOWER_BANNER_PATTERN("minecraft:flower_banner_pattern", 592), - FLOWER_POT("minecraft:flower_pot", 523), + FLOWER_POT("minecraft:flower_pot", 525), FLOWERING_AZALEA("minecraft:flowering_azalea", -338), @@ -1208,63 +1232,63 @@ public enum VanillaItemId { FLOWING_WATER("minecraft:flowing_water", 8), - FOX_SPAWN_EGG("minecraft:fox_spawn_egg", 493), + FOX_SPAWN_EGG("minecraft:fox_spawn_egg", 495), - FRAME("minecraft:frame", 522), + FRAME("minecraft:frame", 524), - FRIEND_POTTERY_SHERD("minecraft:friend_pottery_sherd", 673), + FRIEND_POTTERY_SHERD("minecraft:friend_pottery_sherd", 675), FROG_SPAWN("minecraft:frog_spawn", -468), - FROG_SPAWN_EGG("minecraft:frog_spawn_egg", 637), + FROG_SPAWN_EGG("minecraft:frog_spawn_egg", 639), FROSTED_ICE("minecraft:frosted_ice", 207), FURNACE("minecraft:furnace", 61), - GHAST_SPAWN_EGG("minecraft:ghast_spawn_egg", 457), + GHAST_SPAWN_EGG("minecraft:ghast_spawn_egg", 458), - GHAST_TEAR("minecraft:ghast_tear", 427), + GHAST_TEAR("minecraft:ghast_tear", 428), GILDED_BLACKSTONE("minecraft:gilded_blackstone", -281), GLASS("minecraft:glass", 20), - GLASS_BOTTLE("minecraft:glass_bottle", 430), + GLASS_BOTTLE("minecraft:glass_bottle", 431), GLASS_PANE("minecraft:glass_pane", 102), - GLISTERING_MELON_SLICE("minecraft:glistering_melon_slice", 437), + GLISTERING_MELON_SLICE("minecraft:glistering_melon_slice", 438), - GLOBE_BANNER_PATTERN("minecraft:globe_banner_pattern", 597), + GLOBE_BANNER_PATTERN("minecraft:globe_banner_pattern", 599), - GLOW_BERRIES("minecraft:glow_berries", 728), + GLOW_BERRIES("minecraft:glow_berries", 734), - GLOW_FRAME("minecraft:glow_frame", 632), + GLOW_FRAME("minecraft:glow_frame", 634), - GLOW_INK_SAC("minecraft:glow_ink_sac", 512), + GLOW_INK_SAC("minecraft:glow_ink_sac", 514), GLOW_LICHEN("minecraft:glow_lichen", -411), - GLOW_SQUID_SPAWN_EGG("minecraft:glow_squid_spawn_egg", 507), + GLOW_SQUID_SPAWN_EGG("minecraft:glow_squid_spawn_egg", 509), - GLOW_STICK("minecraft:glow_stick", 610), + GLOW_STICK("minecraft:glow_stick", 612), GLOWINGOBSIDIAN("minecraft:glowingobsidian", 246), GLOWSTONE("minecraft:glowstone", 89), - GLOWSTONE_DUST("minecraft:glowstone_dust", 397), + GLOWSTONE_DUST("minecraft:glowstone_dust", 398), - GOAT_HORN("minecraft:goat_horn", 636), + GOAT_HORN("minecraft:goat_horn", 638), - GOAT_SPAWN_EGG("minecraft:goat_spawn_egg", 506), + GOAT_SPAWN_EGG("minecraft:goat_spawn_egg", 508), GOLD_BLOCK("minecraft:gold_block", 41), GOLD_INGOT("minecraft:gold_ingot", 309), - GOLD_NUGGET("minecraft:gold_nugget", 428), + GOLD_NUGGET("minecraft:gold_nugget", 429), GOLD_ORE("minecraft:gold_ore", 14), @@ -1282,7 +1306,7 @@ public enum VanillaItemId { GOLDEN_HOE("minecraft:golden_hoe", 336), - GOLDEN_HORSE_ARMOR("minecraft:golden_horse_armor", 541), + GOLDEN_HORSE_ARMOR("minecraft:golden_horse_armor", 543), GOLDEN_LEGGINGS("minecraft:golden_leggings", 356), @@ -1298,7 +1322,7 @@ public enum VanillaItemId { GRANITE_STAIRS("minecraft:granite_stairs", -169), - GRASS("minecraft:grass", 2), + GRASS_BLOCK("minecraft:grass_block", 2), GRASS_PATH("minecraft:grass_path", 198), @@ -1314,7 +1338,7 @@ public enum VanillaItemId { GRAY_CONCRETE_POWDER("minecraft:gray_concrete_powder", -715), - GRAY_DYE("minecraft:gray_dye", 406), + GRAY_DYE("minecraft:gray_dye", 407), GRAY_GLAZED_TERRACOTTA("minecraft:gray_glazed_terracotta", 227), @@ -1338,7 +1362,7 @@ public enum VanillaItemId { GREEN_CONCRETE_POWDER("minecraft:green_concrete_powder", -721), - GREEN_DYE("minecraft:green_dye", 400), + GREEN_DYE("minecraft:green_dye", 401), GREEN_GLAZED_TERRACOTTA("minecraft:green_glazed_terracotta", 233), @@ -1354,7 +1378,7 @@ public enum VanillaItemId { GRINDSTONE("minecraft:grindstone", -195), - GUARDIAN_SPAWN_EGG("minecraft:guardian_spawn_egg", 464), + GUARDIAN_SPAWN_EGG("minecraft:guardian_spawn_egg", 465), GUNPOWDER("minecraft:gunpowder", 331), @@ -1420,9 +1444,9 @@ public enum VanillaItemId { HARD_RED_STAINED_GLASS_PANE("minecraft:hard_red_stained_glass_pane", -671), - HARD_STAINED_GLASS("minecraft:hard_stained_glass", 721), + HARD_STAINED_GLASS("minecraft:hard_stained_glass", 727), - HARD_STAINED_GLASS_PANE("minecraft:hard_stained_glass_pane", 722), + HARD_STAINED_GLASS_PANE("minecraft:hard_stained_glass_pane", 728), HARD_WHITE_STAINED_GLASS("minecraft:hard_white_stained_glass", 254), @@ -1436,41 +1460,41 @@ public enum VanillaItemId { HAY_BLOCK("minecraft:hay_block", 170), - HEART_OF_THE_SEA("minecraft:heart_of_the_sea", 580), + HEART_OF_THE_SEA("minecraft:heart_of_the_sea", 582), - HEART_POTTERY_SHERD("minecraft:heart_pottery_sherd", 674), + HEART_POTTERY_SHERD("minecraft:heart_pottery_sherd", 676), - HEARTBREAK_POTTERY_SHERD("minecraft:heartbreak_pottery_sherd", 675), + HEARTBREAK_POTTERY_SHERD("minecraft:heartbreak_pottery_sherd", 677), HEAVY_WEIGHTED_PRESSURE_PLATE("minecraft:heavy_weighted_pressure_plate", 148), - HOGLIN_SPAWN_EGG("minecraft:hoglin_spawn_egg", 499), + HOGLIN_SPAWN_EGG("minecraft:hoglin_spawn_egg", 501), HONEY_BLOCK("minecraft:honey_block", -220), - HONEY_BOTTLE("minecraft:honey_bottle", 601), + HONEY_BOTTLE("minecraft:honey_bottle", 603), - HONEYCOMB("minecraft:honeycomb", 600), + HONEYCOMB("minecraft:honeycomb", 602), HONEYCOMB_BLOCK("minecraft:honeycomb_block", -221), - HOPPER("minecraft:hopper", 536), + HOPPER("minecraft:hopper", 538), - HOPPER_MINECART("minecraft:hopper_minecart", 535), + HOPPER_MINECART("minecraft:hopper_minecart", 537), HORN_CORAL("minecraft:horn_coral", -584), - HORSE_SPAWN_EGG("minecraft:horse_spawn_egg", 461), + HORSE_SPAWN_EGG("minecraft:horse_spawn_egg", 462), - HOST_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:host_armor_trim_smithing_template", 702), + HOST_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:host_armor_trim_smithing_template", 704), - HOWL_POTTERY_SHERD("minecraft:howl_pottery_sherd", 676), + HOWL_POTTERY_SHERD("minecraft:howl_pottery_sherd", 678), - HUSK_SPAWN_EGG("minecraft:husk_spawn_egg", 466), + HUSK_SPAWN_EGG("minecraft:husk_spawn_egg", 468), ICE("minecraft:ice", 79), - ICE_BOMB("minecraft:ice_bomb", 604), + ICE_BOMB("minecraft:ice_bomb", 606), INFESTED_DEEPSLATE("minecraft:infested_deepslate", -454), @@ -1478,7 +1502,7 @@ public enum VanillaItemId { INFO_UPDATE2("minecraft:info_update2", 249), - INK_SAC("minecraft:ink_sac", 416), + INK_SAC("minecraft:ink_sac", 417), INVISIBLE_BEDROCK("minecraft:invisible_bedrock", 95), @@ -1494,19 +1518,19 @@ public enum VanillaItemId { IRON_DOOR("minecraft:iron_door", 375), - IRON_GOLEM_SPAWN_EGG("minecraft:iron_golem_spawn_egg", 508), + IRON_GOLEM_SPAWN_EGG("minecraft:iron_golem_spawn_egg", 510), IRON_HELMET("minecraft:iron_helmet", 346), IRON_HOE("minecraft:iron_hoe", 334), - IRON_HORSE_ARMOR("minecraft:iron_horse_armor", 540), + IRON_HORSE_ARMOR("minecraft:iron_horse_armor", 542), IRON_INGOT("minecraft:iron_ingot", 308), IRON_LEGGINGS("minecraft:iron_leggings", 348), - IRON_NUGGET("minecraft:iron_nugget", 578), + IRON_NUGGET("minecraft:iron_nugget", 580), IRON_ORE("minecraft:iron_ore", 15), @@ -1580,13 +1604,15 @@ public enum VanillaItemId { JUKEBOX("minecraft:jukebox", 84), - JUNGLE_BOAT("minecraft:jungle_boat", 380), + JUNGLE_BOAT("minecraft:jungle_boat", 381), JUNGLE_BUTTON("minecraft:jungle_button", -143), - JUNGLE_CHEST_BOAT("minecraft:jungle_chest_boat", 649), + JUNGLE_CHEST_BOAT("minecraft:jungle_chest_boat", 651), + + JUNGLE_DOOR("minecraft:jungle_door", 566), - JUNGLE_DOOR("minecraft:jungle_door", 564), + JUNGLE_DOUBLE_SLAB("minecraft:jungle_double_slab", -811), JUNGLE_FENCE("minecraft:jungle_fence", -578), @@ -1594,13 +1620,17 @@ public enum VanillaItemId { JUNGLE_HANGING_SIGN("minecraft:jungle_hanging_sign", -503), + JUNGLE_LEAVES("minecraft:jungle_leaves", -802), + JUNGLE_LOG("minecraft:jungle_log", -571), JUNGLE_PLANKS("minecraft:jungle_planks", -741), JUNGLE_PRESSURE_PLATE("minecraft:jungle_pressure_plate", -153), - JUNGLE_SIGN("minecraft:jungle_sign", 587), + JUNGLE_SIGN("minecraft:jungle_sign", 589), + + JUNGLE_SLAB("minecraft:jungle_slab", -806), JUNGLE_STAIRS("minecraft:jungle_stairs", 136), @@ -1610,7 +1640,9 @@ public enum VanillaItemId { JUNGLE_WALL_SIGN("minecraft:jungle_wall_sign", -189), - KELP("minecraft:kelp", 385), + JUNGLE_WOOD("minecraft:jungle_wood", -816), + + KELP("minecraft:kelp", 386), LADDER("minecraft:ladder", 65), @@ -1618,7 +1650,7 @@ public enum VanillaItemId { LAPIS_BLOCK("minecraft:lapis_block", 22), - LAPIS_LAZULI("minecraft:lapis_lazuli", 417), + LAPIS_LAZULI("minecraft:lapis_lazuli", 418), LAPIS_ORE("minecraft:lapis_ore", 21), @@ -1628,9 +1660,9 @@ public enum VanillaItemId { LAVA_BUCKET("minecraft:lava_bucket", 366), - LEAD("minecraft:lead", 556), + LEAD("minecraft:lead", 558), - LEATHER("minecraft:leather", 384), + LEATHER("minecraft:leather", 385), LEATHER_BOOTS("minecraft:leather_boots", 341), @@ -1638,13 +1670,13 @@ public enum VanillaItemId { LEATHER_HELMET("minecraft:leather_helmet", 338), - LEATHER_HORSE_ARMOR("minecraft:leather_horse_armor", 539), + LEATHER_HORSE_ARMOR("minecraft:leather_horse_armor", 541), LEATHER_LEGGINGS("minecraft:leather_leggings", 340), - LEAVES("minecraft:leaves", 18), + LEAVES("minecraft:leaves", 715), - LEAVES2("minecraft:leaves2", 161), + LEAVES2("minecraft:leaves2", 716), LECTERN("minecraft:lectern", -194), @@ -1662,7 +1694,7 @@ public enum VanillaItemId { LIGHT_BLUE_CONCRETE_POWDER("minecraft:light_blue_concrete_powder", -711), - LIGHT_BLUE_DYE("minecraft:light_blue_dye", 410), + LIGHT_BLUE_DYE("minecraft:light_blue_dye", 411), LIGHT_BLUE_GLAZED_TERRACOTTA("minecraft:light_blue_glazed_terracotta", 223), @@ -1686,7 +1718,7 @@ public enum VanillaItemId { LIGHT_GRAY_CONCRETE_POWDER("minecraft:light_gray_concrete_powder", -716), - LIGHT_GRAY_DYE("minecraft:light_gray_dye", 405), + LIGHT_GRAY_DYE("minecraft:light_gray_dye", 406), LIGHT_GRAY_SHULKER_BOX("minecraft:light_gray_shulker_box", -620), @@ -1712,7 +1744,7 @@ public enum VanillaItemId { LIME_CONCRETE_POWDER("minecraft:lime_concrete_powder", -713), - LIME_DYE("minecraft:lime_dye", 408), + LIME_DYE("minecraft:lime_dye", 409), LIME_GLAZED_TERRACOTTA("minecraft:lime_glazed_terracotta", 225), @@ -1726,7 +1758,7 @@ public enum VanillaItemId { LIME_WOOL("minecraft:lime_wool", -559), - LINGERING_POTION("minecraft:lingering_potion", 571), + LINGERING_POTION("minecraft:lingering_potion", 573), LIT_BLAST_FURNACE("minecraft:lit_blast_furnace", -214), @@ -1742,15 +1774,15 @@ public enum VanillaItemId { LIT_SMOKER("minecraft:lit_smoker", -199), - LLAMA_SPAWN_EGG("minecraft:llama_spawn_egg", 476), + LLAMA_SPAWN_EGG("minecraft:llama_spawn_egg", 478), LODESTONE("minecraft:lodestone", -222), - LODESTONE_COMPASS("minecraft:lodestone_compass", 611), + LODESTONE_COMPASS("minecraft:lodestone_compass", 613), - LOG("minecraft:log", 711), + LOG("minecraft:log", 713), - LOG2("minecraft:log2", 715), + LOG2("minecraft:log2", 720), LOOM("minecraft:loom", -204), @@ -1764,7 +1796,7 @@ public enum VanillaItemId { MAGENTA_CONCRETE_POWDER("minecraft:magenta_concrete_powder", -710), - MAGENTA_DYE("minecraft:magenta_dye", 411), + MAGENTA_DYE("minecraft:magenta_dye", 412), MAGENTA_GLAZED_TERRACOTTA("minecraft:magenta_glazed_terracotta", 222), @@ -1780,17 +1812,17 @@ public enum VanillaItemId { MAGMA("minecraft:magma", 213), - MAGMA_CREAM("minecraft:magma_cream", 433), + MAGMA_CREAM("minecraft:magma_cream", 434), - MAGMA_CUBE_SPAWN_EGG("minecraft:magma_cube_spawn_egg", 458), + MAGMA_CUBE_SPAWN_EGG("minecraft:magma_cube_spawn_egg", 459), - MANGROVE_BOAT("minecraft:mangrove_boat", 644), + MANGROVE_BOAT("minecraft:mangrove_boat", 646), MANGROVE_BUTTON("minecraft:mangrove_button", -487), - MANGROVE_CHEST_BOAT("minecraft:mangrove_chest_boat", 653), + MANGROVE_CHEST_BOAT("minecraft:mangrove_chest_boat", 655), - MANGROVE_DOOR("minecraft:mangrove_door", 642), + MANGROVE_DOOR("minecraft:mangrove_door", 644), MANGROVE_DOUBLE_SLAB("minecraft:mangrove_double_slab", -499), @@ -1812,7 +1844,7 @@ public enum VanillaItemId { MANGROVE_ROOTS("minecraft:mangrove_roots", -482), - MANGROVE_SIGN("minecraft:mangrove_sign", 643), + MANGROVE_SIGN("minecraft:mangrove_sign", 645), MANGROVE_SLAB("minecraft:mangrove_slab", -489), @@ -1826,7 +1858,7 @@ public enum VanillaItemId { MANGROVE_WOOD("minecraft:mangrove_wood", -497), - MEDICINE("minecraft:medicine", 608), + MEDICINE("minecraft:medicine", 610), MEDIUM_AMETHYST_BUD("minecraft:medium_amethyst_bud", -331), @@ -1842,15 +1874,15 @@ public enum VanillaItemId { MINECART("minecraft:minecart", 373), - MINER_POTTERY_SHERD("minecraft:miner_pottery_sherd", 677), + MINER_POTTERY_SHERD("minecraft:miner_pottery_sherd", 679), MOB_SPAWNER("minecraft:mob_spawner", 52), - MOJANG_BANNER_PATTERN("minecraft:mojang_banner_pattern", 593), + MOJANG_BANNER_PATTERN("minecraft:mojang_banner_pattern", 595), MONSTER_EGG("minecraft:monster_egg", 97), - MOOSHROOM_SPAWN_EGG("minecraft:mooshroom_spawn_egg", 443), + MOOSHROOM_SPAWN_EGG("minecraft:mooshroom_spawn_egg", 444), MOSS_BLOCK("minecraft:moss_block", -320), @@ -1862,7 +1894,7 @@ public enum VanillaItemId { MOSSY_STONE_BRICK_STAIRS("minecraft:mossy_stone_brick_stairs", -175), - MOURNER_POTTERY_SHERD("minecraft:mourner_pottery_sherd", 678), + MOURNER_POTTERY_SHERD("minecraft:mourner_pottery_sherd", 680), MOVING_BLOCK("minecraft:moving_block", 250), @@ -1880,49 +1912,49 @@ public enum VanillaItemId { MUDDY_MANGROVE_ROOTS("minecraft:muddy_mangrove_roots", -483), - MULE_SPAWN_EGG("minecraft:mule_spawn_egg", 469), + MULE_SPAWN_EGG("minecraft:mule_spawn_egg", 471), MUSHROOM_STEW("minecraft:mushroom_stew", 261), - MUSIC_DISC_11("minecraft:music_disc_11", 553), + MUSIC_DISC_11("minecraft:music_disc_11", 555), - MUSIC_DISC_13("minecraft:music_disc_13", 543), + MUSIC_DISC_13("minecraft:music_disc_13", 545), - MUSIC_DISC_5("minecraft:music_disc_5", 645), + MUSIC_DISC_5("minecraft:music_disc_5", 647), - MUSIC_DISC_BLOCKS("minecraft:music_disc_blocks", 545), + MUSIC_DISC_BLOCKS("minecraft:music_disc_blocks", 547), - MUSIC_DISC_CAT("minecraft:music_disc_cat", 544), + MUSIC_DISC_CAT("minecraft:music_disc_cat", 546), - MUSIC_DISC_CHIRP("minecraft:music_disc_chirp", 546), + MUSIC_DISC_CHIRP("minecraft:music_disc_chirp", 548), - MUSIC_DISC_FAR("minecraft:music_disc_far", 547), + MUSIC_DISC_FAR("minecraft:music_disc_far", 549), - MUSIC_DISC_MALL("minecraft:music_disc_mall", 548), + MUSIC_DISC_MALL("minecraft:music_disc_mall", 550), - MUSIC_DISC_MELLOHI("minecraft:music_disc_mellohi", 549), + MUSIC_DISC_MELLOHI("minecraft:music_disc_mellohi", 551), - MUSIC_DISC_OTHERSIDE("minecraft:music_disc_otherside", 635), + MUSIC_DISC_OTHERSIDE("minecraft:music_disc_otherside", 637), - MUSIC_DISC_PIGSTEP("minecraft:music_disc_pigstep", 629), + MUSIC_DISC_PIGSTEP("minecraft:music_disc_pigstep", 631), - MUSIC_DISC_RELIC("minecraft:music_disc_relic", 703), + MUSIC_DISC_RELIC("minecraft:music_disc_relic", 705), - MUSIC_DISC_STAL("minecraft:music_disc_stal", 550), + MUSIC_DISC_STAL("minecraft:music_disc_stal", 552), - MUSIC_DISC_STRAD("minecraft:music_disc_strad", 551), + MUSIC_DISC_STRAD("minecraft:music_disc_strad", 553), - MUSIC_DISC_WAIT("minecraft:music_disc_wait", 554), + MUSIC_DISC_WAIT("minecraft:music_disc_wait", 556), - MUSIC_DISC_WARD("minecraft:music_disc_ward", 552), + MUSIC_DISC_WARD("minecraft:music_disc_ward", 554), - MUTTON("minecraft:mutton", 559), + MUTTON("minecraft:mutton", 561), MYCELIUM("minecraft:mycelium", 110), - NAME_TAG("minecraft:name_tag", 557), + NAME_TAG("minecraft:name_tag", 559), - NAUTILUS_SHELL("minecraft:nautilus_shell", 579), + NAUTILUS_SHELL("minecraft:nautilus_shell", 581), NETHER_BRICK("minecraft:nether_brick", 112), @@ -1932,41 +1964,41 @@ public enum VanillaItemId { NETHER_GOLD_ORE("minecraft:nether_gold_ore", -288), - NETHER_SPROUTS("minecraft:nether_sprouts", 630), + NETHER_SPROUTS("minecraft:nether_sprouts", 632), - NETHER_STAR("minecraft:nether_star", 527), + NETHER_STAR("minecraft:nether_star", 529), NETHER_WART("minecraft:nether_wart", 295), NETHER_WART_BLOCK("minecraft:nether_wart_block", 214), - NETHERBRICK("minecraft:netherbrick", 532), + NETHERBRICK("minecraft:netherbrick", 534), - NETHERITE_AXE("minecraft:netherite_axe", 615), + NETHERITE_AXE("minecraft:netherite_axe", 617), NETHERITE_BLOCK("minecraft:netherite_block", -270), - NETHERITE_BOOTS("minecraft:netherite_boots", 621), + NETHERITE_BOOTS("minecraft:netherite_boots", 623), - NETHERITE_CHESTPLATE("minecraft:netherite_chestplate", 619), + NETHERITE_CHESTPLATE("minecraft:netherite_chestplate", 621), - NETHERITE_HELMET("minecraft:netherite_helmet", 618), + NETHERITE_HELMET("minecraft:netherite_helmet", 620), - NETHERITE_HOE("minecraft:netherite_hoe", 616), + NETHERITE_HOE("minecraft:netherite_hoe", 618), - NETHERITE_INGOT("minecraft:netherite_ingot", 617), + NETHERITE_INGOT("minecraft:netherite_ingot", 619), - NETHERITE_LEGGINGS("minecraft:netherite_leggings", 620), + NETHERITE_LEGGINGS("minecraft:netherite_leggings", 622), - NETHERITE_PICKAXE("minecraft:netherite_pickaxe", 614), + NETHERITE_PICKAXE("minecraft:netherite_pickaxe", 616), - NETHERITE_SCRAP("minecraft:netherite_scrap", 622), + NETHERITE_SCRAP("minecraft:netherite_scrap", 624), - NETHERITE_SHOVEL("minecraft:netherite_shovel", 613), + NETHERITE_SHOVEL("minecraft:netherite_shovel", 615), - NETHERITE_SWORD("minecraft:netherite_sword", 612), + NETHERITE_SWORD("minecraft:netherite_sword", 614), - NETHERITE_UPGRADE_SMITHING_TEMPLATE("minecraft:netherite_upgrade_smithing_template", 686), + NETHERITE_UPGRADE_SMITHING_TEMPLATE("minecraft:netherite_upgrade_smithing_template", 688), NETHERRACK("minecraft:netherrack", 87), @@ -1976,29 +2008,37 @@ public enum VanillaItemId { NOTEBLOCK("minecraft:noteblock", 25), - NPC_SPAWN_EGG("minecraft:npc_spawn_egg", 473), + NPC_SPAWN_EGG("minecraft:npc_spawn_egg", 475), + + OAK_BOAT("minecraft:oak_boat", 379), - OAK_BOAT("minecraft:oak_boat", 378), + OAK_CHEST_BOAT("minecraft:oak_chest_boat", 649), - OAK_CHEST_BOAT("minecraft:oak_chest_boat", 647), + OAK_DOUBLE_SLAB("minecraft:oak_double_slab", 157), OAK_FENCE("minecraft:oak_fence", 85), OAK_HANGING_SIGN("minecraft:oak_hanging_sign", -500), + OAK_LEAVES("minecraft:oak_leaves", 18), + OAK_LOG("minecraft:oak_log", 17), OAK_PLANKS("minecraft:oak_planks", 5), OAK_SIGN("minecraft:oak_sign", 361), + OAK_SLAB("minecraft:oak_slab", 158), + OAK_STAIRS("minecraft:oak_stairs", 53), + OAK_WOOD("minecraft:oak_wood", -212), + OBSERVER("minecraft:observer", 251), OBSIDIAN("minecraft:obsidian", 49), - OCELOT_SPAWN_EGG("minecraft:ocelot_spawn_egg", 454), + OCELOT_SPAWN_EGG("minecraft:ocelot_spawn_egg", 455), OCHRE_FROGLIGHT("minecraft:ochre_froglight", -471), @@ -2012,7 +2052,7 @@ public enum VanillaItemId { ORANGE_CONCRETE_POWDER("minecraft:orange_concrete_powder", -709), - ORANGE_DYE("minecraft:orange_dye", 412), + ORANGE_DYE("minecraft:orange_dye", 413), ORANGE_GLAZED_TERRACOTTA("minecraft:orange_glazed_terracotta", 221), @@ -2052,27 +2092,27 @@ public enum VanillaItemId { PAINTING("minecraft:painting", 360), - PANDA_SPAWN_EGG("minecraft:panda_spawn_egg", 492), + PANDA_SPAWN_EGG("minecraft:panda_spawn_egg", 494), - PAPER("minecraft:paper", 389), + PAPER("minecraft:paper", 390), - PARROT_SPAWN_EGG("minecraft:parrot_spawn_egg", 481), + PARROT_SPAWN_EGG("minecraft:parrot_spawn_egg", 483), PEARLESCENT_FROGLIGHT("minecraft:pearlescent_froglight", -469), - PHANTOM_MEMBRANE("minecraft:phantom_membrane", 583), + PHANTOM_MEMBRANE("minecraft:phantom_membrane", 585), - PHANTOM_SPAWN_EGG("minecraft:phantom_spawn_egg", 489), + PHANTOM_SPAWN_EGG("minecraft:phantom_spawn_egg", 491), - PIG_SPAWN_EGG("minecraft:pig_spawn_egg", 440), + PIG_SPAWN_EGG("minecraft:pig_spawn_egg", 441), - PIGLIN_BANNER_PATTERN("minecraft:piglin_banner_pattern", 596), + PIGLIN_BANNER_PATTERN("minecraft:piglin_banner_pattern", 598), - PIGLIN_BRUTE_SPAWN_EGG("minecraft:piglin_brute_spawn_egg", 502), + PIGLIN_BRUTE_SPAWN_EGG("minecraft:piglin_brute_spawn_egg", 504), - PIGLIN_SPAWN_EGG("minecraft:piglin_spawn_egg", 500), + PIGLIN_SPAWN_EGG("minecraft:piglin_spawn_egg", 502), - PILLAGER_SPAWN_EGG("minecraft:pillager_spawn_egg", 494), + PILLAGER_SPAWN_EGG("minecraft:pillager_spawn_egg", 496), PINK_CANDLE("minecraft:pink_candle", -419), @@ -2084,7 +2124,7 @@ public enum VanillaItemId { PINK_CONCRETE_POWDER("minecraft:pink_concrete_powder", -714), - PINK_DYE("minecraft:pink_dye", 407), + PINK_DYE("minecraft:pink_dye", 408), PINK_GLAZED_TERRACOTTA("minecraft:pink_glazed_terracotta", 226), @@ -2110,9 +2150,9 @@ public enum VanillaItemId { PITCHER_POD("minecraft:pitcher_pod", 298), - PLANKS("minecraft:planks", 713), + PLANKS("minecraft:planks", 718), - PLENTY_POTTERY_SHERD("minecraft:plenty_pottery_sherd", 679), + PLENTY_POTTERY_SHERD("minecraft:plenty_pottery_sherd", 681), PODZOL("minecraft:podzol", 243), @@ -2120,7 +2160,7 @@ public enum VanillaItemId { POISONOUS_POTATO("minecraft:poisonous_potato", 283), - POLAR_BEAR_SPAWN_EGG("minecraft:polar_bear_spawn_egg", 475), + POLAR_BEAR_SPAWN_EGG("minecraft:polar_bear_spawn_egg", 477), POLISHED_ANDESITE("minecraft:polished_andesite", -595), @@ -2180,7 +2220,7 @@ public enum VanillaItemId { POLISHED_TUFF_WALL("minecraft:polished_tuff_wall", -752), - POPPED_CHORUS_FRUIT("minecraft:popped_chorus_fruit", 568), + POPPED_CHORUS_FRUIT("minecraft:popped_chorus_fruit", 570), PORKCHOP("minecraft:porkchop", 263), @@ -2190,7 +2230,7 @@ public enum VanillaItemId { POTATOES("minecraft:potatoes", 142), - POTION("minecraft:potion", 429), + POTION("minecraft:potion", 430), POWDER_SNOW("minecraft:powder_snow", -306), @@ -2204,19 +2244,19 @@ public enum VanillaItemId { PRISMARINE_BRICKS_STAIRS("minecraft:prismarine_bricks_stairs", -4), - PRISMARINE_CRYSTALS("minecraft:prismarine_crystals", 558), + PRISMARINE_CRYSTALS("minecraft:prismarine_crystals", 560), - PRISMARINE_SHARD("minecraft:prismarine_shard", 574), + PRISMARINE_SHARD("minecraft:prismarine_shard", 576), PRISMARINE_STAIRS("minecraft:prismarine_stairs", -2), - PRIZE_POTTERY_SHERD("minecraft:prize_pottery_sherd", 680), + PRIZE_POTTERY_SHERD("minecraft:prize_pottery_sherd", 682), PUFFERFISH("minecraft:pufferfish", 268), PUFFERFISH_BUCKET("minecraft:pufferfish_bucket", 370), - PUFFERFISH_SPAWN_EGG("minecraft:pufferfish_spawn_egg", 484), + PUFFERFISH_SPAWN_EGG("minecraft:pufferfish_spawn_egg", 486), PUMPKIN("minecraft:pumpkin", 86), @@ -2236,7 +2276,7 @@ public enum VanillaItemId { PURPLE_CONCRETE_POWDER("minecraft:purple_concrete_powder", -718), - PURPLE_DYE("minecraft:purple_dye", 403), + PURPLE_DYE("minecraft:purple_dye", 404), PURPLE_GLAZED_TERRACOTTA("minecraft:purple_glazed_terracotta", 219), @@ -2254,7 +2294,7 @@ public enum VanillaItemId { PURPUR_STAIRS("minecraft:purpur_stairs", 203), - QUARTZ("minecraft:quartz", 533), + QUARTZ("minecraft:quartz", 535), QUARTZ_BLOCK("minecraft:quartz_block", 155), @@ -2266,35 +2306,35 @@ public enum VanillaItemId { RABBIT("minecraft:rabbit", 289), - RABBIT_FOOT("minecraft:rabbit_foot", 537), + RABBIT_FOOT("minecraft:rabbit_foot", 539), - RABBIT_HIDE("minecraft:rabbit_hide", 538), + RABBIT_HIDE("minecraft:rabbit_hide", 540), - RABBIT_SPAWN_EGG("minecraft:rabbit_spawn_egg", 462), + RABBIT_SPAWN_EGG("minecraft:rabbit_spawn_egg", 463), RABBIT_STEW("minecraft:rabbit_stew", 291), RAIL("minecraft:rail", 66), - RAISER_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:raiser_armor_trim_smithing_template", 700), + RAISER_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:raiser_armor_trim_smithing_template", 702), - RAPID_FERTILIZER("minecraft:rapid_fertilizer", 606), + RAPID_FERTILIZER("minecraft:rapid_fertilizer", 608), - RAVAGER_SPAWN_EGG("minecraft:ravager_spawn_egg", 496), + RAVAGER_SPAWN_EGG("minecraft:ravager_spawn_egg", 498), - RAW_COPPER("minecraft:raw_copper", 516), + RAW_COPPER("minecraft:raw_copper", 518), RAW_COPPER_BLOCK("minecraft:raw_copper_block", -452), - RAW_GOLD("minecraft:raw_gold", 515), + RAW_GOLD("minecraft:raw_gold", 517), RAW_GOLD_BLOCK("minecraft:raw_gold_block", -453), - RAW_IRON("minecraft:raw_iron", 514), + RAW_IRON("minecraft:raw_iron", 516), RAW_IRON_BLOCK("minecraft:raw_iron_block", -451), - RECOVERY_COMPASS("minecraft:recovery_compass", 655), + RECOVERY_COMPASS("minecraft:recovery_compass", 657), RED_CANDLE("minecraft:red_candle", -427), @@ -2306,7 +2346,7 @@ public enum VanillaItemId { RED_CONCRETE_POWDER("minecraft:red_concrete_powder", -722), - RED_DYE("minecraft:red_dye", 399), + RED_DYE("minecraft:red_dye", 400), RED_FLOWER("minecraft:red_flower", 38), @@ -2348,7 +2388,7 @@ public enum VanillaItemId { REINFORCED_DEEPSLATE("minecraft:reinforced_deepslate", -466), - REPEATER("minecraft:repeater", 422), + REPEATER("minecraft:repeater", 423), REPEATING_COMMAND_BLOCK("minecraft:repeating_command_block", 188), @@ -2356,7 +2396,7 @@ public enum VanillaItemId { RESPAWN_ANCHOR("minecraft:respawn_anchor", -272), - RIB_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:rib_armor_trim_smithing_template", 696), + RIB_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:rib_armor_trim_smithing_template", 698), ROTTEN_FLESH("minecraft:rotten_flesh", 278), @@ -2366,7 +2406,7 @@ public enum VanillaItemId { SALMON_BUCKET("minecraft:salmon_bucket", 368), - SALMON_SPAWN_EGG("minecraft:salmon_spawn_egg", 485), + SALMON_SPAWN_EGG("minecraft:salmon_spawn_egg", 487), SAND("minecraft:sand", 12), @@ -2394,49 +2434,49 @@ public enum VanillaItemId { SEAGRASS("minecraft:seagrass", -130), - SENTRY_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:sentry_armor_trim_smithing_template", 687), + SENTRY_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:sentry_armor_trim_smithing_template", 689), - SHAPER_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:shaper_armor_trim_smithing_template", 701), + SHAPER_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:shaper_armor_trim_smithing_template", 703), - SHEAF_POTTERY_SHERD("minecraft:sheaf_pottery_sherd", 681), + SHEAF_POTTERY_SHERD("minecraft:sheaf_pottery_sherd", 683), - SHEARS("minecraft:shears", 424), + SHEARS("minecraft:shears", 425), - SHEEP_SPAWN_EGG("minecraft:sheep_spawn_egg", 441), + SHEEP_SPAWN_EGG("minecraft:sheep_spawn_egg", 442), - SHELTER_POTTERY_SHERD("minecraft:shelter_pottery_sherd", 682), + SHELTER_POTTERY_SHERD("minecraft:shelter_pottery_sherd", 684), SHIELD("minecraft:shield", 358), SHROOMLIGHT("minecraft:shroomlight", -230), - SHULKER_BOX("minecraft:shulker_box", 720), + SHULKER_BOX("minecraft:shulker_box", 725), - SHULKER_SHELL("minecraft:shulker_shell", 575), + SHULKER_SHELL("minecraft:shulker_shell", 577), - SHULKER_SPAWN_EGG("minecraft:shulker_spawn_egg", 472), + SHULKER_SPAWN_EGG("minecraft:shulker_spawn_egg", 474), - SILENCE_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:silence_armor_trim_smithing_template", 698), + SILENCE_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:silence_armor_trim_smithing_template", 700), SILVER_GLAZED_TERRACOTTA("minecraft:silver_glazed_terracotta", 228), - SILVERFISH_SPAWN_EGG("minecraft:silverfish_spawn_egg", 446), + SILVERFISH_SPAWN_EGG("minecraft:silverfish_spawn_egg", 447), - SKELETON_HORSE_SPAWN_EGG("minecraft:skeleton_horse_spawn_egg", 470), + SKELETON_HORSE_SPAWN_EGG("minecraft:skeleton_horse_spawn_egg", 472), - SKELETON_SPAWN_EGG("minecraft:skeleton_spawn_egg", 447), + SKELETON_SPAWN_EGG("minecraft:skeleton_spawn_egg", 448), - SKULL("minecraft:skull", 525), + SKULL("minecraft:skull", 527), - SKULL_BANNER_PATTERN("minecraft:skull_banner_pattern", 592), + SKULL_BANNER_PATTERN("minecraft:skull_banner_pattern", 594), - SKULL_POTTERY_SHERD("minecraft:skull_pottery_sherd", 683), + SKULL_POTTERY_SHERD("minecraft:skull_pottery_sherd", 685), SLIME("minecraft:slime", 165), - SLIME_BALL("minecraft:slime_ball", 391), + SLIME_BALL("minecraft:slime_ball", 392), - SLIME_SPAWN_EGG("minecraft:slime_spawn_egg", 448), + SLIME_SPAWN_EGG("minecraft:slime_spawn_egg", 449), SMALL_AMETHYST_BUD("minecraft:small_amethyst_bud", -332), @@ -2458,21 +2498,21 @@ public enum VanillaItemId { SNIFFER_EGG("minecraft:sniffer_egg", -596), - SNIFFER_SPAWN_EGG("minecraft:sniffer_spawn_egg", 503), + SNIFFER_SPAWN_EGG("minecraft:sniffer_spawn_egg", 505), - SNORT_POTTERY_SHERD("minecraft:snort_pottery_sherd", 684), + SNORT_POTTERY_SHERD("minecraft:snort_pottery_sherd", 686), - SNOUT_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:snout_armor_trim_smithing_template", 695), + SNOUT_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:snout_armor_trim_smithing_template", 697), SNOW("minecraft:snow", 80), - SNOW_GOLEM_SPAWN_EGG("minecraft:snow_golem_spawn_egg", 509), + SNOW_GOLEM_SPAWN_EGG("minecraft:snow_golem_spawn_egg", 511), SNOW_LAYER("minecraft:snow_layer", 78), SNOWBALL("minecraft:snowball", 377), - SOUL_CAMPFIRE("minecraft:soul_campfire", 631), + SOUL_CAMPFIRE("minecraft:soul_campfire", 633), SOUL_FIRE("minecraft:soul_fire", -237), @@ -2484,29 +2524,31 @@ public enum VanillaItemId { SOUL_TORCH("minecraft:soul_torch", -268), - SPARKLER("minecraft:sparkler", 609), + SPARKLER("minecraft:sparkler", 611), - SPAWN_EGG("minecraft:spawn_egg", 726), + SPAWN_EGG("minecraft:spawn_egg", 732), SPIDER_EYE("minecraft:spider_eye", 279), - SPIDER_SPAWN_EGG("minecraft:spider_spawn_egg", 449), + SPIDER_SPAWN_EGG("minecraft:spider_spawn_egg", 450), - SPIRE_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:spire_armor_trim_smithing_template", 697), + SPIRE_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:spire_armor_trim_smithing_template", 699), - SPLASH_POTION("minecraft:splash_potion", 570), + SPLASH_POTION("minecraft:splash_potion", 572), SPONGE("minecraft:sponge", 19), SPORE_BLOSSOM("minecraft:spore_blossom", -321), - SPRUCE_BOAT("minecraft:spruce_boat", 381), + SPRUCE_BOAT("minecraft:spruce_boat", 382), SPRUCE_BUTTON("minecraft:spruce_button", -144), - SPRUCE_CHEST_BOAT("minecraft:spruce_chest_boat", 650), + SPRUCE_CHEST_BOAT("minecraft:spruce_chest_boat", 652), - SPRUCE_DOOR("minecraft:spruce_door", 562), + SPRUCE_DOOR("minecraft:spruce_door", 564), + + SPRUCE_DOUBLE_SLAB("minecraft:spruce_double_slab", -809), SPRUCE_FENCE("minecraft:spruce_fence", -579), @@ -2514,13 +2556,17 @@ public enum VanillaItemId { SPRUCE_HANGING_SIGN("minecraft:spruce_hanging_sign", -501), + SPRUCE_LEAVES("minecraft:spruce_leaves", -800), + SPRUCE_LOG("minecraft:spruce_log", -569), SPRUCE_PLANKS("minecraft:spruce_planks", -739), SPRUCE_PRESSURE_PLATE("minecraft:spruce_pressure_plate", -154), - SPRUCE_SIGN("minecraft:spruce_sign", 585), + SPRUCE_SIGN("minecraft:spruce_sign", 587), + + SPRUCE_SLAB("minecraft:spruce_slab", -804), SPRUCE_STAIRS("minecraft:spruce_stairs", 134), @@ -2530,15 +2576,17 @@ public enum VanillaItemId { SPRUCE_WALL_SIGN("minecraft:spruce_wall_sign", -182), - SPYGLASS("minecraft:spyglass", 634), + SPRUCE_WOOD("minecraft:spruce_wood", -814), + + SPYGLASS("minecraft:spyglass", 636), - SQUID_SPAWN_EGG("minecraft:squid_spawn_egg", 453), + SQUID_SPAWN_EGG("minecraft:squid_spawn_egg", 454), - STAINED_GLASS("minecraft:stained_glass", 718), + STAINED_GLASS("minecraft:stained_glass", 723), - STAINED_GLASS_PANE("minecraft:stained_glass_pane", 719), + STAINED_GLASS_PANE("minecraft:stained_glass_pane", 724), - STAINED_HARDENED_CLAY("minecraft:stained_hardened_clay", 704), + STAINED_HARDENED_CLAY("minecraft:stained_hardened_clay", 706), STANDING_BANNER("minecraft:standing_banner", 176), @@ -2584,18 +2632,22 @@ public enum VanillaItemId { STONECUTTER_BLOCK("minecraft:stonecutter_block", -197), - STRAY_SPAWN_EGG("minecraft:stray_spawn_egg", 465), + STRAY_SPAWN_EGG("minecraft:stray_spawn_egg", 466), - STRIDER_SPAWN_EGG("minecraft:strider_spawn_egg", 498), + STRIDER_SPAWN_EGG("minecraft:strider_spawn_egg", 500), STRING("minecraft:string", 329), STRIPPED_ACACIA_LOG("minecraft:stripped_acacia_log", -8), + STRIPPED_ACACIA_WOOD("minecraft:stripped_acacia_wood", -823), + STRIPPED_BAMBOO_BLOCK("minecraft:stripped_bamboo_block", -528), STRIPPED_BIRCH_LOG("minecraft:stripped_birch_log", -6), + STRIPPED_BIRCH_WOOD("minecraft:stripped_birch_wood", -821), + STRIPPED_CHERRY_LOG("minecraft:stripped_cherry_log", -535), STRIPPED_CHERRY_WOOD("minecraft:stripped_cherry_wood", -545), @@ -2606,16 +2658,24 @@ public enum VanillaItemId { STRIPPED_DARK_OAK_LOG("minecraft:stripped_dark_oak_log", -9), + STRIPPED_DARK_OAK_WOOD("minecraft:stripped_dark_oak_wood", -824), + STRIPPED_JUNGLE_LOG("minecraft:stripped_jungle_log", -7), + STRIPPED_JUNGLE_WOOD("minecraft:stripped_jungle_wood", -822), + STRIPPED_MANGROVE_LOG("minecraft:stripped_mangrove_log", -485), STRIPPED_MANGROVE_WOOD("minecraft:stripped_mangrove_wood", -498), STRIPPED_OAK_LOG("minecraft:stripped_oak_log", -10), + STRIPPED_OAK_WOOD("minecraft:stripped_oak_wood", -819), + STRIPPED_SPRUCE_LOG("minecraft:stripped_spruce_log", -5), + STRIPPED_SPRUCE_WOOD("minecraft:stripped_spruce_wood", -820), + STRIPPED_WARPED_HYPHAE("minecraft:stripped_warped_hyphae", -301), STRIPPED_WARPED_STEM("minecraft:stripped_warped_stem", -241), @@ -2624,35 +2684,35 @@ public enum VanillaItemId { STRUCTURE_VOID("minecraft:structure_void", 217), - SUGAR("minecraft:sugar", 419), + SUGAR("minecraft:sugar", 420), - SUGAR_CANE("minecraft:sugar_cane", 388), + SUGAR_CANE("minecraft:sugar_cane", 389), SUSPICIOUS_GRAVEL("minecraft:suspicious_gravel", -573), SUSPICIOUS_SAND("minecraft:suspicious_sand", -529), - SUSPICIOUS_STEW("minecraft:suspicious_stew", 599), + SUSPICIOUS_STEW("minecraft:suspicious_stew", 601), SWEET_BERRIES("minecraft:sweet_berries", 288), SWEET_BERRY_BUSH("minecraft:sweet_berry_bush", -207), - TADPOLE_BUCKET("minecraft:tadpole_bucket", 639), + TADPOLE_BUCKET("minecraft:tadpole_bucket", 641), - TADPOLE_SPAWN_EGG("minecraft:tadpole_spawn_egg", 638), + TADPOLE_SPAWN_EGG("minecraft:tadpole_spawn_egg", 640), TALLGRASS("minecraft:tallgrass", 31), TARGET("minecraft:target", -239), - TIDE_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:tide_armor_trim_smithing_template", 694), + TIDE_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:tide_armor_trim_smithing_template", 696), TINTED_GLASS("minecraft:tinted_glass", -334), TNT("minecraft:tnt", 46), - TNT_MINECART("minecraft:tnt_minecart", 534), + TNT_MINECART("minecraft:tnt_minecart", 536), TORCH("minecraft:torch", 50), @@ -2662,19 +2722,19 @@ public enum VanillaItemId { TORCHFLOWER_SEEDS("minecraft:torchflower_seeds", 297), - TOTEM_OF_UNDYING("minecraft:totem_of_undying", 577), + TOTEM_OF_UNDYING("minecraft:totem_of_undying", 579), - TRADER_LLAMA_SPAWN_EGG("minecraft:trader_llama_spawn_egg", 657), + TRADER_LLAMA_SPAWN_EGG("minecraft:trader_llama_spawn_egg", 659), TRAPDOOR("minecraft:trapdoor", 96), TRAPPED_CHEST("minecraft:trapped_chest", 146), - TRIAL_KEY("minecraft:trial_key", 705), + TRIAL_KEY("minecraft:trial_key", 707), TRIAL_SPAWNER("minecraft:trial_spawner", -315), - TRIDENT("minecraft:trident", 555), + TRIDENT("minecraft:trident", 557), TRIP_WIRE("minecraft:trip_wire", 132), @@ -2684,7 +2744,7 @@ public enum VanillaItemId { TROPICAL_FISH_BUCKET("minecraft:tropical_fish_bucket", 369), - TROPICAL_FISH_SPAWN_EGG("minecraft:tropical_fish_spawn_egg", 482), + TROPICAL_FISH_SPAWN_EGG("minecraft:tropical_fish_spawn_egg", 484), TUBE_CORAL("minecraft:tube_coral", -131), @@ -2710,11 +2770,11 @@ public enum VanillaItemId { TURTLE_EGG("minecraft:turtle_egg", -159), - TURTLE_HELMET("minecraft:turtle_helmet", 582), + TURTLE_HELMET("minecraft:turtle_helmet", 584), - TURTLE_SCUTE("minecraft:turtle_scute", 581), + TURTLE_SCUTE("minecraft:turtle_scute", 583), - TURTLE_SPAWN_EGG("minecraft:turtle_spawn_egg", 488), + TURTLE_SPAWN_EGG("minecraft:turtle_spawn_egg", 490), TWISTING_VINES("minecraft:twisting_vines", -287), @@ -2730,15 +2790,17 @@ public enum VanillaItemId { UNPOWERED_REPEATER("minecraft:unpowered_repeater", 93), + VAULT("minecraft:vault", -314), + VERDANT_FROGLIGHT("minecraft:verdant_froglight", -470), - VEX_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:vex_armor_trim_smithing_template", 693), + VEX_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:vex_armor_trim_smithing_template", 695), - VEX_SPAWN_EGG("minecraft:vex_spawn_egg", 479), + VEX_SPAWN_EGG("minecraft:vex_spawn_egg", 481), - VILLAGER_SPAWN_EGG("minecraft:villager_spawn_egg", 452), + VILLAGER_SPAWN_EGG("minecraft:villager_spawn_egg", 453), - VINDICATOR_SPAWN_EGG("minecraft:vindicator_spawn_egg", 477), + VINDICATOR_SPAWN_EGG("minecraft:vindicator_spawn_egg", 479), VINE("minecraft:vine", 106), @@ -2746,15 +2808,15 @@ public enum VanillaItemId { WALL_SIGN("minecraft:wall_sign", 68), - WANDERING_TRADER_SPAWN_EGG("minecraft:wandering_trader_spawn_egg", 495), + WANDERING_TRADER_SPAWN_EGG("minecraft:wandering_trader_spawn_egg", 497), - WARD_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:ward_armor_trim_smithing_template", 691), + WARD_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:ward_armor_trim_smithing_template", 693), - WARDEN_SPAWN_EGG("minecraft:warden_spawn_egg", 641), + WARDEN_SPAWN_EGG("minecraft:warden_spawn_egg", 643), WARPED_BUTTON("minecraft:warped_button", -261), - WARPED_DOOR("minecraft:warped_door", 626), + WARPED_DOOR("minecraft:warped_door", 628), WARPED_DOUBLE_SLAB("minecraft:warped_double_slab", -267), @@ -2764,7 +2826,7 @@ public enum VanillaItemId { WARPED_FUNGUS("minecraft:warped_fungus", -229), - WARPED_FUNGUS_ON_A_STICK("minecraft:warped_fungus_on_a_stick", 627), + WARPED_FUNGUS_ON_A_STICK("minecraft:warped_fungus_on_a_stick", 629), WARPED_HANGING_SIGN("minecraft:warped_hanging_sign", -507), @@ -2778,7 +2840,7 @@ public enum VanillaItemId { WARPED_ROOTS("minecraft:warped_roots", -224), - WARPED_SIGN("minecraft:warped_sign", 624), + WARPED_SIGN("minecraft:warped_sign", 626), WARPED_SLAB("minecraft:warped_slab", -265), @@ -2880,7 +2942,7 @@ public enum VanillaItemId { WAXED_WEATHERED_DOUBLE_CUT_COPPER_SLAB("minecraft:waxed_weathered_double_cut_copper_slab", -374), - WAYFINDER_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:wayfinder_armor_trim_smithing_template", 699), + WAYFINDER_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:wayfinder_armor_trim_smithing_template", 701), WEATHERED_CHISELED_COPPER("minecraft:weathered_chiseled_copper", -762), @@ -2920,7 +2982,7 @@ public enum VanillaItemId { WHITE_CONCRETE_POWDER("minecraft:white_concrete_powder", 237), - WHITE_DYE("minecraft:white_dye", 413), + WHITE_DYE("minecraft:white_dye", 414), WHITE_GLAZED_TERRACOTTA("minecraft:white_glazed_terracotta", 220), @@ -2934,21 +2996,23 @@ public enum VanillaItemId { WHITE_WOOL("minecraft:white_wool", 35), - WILD_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:wild_armor_trim_smithing_template", 690), + WILD_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:wild_armor_trim_smithing_template", 692), + + WIND_CHARGE("minecraft:wind_charge", 378), - WITCH_SPAWN_EGG("minecraft:witch_spawn_egg", 455), + WITCH_SPAWN_EGG("minecraft:witch_spawn_egg", 456), WITHER_ROSE("minecraft:wither_rose", -216), - WITHER_SKELETON_SPAWN_EGG("minecraft:wither_skeleton_spawn_egg", 467), + WITHER_SKELETON_SPAWN_EGG("minecraft:wither_skeleton_spawn_egg", 469), - WITHER_SPAWN_EGG("minecraft:wither_spawn_egg", 511), + WITHER_SPAWN_EGG("minecraft:wither_spawn_egg", 513), - WOLF_ARMOR("minecraft:wolf_armor", 708), + WOLF_ARMOR("minecraft:wolf_armor", 710), - WOLF_SPAWN_EGG("minecraft:wolf_spawn_egg", 442), + WOLF_SPAWN_EGG("minecraft:wolf_spawn_egg", 443), - WOOD("minecraft:wood", -212), + WOOD("minecraft:wood", 726), WOODEN_AXE("minecraft:wooden_axe", 314), @@ -2964,15 +3028,15 @@ public enum VanillaItemId { WOODEN_SHOVEL("minecraft:wooden_shovel", 312), - WOODEN_SLAB("minecraft:wooden_slab", 158), + WOODEN_SLAB("minecraft:wooden_slab", 717), WOODEN_SWORD("minecraft:wooden_sword", 311), - WOOL("minecraft:wool", 709), + WOOL("minecraft:wool", 711), - WRITABLE_BOOK("minecraft:writable_book", 519), + WRITABLE_BOOK("minecraft:writable_book", 521), - WRITTEN_BOOK("minecraft:written_book", 520), + WRITTEN_BOOK("minecraft:written_book", 522), YELLOW_CANDLE("minecraft:yellow_candle", -417), @@ -2984,7 +3048,7 @@ public enum VanillaItemId { YELLOW_CONCRETE_POWDER("minecraft:yellow_concrete_powder", -712), - YELLOW_DYE("minecraft:yellow_dye", 409), + YELLOW_DYE("minecraft:yellow_dye", 410), YELLOW_FLOWER("minecraft:yellow_flower", 37), @@ -3000,15 +3064,15 @@ public enum VanillaItemId { YELLOW_WOOL("minecraft:yellow_wool", -558), - ZOGLIN_SPAWN_EGG("minecraft:zoglin_spawn_egg", 501), + ZOGLIN_SPAWN_EGG("minecraft:zoglin_spawn_egg", 503), - ZOMBIE_HORSE_SPAWN_EGG("minecraft:zombie_horse_spawn_egg", 471), + ZOMBIE_HORSE_SPAWN_EGG("minecraft:zombie_horse_spawn_egg", 473), - ZOMBIE_PIGMAN_SPAWN_EGG("minecraft:zombie_pigman_spawn_egg", 451), + ZOMBIE_PIGMAN_SPAWN_EGG("minecraft:zombie_pigman_spawn_egg", 452), - ZOMBIE_SPAWN_EGG("minecraft:zombie_spawn_egg", 450), + ZOMBIE_SPAWN_EGG("minecraft:zombie_spawn_egg", 451), - ZOMBIE_VILLAGER_SPAWN_EGG("minecraft:zombie_villager_spawn_egg", 480); + ZOMBIE_VILLAGER_SPAWN_EGG("minecraft:zombie_villager_spawn_egg", 482); @Getter private final Identifier identifier; diff --git a/Allay-API/src/main/java/org/allaymc/api/data/VanillaItemTags.java b/Allay-API/src/main/java/org/allaymc/api/data/VanillaItemTags.java index 029d00ba4..c1bac3039 100644 --- a/Allay-API/src/main/java/org/allaymc/api/data/VanillaItemTags.java +++ b/Allay-API/src/main/java/org/allaymc/api/data/VanillaItemTags.java @@ -1,9 +1,9 @@ package org.allaymc.api.data; -import org.allaymc.api.item.tag.ItemTag; - +import java.lang.String; import java.util.HashMap; import java.util.Map; +import org.allaymc.api.item.tag.ItemTag; /** * Automatically generated by {@code org.allaymc.codegen.VanillaItemTagGen}
diff --git a/Allay-API/src/main/java/org/allaymc/api/item/interfaces/ItemGrassBlockStack.java b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/ItemGrassBlockStack.java new file mode 100644 index 000000000..6e3ff97c6 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/ItemGrassBlockStack.java @@ -0,0 +1,10 @@ +package org.allaymc.api.item.interfaces; + +import org.allaymc.api.item.ItemStack; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface ItemGrassBlockStack extends ItemStack { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/item/interfaces/ItemGrassStack.java b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/ItemVaultStack.java similarity index 72% rename from Allay-API/src/main/java/org/allaymc/api/item/interfaces/ItemGrassStack.java rename to Allay-API/src/main/java/org/allaymc/api/item/interfaces/ItemVaultStack.java index 7e959b12d..67e02453f 100644 --- a/Allay-API/src/main/java/org/allaymc/api/item/interfaces/ItemGrassStack.java +++ b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/ItemVaultStack.java @@ -6,5 +6,5 @@ * @author daoge_cmd
* Allay Project
*/ -public interface ItemGrassStack extends ItemStack { +public interface ItemVaultStack extends ItemStack { } diff --git a/Allay-API/src/main/java/org/allaymc/api/item/interfaces/ItemWindChargeStack.java b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/ItemWindChargeStack.java new file mode 100644 index 000000000..4abce2763 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/ItemWindChargeStack.java @@ -0,0 +1,10 @@ +package org.allaymc.api.item.interfaces; + +import org.allaymc.api.item.ItemStack; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface ItemWindChargeStack extends ItemStack { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/item/interfaces/egg/ItemBoggedSpawnEggStack.java b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/egg/ItemBoggedSpawnEggStack.java new file mode 100644 index 000000000..a1cd9383b --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/egg/ItemBoggedSpawnEggStack.java @@ -0,0 +1,10 @@ +package org.allaymc.api.item.interfaces.egg; + +import org.allaymc.api.item.ItemStack; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface ItemBoggedSpawnEggStack extends ItemStack { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/item/interfaces/leaves/ItemAcaciaLeavesStack.java b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/leaves/ItemAcaciaLeavesStack.java new file mode 100644 index 000000000..0057dac8c --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/leaves/ItemAcaciaLeavesStack.java @@ -0,0 +1,10 @@ +package org.allaymc.api.item.interfaces.leaves; + +import org.allaymc.api.item.ItemStack; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface ItemAcaciaLeavesStack extends ItemStack { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/item/interfaces/leaves/ItemBirchLeavesStack.java b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/leaves/ItemBirchLeavesStack.java new file mode 100644 index 000000000..2195cb046 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/leaves/ItemBirchLeavesStack.java @@ -0,0 +1,10 @@ +package org.allaymc.api.item.interfaces.leaves; + +import org.allaymc.api.item.ItemStack; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface ItemBirchLeavesStack extends ItemStack { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/item/interfaces/leaves/ItemDarkOakLeavesStack.java b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/leaves/ItemDarkOakLeavesStack.java new file mode 100644 index 000000000..961a2cacc --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/leaves/ItemDarkOakLeavesStack.java @@ -0,0 +1,10 @@ +package org.allaymc.api.item.interfaces.leaves; + +import org.allaymc.api.item.ItemStack; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface ItemDarkOakLeavesStack extends ItemStack { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/item/interfaces/leaves/ItemJungleLeavesStack.java b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/leaves/ItemJungleLeavesStack.java new file mode 100644 index 000000000..972c5610a --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/leaves/ItemJungleLeavesStack.java @@ -0,0 +1,10 @@ +package org.allaymc.api.item.interfaces.leaves; + +import org.allaymc.api.item.ItemStack; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface ItemJungleLeavesStack extends ItemStack { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/item/interfaces/leaves/ItemOakLeavesStack.java b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/leaves/ItemOakLeavesStack.java new file mode 100644 index 000000000..524b32689 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/leaves/ItemOakLeavesStack.java @@ -0,0 +1,10 @@ +package org.allaymc.api.item.interfaces.leaves; + +import org.allaymc.api.item.ItemStack; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface ItemOakLeavesStack extends ItemStack { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/item/interfaces/leaves/ItemSpruceLeavesStack.java b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/leaves/ItemSpruceLeavesStack.java new file mode 100644 index 000000000..ce32db385 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/leaves/ItemSpruceLeavesStack.java @@ -0,0 +1,10 @@ +package org.allaymc.api.item.interfaces.leaves; + +import org.allaymc.api.item.ItemStack; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface ItemSpruceLeavesStack extends ItemStack { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemAcaciaDoubleSlabStack.java b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemAcaciaDoubleSlabStack.java new file mode 100644 index 000000000..3c31deea6 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemAcaciaDoubleSlabStack.java @@ -0,0 +1,10 @@ +package org.allaymc.api.item.interfaces.slab; + +import org.allaymc.api.item.ItemStack; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface ItemAcaciaDoubleSlabStack extends ItemStack { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemAcaciaSlabStack.java b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemAcaciaSlabStack.java new file mode 100644 index 000000000..d20d07228 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemAcaciaSlabStack.java @@ -0,0 +1,10 @@ +package org.allaymc.api.item.interfaces.slab; + +import org.allaymc.api.item.ItemStack; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface ItemAcaciaSlabStack extends ItemStack { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemBirchDoubleSlabStack.java b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemBirchDoubleSlabStack.java new file mode 100644 index 000000000..5728ef3eb --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemBirchDoubleSlabStack.java @@ -0,0 +1,10 @@ +package org.allaymc.api.item.interfaces.slab; + +import org.allaymc.api.item.ItemStack; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface ItemBirchDoubleSlabStack extends ItemStack { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemBirchSlabStack.java b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemBirchSlabStack.java new file mode 100644 index 000000000..d54f112dd --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemBirchSlabStack.java @@ -0,0 +1,10 @@ +package org.allaymc.api.item.interfaces.slab; + +import org.allaymc.api.item.ItemStack; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface ItemBirchSlabStack extends ItemStack { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemDarkOakDoubleSlabStack.java b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemDarkOakDoubleSlabStack.java new file mode 100644 index 000000000..628cf39bf --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemDarkOakDoubleSlabStack.java @@ -0,0 +1,10 @@ +package org.allaymc.api.item.interfaces.slab; + +import org.allaymc.api.item.ItemStack; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface ItemDarkOakDoubleSlabStack extends ItemStack { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemDarkOakSlabStack.java b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemDarkOakSlabStack.java new file mode 100644 index 000000000..4ac0f738a --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemDarkOakSlabStack.java @@ -0,0 +1,10 @@ +package org.allaymc.api.item.interfaces.slab; + +import org.allaymc.api.item.ItemStack; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface ItemDarkOakSlabStack extends ItemStack { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemJungleDoubleSlabStack.java b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemJungleDoubleSlabStack.java new file mode 100644 index 000000000..aa0d86a0c --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemJungleDoubleSlabStack.java @@ -0,0 +1,10 @@ +package org.allaymc.api.item.interfaces.slab; + +import org.allaymc.api.item.ItemStack; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface ItemJungleDoubleSlabStack extends ItemStack { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemJungleSlabStack.java b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemJungleSlabStack.java new file mode 100644 index 000000000..9cdf976f9 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemJungleSlabStack.java @@ -0,0 +1,10 @@ +package org.allaymc.api.item.interfaces.slab; + +import org.allaymc.api.item.ItemStack; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface ItemJungleSlabStack extends ItemStack { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemOakDoubleSlabStack.java b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemOakDoubleSlabStack.java new file mode 100644 index 000000000..f846f325f --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemOakDoubleSlabStack.java @@ -0,0 +1,10 @@ +package org.allaymc.api.item.interfaces.slab; + +import org.allaymc.api.item.ItemStack; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface ItemOakDoubleSlabStack extends ItemStack { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemOakSlabStack.java b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemOakSlabStack.java new file mode 100644 index 000000000..ba5eade09 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemOakSlabStack.java @@ -0,0 +1,10 @@ +package org.allaymc.api.item.interfaces.slab; + +import org.allaymc.api.item.ItemStack; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface ItemOakSlabStack extends ItemStack { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemSpruceDoubleSlabStack.java b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemSpruceDoubleSlabStack.java new file mode 100644 index 000000000..6e09c2414 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemSpruceDoubleSlabStack.java @@ -0,0 +1,10 @@ +package org.allaymc.api.item.interfaces.slab; + +import org.allaymc.api.item.ItemStack; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface ItemSpruceDoubleSlabStack extends ItemStack { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemSpruceSlabStack.java b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemSpruceSlabStack.java new file mode 100644 index 000000000..fd97069a1 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/slab/ItemSpruceSlabStack.java @@ -0,0 +1,10 @@ +package org.allaymc.api.item.interfaces.slab; + +import org.allaymc.api.item.ItemStack; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface ItemSpruceSlabStack extends ItemStack { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemAcaciaWoodStack.java b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemAcaciaWoodStack.java new file mode 100644 index 000000000..3323f01bc --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemAcaciaWoodStack.java @@ -0,0 +1,10 @@ +package org.allaymc.api.item.interfaces.wood; + +import org.allaymc.api.item.ItemStack; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface ItemAcaciaWoodStack extends ItemStack { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemBirchWoodStack.java b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemBirchWoodStack.java new file mode 100644 index 000000000..99c53b691 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemBirchWoodStack.java @@ -0,0 +1,10 @@ +package org.allaymc.api.item.interfaces.wood; + +import org.allaymc.api.item.ItemStack; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface ItemBirchWoodStack extends ItemStack { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemDarkOakWoodStack.java b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemDarkOakWoodStack.java new file mode 100644 index 000000000..19536c855 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemDarkOakWoodStack.java @@ -0,0 +1,10 @@ +package org.allaymc.api.item.interfaces.wood; + +import org.allaymc.api.item.ItemStack; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface ItemDarkOakWoodStack extends ItemStack { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemJungleWoodStack.java b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemJungleWoodStack.java new file mode 100644 index 000000000..206136b85 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemJungleWoodStack.java @@ -0,0 +1,10 @@ +package org.allaymc.api.item.interfaces.wood; + +import org.allaymc.api.item.ItemStack; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface ItemJungleWoodStack extends ItemStack { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemOakWoodStack.java b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemOakWoodStack.java new file mode 100644 index 000000000..cb8b29bb5 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemOakWoodStack.java @@ -0,0 +1,10 @@ +package org.allaymc.api.item.interfaces.wood; + +import org.allaymc.api.item.ItemStack; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface ItemOakWoodStack extends ItemStack { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemSpruceWoodStack.java b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemSpruceWoodStack.java new file mode 100644 index 000000000..1366f100f --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemSpruceWoodStack.java @@ -0,0 +1,10 @@ +package org.allaymc.api.item.interfaces.wood; + +import org.allaymc.api.item.ItemStack; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface ItemSpruceWoodStack extends ItemStack { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemStrippedAcaciaWoodStack.java b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemStrippedAcaciaWoodStack.java new file mode 100644 index 000000000..3520eaad4 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemStrippedAcaciaWoodStack.java @@ -0,0 +1,10 @@ +package org.allaymc.api.item.interfaces.wood; + +import org.allaymc.api.item.ItemStack; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface ItemStrippedAcaciaWoodStack extends ItemStack { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemStrippedBirchWoodStack.java b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemStrippedBirchWoodStack.java new file mode 100644 index 000000000..29b329bff --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemStrippedBirchWoodStack.java @@ -0,0 +1,10 @@ +package org.allaymc.api.item.interfaces.wood; + +import org.allaymc.api.item.ItemStack; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface ItemStrippedBirchWoodStack extends ItemStack { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemStrippedDarkOakWoodStack.java b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemStrippedDarkOakWoodStack.java new file mode 100644 index 000000000..8d12f86d8 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemStrippedDarkOakWoodStack.java @@ -0,0 +1,10 @@ +package org.allaymc.api.item.interfaces.wood; + +import org.allaymc.api.item.ItemStack; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface ItemStrippedDarkOakWoodStack extends ItemStack { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemStrippedJungleWoodStack.java b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemStrippedJungleWoodStack.java new file mode 100644 index 000000000..ce8d902ef --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemStrippedJungleWoodStack.java @@ -0,0 +1,10 @@ +package org.allaymc.api.item.interfaces.wood; + +import org.allaymc.api.item.ItemStack; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface ItemStrippedJungleWoodStack extends ItemStack { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemStrippedOakWoodStack.java b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemStrippedOakWoodStack.java new file mode 100644 index 000000000..b0abdfd11 --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemStrippedOakWoodStack.java @@ -0,0 +1,10 @@ +package org.allaymc.api.item.interfaces.wood; + +import org.allaymc.api.item.ItemStack; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface ItemStrippedOakWoodStack extends ItemStack { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemStrippedSpruceWoodStack.java b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemStrippedSpruceWoodStack.java new file mode 100644 index 000000000..3afbd25ff --- /dev/null +++ b/Allay-API/src/main/java/org/allaymc/api/item/interfaces/wood/ItemStrippedSpruceWoodStack.java @@ -0,0 +1,10 @@ +package org.allaymc.api.item.interfaces.wood; + +import org.allaymc.api.item.ItemStack; + +/** + * @author daoge_cmd
+ * Allay Project
+ */ +public interface ItemStrippedSpruceWoodStack extends ItemStack { +} diff --git a/Allay-API/src/main/java/org/allaymc/api/item/type/ItemTypes.java b/Allay-API/src/main/java/org/allaymc/api/item/type/ItemTypes.java index d852acac7..b49e70cd7 100644 --- a/Allay-API/src/main/java/org/allaymc/api/item/type/ItemTypes.java +++ b/Allay-API/src/main/java/org/allaymc/api/item/type/ItemTypes.java @@ -263,8 +263,8 @@ import org.allaymc.api.item.interfaces.ItemGoldenShovelStack; import org.allaymc.api.item.interfaces.ItemGoldenSwordStack; import org.allaymc.api.item.interfaces.ItemGraniteStack; +import org.allaymc.api.item.interfaces.ItemGrassBlockStack; import org.allaymc.api.item.interfaces.ItemGrassPathStack; -import org.allaymc.api.item.interfaces.ItemGrassStack; import org.allaymc.api.item.interfaces.ItemGravelStack; import org.allaymc.api.item.interfaces.ItemGrayDyeStack; import org.allaymc.api.item.interfaces.ItemGreenDyeStack; @@ -587,6 +587,7 @@ import org.allaymc.api.item.interfaces.ItemUnlitRedstoneTorchStack; import org.allaymc.api.item.interfaces.ItemUnpoweredComparatorStack; import org.allaymc.api.item.interfaces.ItemUnpoweredRepeaterStack; +import org.allaymc.api.item.interfaces.ItemVaultStack; import org.allaymc.api.item.interfaces.ItemVerdantFroglightStack; import org.allaymc.api.item.interfaces.ItemVexArmorTrimSmithingTemplateStack; import org.allaymc.api.item.interfaces.ItemVineStack; @@ -618,6 +619,7 @@ import org.allaymc.api.item.interfaces.ItemWheatStack; import org.allaymc.api.item.interfaces.ItemWhiteDyeStack; import org.allaymc.api.item.interfaces.ItemWildArmorTrimSmithingTemplateStack; +import org.allaymc.api.item.interfaces.ItemWindChargeStack; import org.allaymc.api.item.interfaces.ItemWitherRoseStack; import org.allaymc.api.item.interfaces.ItemWolfArmorStack; import org.allaymc.api.item.interfaces.ItemWoodenAxeStack; @@ -858,6 +860,7 @@ import org.allaymc.api.item.interfaces.egg.ItemBatSpawnEggStack; import org.allaymc.api.item.interfaces.egg.ItemBeeSpawnEggStack; import org.allaymc.api.item.interfaces.egg.ItemBlazeSpawnEggStack; +import org.allaymc.api.item.interfaces.egg.ItemBoggedSpawnEggStack; import org.allaymc.api.item.interfaces.egg.ItemBreezeSpawnEggStack; import org.allaymc.api.item.interfaces.egg.ItemCamelSpawnEggStack; import org.allaymc.api.item.interfaces.egg.ItemCatSpawnEggStack; @@ -1104,12 +1107,18 @@ import org.allaymc.api.item.interfaces.helmet.ItemLeatherHelmetStack; import org.allaymc.api.item.interfaces.helmet.ItemNetheriteHelmetStack; import org.allaymc.api.item.interfaces.helmet.ItemTurtleHelmetStack; +import org.allaymc.api.item.interfaces.leaves.ItemAcaciaLeavesStack; import org.allaymc.api.item.interfaces.leaves.ItemAzaleaLeavesFloweredStack; import org.allaymc.api.item.interfaces.leaves.ItemAzaleaLeavesStack; +import org.allaymc.api.item.interfaces.leaves.ItemBirchLeavesStack; import org.allaymc.api.item.interfaces.leaves.ItemCherryLeavesStack; +import org.allaymc.api.item.interfaces.leaves.ItemDarkOakLeavesStack; +import org.allaymc.api.item.interfaces.leaves.ItemJungleLeavesStack; import org.allaymc.api.item.interfaces.leaves.ItemLeaves2Stack; import org.allaymc.api.item.interfaces.leaves.ItemLeavesStack; import org.allaymc.api.item.interfaces.leaves.ItemMangroveLeavesStack; +import org.allaymc.api.item.interfaces.leaves.ItemOakLeavesStack; +import org.allaymc.api.item.interfaces.leaves.ItemSpruceLeavesStack; import org.allaymc.api.item.interfaces.leggings.ItemChainmailLeggingsStack; import org.allaymc.api.item.interfaces.leggings.ItemDiamondLeggingsStack; import org.allaymc.api.item.interfaces.leggings.ItemGoldenLeggingsStack; @@ -1207,10 +1216,14 @@ import org.allaymc.api.item.interfaces.sign.ItemOakSignStack; import org.allaymc.api.item.interfaces.sign.ItemSpruceSignStack; import org.allaymc.api.item.interfaces.sign.ItemWarpedSignStack; +import org.allaymc.api.item.interfaces.slab.ItemAcaciaDoubleSlabStack; +import org.allaymc.api.item.interfaces.slab.ItemAcaciaSlabStack; import org.allaymc.api.item.interfaces.slab.ItemBambooDoubleSlabStack; import org.allaymc.api.item.interfaces.slab.ItemBambooMosaicDoubleSlabStack; import org.allaymc.api.item.interfaces.slab.ItemBambooMosaicSlabStack; import org.allaymc.api.item.interfaces.slab.ItemBambooSlabStack; +import org.allaymc.api.item.interfaces.slab.ItemBirchDoubleSlabStack; +import org.allaymc.api.item.interfaces.slab.ItemBirchSlabStack; import org.allaymc.api.item.interfaces.slab.ItemBlackstoneDoubleSlabStack; import org.allaymc.api.item.interfaces.slab.ItemBlackstoneSlabStack; import org.allaymc.api.item.interfaces.slab.ItemCherryDoubleSlabStack; @@ -1220,6 +1233,8 @@ import org.allaymc.api.item.interfaces.slab.ItemCrimsonDoubleSlabStack; import org.allaymc.api.item.interfaces.slab.ItemCrimsonSlabStack; import org.allaymc.api.item.interfaces.slab.ItemCutCopperSlabStack; +import org.allaymc.api.item.interfaces.slab.ItemDarkOakDoubleSlabStack; +import org.allaymc.api.item.interfaces.slab.ItemDarkOakSlabStack; import org.allaymc.api.item.interfaces.slab.ItemDeepslateBrickDoubleSlabStack; import org.allaymc.api.item.interfaces.slab.ItemDeepslateBrickSlabStack; import org.allaymc.api.item.interfaces.slab.ItemDeepslateTileDoubleSlabStack; @@ -1229,13 +1244,16 @@ import org.allaymc.api.item.interfaces.slab.ItemDoubleStoneBlockSlab3Stack; import org.allaymc.api.item.interfaces.slab.ItemDoubleStoneBlockSlab4Stack; import org.allaymc.api.item.interfaces.slab.ItemDoubleStoneBlockSlabStack; -import org.allaymc.api.item.interfaces.slab.ItemDoubleWoodenSlabStack; import org.allaymc.api.item.interfaces.slab.ItemExposedCutCopperSlabStack; import org.allaymc.api.item.interfaces.slab.ItemExposedDoubleCutCopperSlabStack; +import org.allaymc.api.item.interfaces.slab.ItemJungleDoubleSlabStack; +import org.allaymc.api.item.interfaces.slab.ItemJungleSlabStack; import org.allaymc.api.item.interfaces.slab.ItemMangroveDoubleSlabStack; import org.allaymc.api.item.interfaces.slab.ItemMangroveSlabStack; import org.allaymc.api.item.interfaces.slab.ItemMudBrickDoubleSlabStack; import org.allaymc.api.item.interfaces.slab.ItemMudBrickSlabStack; +import org.allaymc.api.item.interfaces.slab.ItemOakDoubleSlabStack; +import org.allaymc.api.item.interfaces.slab.ItemOakSlabStack; import org.allaymc.api.item.interfaces.slab.ItemOxidizedCutCopperSlabStack; import org.allaymc.api.item.interfaces.slab.ItemOxidizedDoubleCutCopperSlabStack; import org.allaymc.api.item.interfaces.slab.ItemPolishedBlackstoneBrickDoubleSlabStack; @@ -1246,6 +1264,8 @@ import org.allaymc.api.item.interfaces.slab.ItemPolishedDeepslateSlabStack; import org.allaymc.api.item.interfaces.slab.ItemPolishedTuffDoubleSlabStack; import org.allaymc.api.item.interfaces.slab.ItemPolishedTuffSlabStack; +import org.allaymc.api.item.interfaces.slab.ItemSpruceDoubleSlabStack; +import org.allaymc.api.item.interfaces.slab.ItemSpruceSlabStack; import org.allaymc.api.item.interfaces.slab.ItemStoneBlockSlab2Stack; import org.allaymc.api.item.interfaces.slab.ItemStoneBlockSlab3Stack; import org.allaymc.api.item.interfaces.slab.ItemStoneBlockSlab4Stack; @@ -1477,10 +1497,22 @@ import org.allaymc.api.item.interfaces.wallsign.ItemSpruceWallSignStack; import org.allaymc.api.item.interfaces.wallsign.ItemWallSignStack; import org.allaymc.api.item.interfaces.wallsign.ItemWarpedWallSignStack; +import org.allaymc.api.item.interfaces.wood.ItemAcaciaWoodStack; +import org.allaymc.api.item.interfaces.wood.ItemBirchWoodStack; import org.allaymc.api.item.interfaces.wood.ItemCherryWoodStack; +import org.allaymc.api.item.interfaces.wood.ItemDarkOakWoodStack; +import org.allaymc.api.item.interfaces.wood.ItemJungleWoodStack; import org.allaymc.api.item.interfaces.wood.ItemMangroveWoodStack; +import org.allaymc.api.item.interfaces.wood.ItemOakWoodStack; +import org.allaymc.api.item.interfaces.wood.ItemSpruceWoodStack; +import org.allaymc.api.item.interfaces.wood.ItemStrippedAcaciaWoodStack; +import org.allaymc.api.item.interfaces.wood.ItemStrippedBirchWoodStack; import org.allaymc.api.item.interfaces.wood.ItemStrippedCherryWoodStack; +import org.allaymc.api.item.interfaces.wood.ItemStrippedDarkOakWoodStack; +import org.allaymc.api.item.interfaces.wood.ItemStrippedJungleWoodStack; import org.allaymc.api.item.interfaces.wood.ItemStrippedMangroveWoodStack; +import org.allaymc.api.item.interfaces.wood.ItemStrippedOakWoodStack; +import org.allaymc.api.item.interfaces.wood.ItemStrippedSpruceWoodStack; import org.allaymc.api.item.interfaces.wood.ItemWoodStack; import org.allaymc.api.item.interfaces.wool.ItemBlackWoolStack; import org.allaymc.api.item.interfaces.wool.ItemBlueWoolStack; @@ -1509,12 +1541,16 @@ public final class ItemTypes { public static ItemType ACACIA_DOOR_TYPE; + public static ItemType ACACIA_DOUBLE_SLAB_TYPE; + public static ItemType ACACIA_FENCE_TYPE; public static ItemType ACACIA_FENCE_GATE_TYPE; public static ItemType ACACIA_HANGING_SIGN_TYPE; + public static ItemType ACACIA_LEAVES_TYPE; + public static ItemType ACACIA_LOG_TYPE; public static ItemType ACACIA_PLANKS_TYPE; @@ -1523,6 +1559,8 @@ public final class ItemTypes { public static ItemType ACACIA_SIGN_TYPE; + public static ItemType ACACIA_SLAB_TYPE; + public static ItemType ACACIA_STAIRS_TYPE; public static ItemType ACACIA_STANDING_SIGN_TYPE; @@ -1531,6 +1569,8 @@ public final class ItemTypes { public static ItemType ACACIA_WALL_SIGN_TYPE; + public static ItemType ACACIA_WOOD_TYPE; + public static ItemType ACTIVATOR_RAIL_TYPE; public static ItemType AGENT_SPAWN_EGG_TYPE; @@ -1675,12 +1715,16 @@ public final class ItemTypes { public static ItemType BIRCH_DOOR_TYPE; + public static ItemType BIRCH_DOUBLE_SLAB_TYPE; + public static ItemType BIRCH_FENCE_TYPE; public static ItemType BIRCH_FENCE_GATE_TYPE; public static ItemType BIRCH_HANGING_SIGN_TYPE; + public static ItemType BIRCH_LEAVES_TYPE; + public static ItemType BIRCH_LOG_TYPE; public static ItemType BIRCH_PLANKS_TYPE; @@ -1689,6 +1733,8 @@ public final class ItemTypes { public static ItemType BIRCH_SIGN_TYPE; + public static ItemType BIRCH_SLAB_TYPE; + public static ItemType BIRCH_STAIRS_TYPE; public static ItemType BIRCH_STANDING_SIGN_TYPE; @@ -1697,6 +1743,8 @@ public final class ItemTypes { public static ItemType BIRCH_WALL_SIGN_TYPE; + public static ItemType BIRCH_WOOD_TYPE; + public static ItemType BLACK_CANDLE_TYPE; public static ItemType BLACK_CANDLE_CAKE_TYPE; @@ -1771,6 +1819,8 @@ public final class ItemTypes { public static ItemType BOAT_TYPE; + public static ItemType BOGGED_SPAWN_EGG_TYPE; + public static ItemType BONE_TYPE; public static ItemType BONE_BLOCK_TYPE; @@ -2181,12 +2231,16 @@ public final class ItemTypes { public static ItemType DARK_OAK_DOOR_TYPE; + public static ItemType DARK_OAK_DOUBLE_SLAB_TYPE; + public static ItemType DARK_OAK_FENCE_TYPE; public static ItemType DARK_OAK_FENCE_GATE_TYPE; public static ItemType DARK_OAK_HANGING_SIGN_TYPE; + public static ItemType DARK_OAK_LEAVES_TYPE; + public static ItemType DARK_OAK_LOG_TYPE; public static ItemType DARK_OAK_PLANKS_TYPE; @@ -2195,10 +2249,14 @@ public final class ItemTypes { public static ItemType DARK_OAK_SIGN_TYPE; + public static ItemType DARK_OAK_SLAB_TYPE; + public static ItemType DARK_OAK_STAIRS_TYPE; public static ItemType DARK_OAK_TRAPDOOR_TYPE; + public static ItemType DARK_OAK_WOOD_TYPE; + public static ItemType DARK_PRISMARINE_STAIRS_TYPE; public static ItemType DARKOAK_STANDING_SIGN_TYPE; @@ -2319,8 +2377,6 @@ public final class ItemTypes { public static ItemType DOUBLE_STONE_BLOCK_SLAB4_TYPE; - public static ItemType DOUBLE_WOODEN_SLAB_TYPE; - public static ItemType DRAGON_BREATH_TYPE; public static ItemType DRAGON_EGG_TYPE; @@ -2787,7 +2843,7 @@ public final class ItemTypes { public static ItemType GRANITE_STAIRS_TYPE; - public static ItemType GRASS_TYPE; + public static ItemType GRASS_BLOCK_TYPE; public static ItemType GRASS_PATH_TYPE; @@ -3077,12 +3133,16 @@ public final class ItemTypes { public static ItemType JUNGLE_DOOR_TYPE; + public static ItemType JUNGLE_DOUBLE_SLAB_TYPE; + public static ItemType JUNGLE_FENCE_TYPE; public static ItemType JUNGLE_FENCE_GATE_TYPE; public static ItemType JUNGLE_HANGING_SIGN_TYPE; + public static ItemType JUNGLE_LEAVES_TYPE; + public static ItemType JUNGLE_LOG_TYPE; public static ItemType JUNGLE_PLANKS_TYPE; @@ -3091,6 +3151,8 @@ public final class ItemTypes { public static ItemType JUNGLE_SIGN_TYPE; + public static ItemType JUNGLE_SLAB_TYPE; + public static ItemType JUNGLE_STAIRS_TYPE; public static ItemType JUNGLE_STANDING_SIGN_TYPE; @@ -3099,6 +3161,8 @@ public final class ItemTypes { public static ItemType JUNGLE_WALL_SIGN_TYPE; + public static ItemType JUNGLE_WOOD_TYPE; + public static ItemType KELP_TYPE; public static ItemType LADDER_TYPE; @@ -3471,18 +3535,26 @@ public final class ItemTypes { public static ItemType OAK_CHEST_BOAT_TYPE; + public static ItemType OAK_DOUBLE_SLAB_TYPE; + public static ItemType OAK_FENCE_TYPE; public static ItemType OAK_HANGING_SIGN_TYPE; + public static ItemType OAK_LEAVES_TYPE; + public static ItemType OAK_LOG_TYPE; public static ItemType OAK_PLANKS_TYPE; public static ItemType OAK_SIGN_TYPE; + public static ItemType OAK_SLAB_TYPE; + public static ItemType OAK_STAIRS_TYPE; + public static ItemType OAK_WOOD_TYPE; + public static ItemType OBSERVER_TYPE; public static ItemType OBSIDIAN_TYPE; @@ -3997,12 +4069,16 @@ public final class ItemTypes { public static ItemType SPRUCE_DOOR_TYPE; + public static ItemType SPRUCE_DOUBLE_SLAB_TYPE; + public static ItemType SPRUCE_FENCE_TYPE; public static ItemType SPRUCE_FENCE_GATE_TYPE; public static ItemType SPRUCE_HANGING_SIGN_TYPE; + public static ItemType SPRUCE_LEAVES_TYPE; + public static ItemType SPRUCE_LOG_TYPE; public static ItemType SPRUCE_PLANKS_TYPE; @@ -4011,6 +4087,8 @@ public final class ItemTypes { public static ItemType SPRUCE_SIGN_TYPE; + public static ItemType SPRUCE_SLAB_TYPE; + public static ItemType SPRUCE_STAIRS_TYPE; public static ItemType SPRUCE_STANDING_SIGN_TYPE; @@ -4019,6 +4097,8 @@ public final class ItemTypes { public static ItemType SPRUCE_WALL_SIGN_TYPE; + public static ItemType SPRUCE_WOOD_TYPE; + public static ItemType SPYGLASS_TYPE; public static ItemType SQUID_SPAWN_EGG_TYPE; @@ -4081,10 +4161,14 @@ public final class ItemTypes { public static ItemType STRIPPED_ACACIA_LOG_TYPE; + public static ItemType STRIPPED_ACACIA_WOOD_TYPE; + public static ItemType STRIPPED_BAMBOO_BLOCK_TYPE; public static ItemType STRIPPED_BIRCH_LOG_TYPE; + public static ItemType STRIPPED_BIRCH_WOOD_TYPE; + public static ItemType STRIPPED_CHERRY_LOG_TYPE; public static ItemType STRIPPED_CHERRY_WOOD_TYPE; @@ -4095,16 +4179,24 @@ public final class ItemTypes { public static ItemType STRIPPED_DARK_OAK_LOG_TYPE; + public static ItemType STRIPPED_DARK_OAK_WOOD_TYPE; + public static ItemType STRIPPED_JUNGLE_LOG_TYPE; + public static ItemType STRIPPED_JUNGLE_WOOD_TYPE; + public static ItemType STRIPPED_MANGROVE_LOG_TYPE; public static ItemType STRIPPED_MANGROVE_WOOD_TYPE; public static ItemType STRIPPED_OAK_LOG_TYPE; + public static ItemType STRIPPED_OAK_WOOD_TYPE; + public static ItemType STRIPPED_SPRUCE_LOG_TYPE; + public static ItemType STRIPPED_SPRUCE_WOOD_TYPE; + public static ItemType STRIPPED_WARPED_HYPHAE_TYPE; public static ItemType STRIPPED_WARPED_STEM_TYPE; @@ -4219,6 +4311,8 @@ public final class ItemTypes { public static ItemType UNPOWERED_REPEATER_TYPE; + public static ItemType VAULT_TYPE; + public static ItemType VERDANT_FROGLIGHT_TYPE; public static ItemType VEX_ARMOR_TRIM_SMITHING_TEMPLATE_TYPE; @@ -4425,6 +4519,8 @@ public final class ItemTypes { public static ItemType WILD_ARMOR_TRIM_SMITHING_TEMPLATE_TYPE; + public static ItemType WIND_CHARGE_TYPE; + public static ItemType WITCH_SPAWN_EGG_TYPE; public static ItemType WITHER_ROSE_TYPE; diff --git a/Allay-API/src/main/java/org/allaymc/api/network/ProtocolInfo.java b/Allay-API/src/main/java/org/allaymc/api/network/ProtocolInfo.java index 9740f615d..d13ef5794 100644 --- a/Allay-API/src/main/java/org/allaymc/api/network/ProtocolInfo.java +++ b/Allay-API/src/main/java/org/allaymc/api/network/ProtocolInfo.java @@ -2,13 +2,13 @@ import org.allaymc.api.datastruct.SemVersion; import org.cloudburstmc.protocol.bedrock.codec.BedrockCodec; -import org.cloudburstmc.protocol.bedrock.codec.v649.Bedrock_v649; +import org.cloudburstmc.protocol.bedrock.codec.v662.Bedrock_v662; public final class ProtocolInfo { - public static final BedrockCodec PACKET_CODEC = Bedrock_v649.CODEC; + public static final BedrockCodec PACKET_CODEC = Bedrock_v662.CODEC; - public static final SemVersion MINECRAFT_VERSION = new SemVersion(1, 20, 60, 1, 0); + public static final SemVersion MINECRAFT_VERSION = new SemVersion(1, 20, 71, 1, 0); public static final int BLOCK_STATE_VERSION_NO_REVISION = (MINECRAFT_VERSION.major() << 24) | //major (MINECRAFT_VERSION.minor() << 16) | //minor diff --git a/Allay-CodeGen/src/main/java/org/allaymc/codegen/VanillaItemIdEnumGen.java b/Allay-CodeGen/src/main/java/org/allaymc/codegen/VanillaItemIdEnumGen.java index 879800a25..4739f4444 100644 --- a/Allay-CodeGen/src/main/java/org/allaymc/codegen/VanillaItemIdEnumGen.java +++ b/Allay-CodeGen/src/main/java/org/allaymc/codegen/VanillaItemIdEnumGen.java @@ -18,7 +18,7 @@ */ public class VanillaItemIdEnumGen { private static final ClassName VANILLA_ITEM_ID_CLASS = ClassName.get("org.allaymc.api.data", "VanillaItemId"); - private static final ClassName IDENTIFIER_CLASS = ClassName.get("org.allaymc.utils.identifier", "Identifier"); + private static final ClassName IDENTIFIER_CLASS = ClassName.get("org.allaymc.api.utils", "Identifier"); private static final ClassName STRING_CLASS = ClassName.get("java.lang", "String"); private static final ClassName GETTER_CLASS = ClassName.get("lombok", "Getter"); private static final String JAVA_DOC = """ @@ -49,10 +49,9 @@ public static void generateToDependenceModule() { @SneakyThrows public static void generateToAPIModule() { - var identifierClass = ClassName.get("org.allaymc.api.identifier", "Identifier"); var itemTypeRegistryClass = ClassName.get("org.allaymc.api.item.registry", "ItemTypeRegistry"); var itemTypeClass = ClassName.get("org.allaymc.api.item.type", "ItemType"); - TypeSpec.Builder codeBuilder = commonBuilder(identifierClass).addMethod(MethodSpec.methodBuilder("getItemType") + TypeSpec.Builder codeBuilder = commonBuilder(IDENTIFIER_CLASS).addMethod(MethodSpec.methodBuilder("getItemType") .addModifiers(Modifier.PUBLIC) .addStatement("return $T.getRegistry().get(this.getIdentifier())", itemTypeRegistryClass) .returns(itemTypeClass) diff --git a/Allay-CodeGen/src/main/java/org/allaymc/dependence/VanillaBlockId.java b/Allay-CodeGen/src/main/java/org/allaymc/dependence/VanillaBlockId.java index 2b06f2eb5..579b359e0 100644 --- a/Allay-CodeGen/src/main/java/org/allaymc/dependence/VanillaBlockId.java +++ b/Allay-CodeGen/src/main/java/org/allaymc/dependence/VanillaBlockId.java @@ -13,18 +13,24 @@ public enum VanillaBlockId { ACACIA_DOOR("minecraft:acacia_door"), + ACACIA_DOUBLE_SLAB("minecraft:acacia_double_slab"), + ACACIA_FENCE("minecraft:acacia_fence"), ACACIA_FENCE_GATE("minecraft:acacia_fence_gate"), ACACIA_HANGING_SIGN("minecraft:acacia_hanging_sign"), + ACACIA_LEAVES("minecraft:acacia_leaves"), + ACACIA_LOG("minecraft:acacia_log"), ACACIA_PLANKS("minecraft:acacia_planks"), ACACIA_PRESSURE_PLATE("minecraft:acacia_pressure_plate"), + ACACIA_SLAB("minecraft:acacia_slab"), + ACACIA_STAIRS("minecraft:acacia_stairs"), ACACIA_STANDING_SIGN("minecraft:acacia_standing_sign"), @@ -33,6 +39,8 @@ public enum VanillaBlockId { ACACIA_WALL_SIGN("minecraft:acacia_wall_sign"), + ACACIA_WOOD("minecraft:acacia_wood"), + ACTIVATOR_RAIL("minecraft:activator_rail"), AIR("minecraft:air"), @@ -123,18 +131,24 @@ public enum VanillaBlockId { BIRCH_DOOR("minecraft:birch_door"), + BIRCH_DOUBLE_SLAB("minecraft:birch_double_slab"), + BIRCH_FENCE("minecraft:birch_fence"), BIRCH_FENCE_GATE("minecraft:birch_fence_gate"), BIRCH_HANGING_SIGN("minecraft:birch_hanging_sign"), + BIRCH_LEAVES("minecraft:birch_leaves"), + BIRCH_LOG("minecraft:birch_log"), BIRCH_PLANKS("minecraft:birch_planks"), BIRCH_PRESSURE_PLATE("minecraft:birch_pressure_plate"), + BIRCH_SLAB("minecraft:birch_slab"), + BIRCH_STAIRS("minecraft:birch_stairs"), BIRCH_STANDING_SIGN("minecraft:birch_standing_sign"), @@ -143,6 +157,8 @@ public enum VanillaBlockId { BIRCH_WALL_SIGN("minecraft:birch_wall_sign"), + BIRCH_WOOD("minecraft:birch_wood"), + BLACK_CANDLE("minecraft:black_candle"), BLACK_CANDLE_CAKE("minecraft:black_candle_cake"), @@ -479,22 +495,30 @@ public enum VanillaBlockId { DARK_OAK_DOOR("minecraft:dark_oak_door"), + DARK_OAK_DOUBLE_SLAB("minecraft:dark_oak_double_slab"), + DARK_OAK_FENCE("minecraft:dark_oak_fence"), DARK_OAK_FENCE_GATE("minecraft:dark_oak_fence_gate"), DARK_OAK_HANGING_SIGN("minecraft:dark_oak_hanging_sign"), + DARK_OAK_LEAVES("minecraft:dark_oak_leaves"), + DARK_OAK_LOG("minecraft:dark_oak_log"), DARK_OAK_PLANKS("minecraft:dark_oak_planks"), DARK_OAK_PRESSURE_PLATE("minecraft:dark_oak_pressure_plate"), + DARK_OAK_SLAB("minecraft:dark_oak_slab"), + DARK_OAK_STAIRS("minecraft:dark_oak_stairs"), DARK_OAK_TRAPDOOR("minecraft:dark_oak_trapdoor"), + DARK_OAK_WOOD("minecraft:dark_oak_wood"), + DARK_PRISMARINE_STAIRS("minecraft:dark_prismarine_stairs"), DARKOAK_STANDING_SIGN("minecraft:darkoak_standing_sign"), @@ -587,8 +611,6 @@ public enum VanillaBlockId { DOUBLE_STONE_BLOCK_SLAB4("minecraft:double_stone_block_slab4"), - DOUBLE_WOODEN_SLAB("minecraft:double_wooden_slab"), - DRAGON_EGG("minecraft:dragon_egg"), DRIED_KELP_BLOCK("minecraft:dried_kelp_block"), @@ -927,7 +949,7 @@ public enum VanillaBlockId { GRANITE_STAIRS("minecraft:granite_stairs"), - GRASS("minecraft:grass"), + GRASS_BLOCK("minecraft:grass_block"), GRASS_PATH("minecraft:grass_path"), @@ -1091,18 +1113,24 @@ public enum VanillaBlockId { JUNGLE_DOOR("minecraft:jungle_door"), + JUNGLE_DOUBLE_SLAB("minecraft:jungle_double_slab"), + JUNGLE_FENCE("minecraft:jungle_fence"), JUNGLE_FENCE_GATE("minecraft:jungle_fence_gate"), JUNGLE_HANGING_SIGN("minecraft:jungle_hanging_sign"), + JUNGLE_LEAVES("minecraft:jungle_leaves"), + JUNGLE_LOG("minecraft:jungle_log"), JUNGLE_PLANKS("minecraft:jungle_planks"), JUNGLE_PRESSURE_PLATE("minecraft:jungle_pressure_plate"), + JUNGLE_SLAB("minecraft:jungle_slab"), + JUNGLE_STAIRS("minecraft:jungle_stairs"), JUNGLE_STANDING_SIGN("minecraft:jungle_standing_sign"), @@ -1111,6 +1139,8 @@ public enum VanillaBlockId { JUNGLE_WALL_SIGN("minecraft:jungle_wall_sign"), + JUNGLE_WOOD("minecraft:jungle_wood"), + KELP("minecraft:kelp"), LADDER("minecraft:ladder"), @@ -1125,10 +1155,6 @@ public enum VanillaBlockId { LAVA("minecraft:lava"), - LEAVES("minecraft:leaves"), - - LEAVES2("minecraft:leaves2"), - LECTERN("minecraft:lectern"), LEVER("minecraft:lever"), @@ -1343,16 +1369,24 @@ public enum VanillaBlockId { NOTEBLOCK("minecraft:noteblock"), + OAK_DOUBLE_SLAB("minecraft:oak_double_slab"), + OAK_FENCE("minecraft:oak_fence"), OAK_HANGING_SIGN("minecraft:oak_hanging_sign"), + OAK_LEAVES("minecraft:oak_leaves"), + OAK_LOG("minecraft:oak_log"), OAK_PLANKS("minecraft:oak_planks"), + OAK_SLAB("minecraft:oak_slab"), + OAK_STAIRS("minecraft:oak_stairs"), + OAK_WOOD("minecraft:oak_wood"), + OBSERVER("minecraft:observer"), OBSIDIAN("minecraft:obsidian"), @@ -1697,18 +1731,24 @@ public enum VanillaBlockId { SPRUCE_DOOR("minecraft:spruce_door"), + SPRUCE_DOUBLE_SLAB("minecraft:spruce_double_slab"), + SPRUCE_FENCE("minecraft:spruce_fence"), SPRUCE_FENCE_GATE("minecraft:spruce_fence_gate"), SPRUCE_HANGING_SIGN("minecraft:spruce_hanging_sign"), + SPRUCE_LEAVES("minecraft:spruce_leaves"), + SPRUCE_LOG("minecraft:spruce_log"), SPRUCE_PLANKS("minecraft:spruce_planks"), SPRUCE_PRESSURE_PLATE("minecraft:spruce_pressure_plate"), + SPRUCE_SLAB("minecraft:spruce_slab"), + SPRUCE_STAIRS("minecraft:spruce_stairs"), SPRUCE_STANDING_SIGN("minecraft:spruce_standing_sign"), @@ -1717,6 +1757,8 @@ public enum VanillaBlockId { SPRUCE_WALL_SIGN("minecraft:spruce_wall_sign"), + SPRUCE_WOOD("minecraft:spruce_wood"), + STANDING_BANNER("minecraft:standing_banner"), STANDING_SIGN("minecraft:standing_sign"), @@ -1751,10 +1793,14 @@ public enum VanillaBlockId { STRIPPED_ACACIA_LOG("minecraft:stripped_acacia_log"), + STRIPPED_ACACIA_WOOD("minecraft:stripped_acacia_wood"), + STRIPPED_BAMBOO_BLOCK("minecraft:stripped_bamboo_block"), STRIPPED_BIRCH_LOG("minecraft:stripped_birch_log"), + STRIPPED_BIRCH_WOOD("minecraft:stripped_birch_wood"), + STRIPPED_CHERRY_LOG("minecraft:stripped_cherry_log"), STRIPPED_CHERRY_WOOD("minecraft:stripped_cherry_wood"), @@ -1765,16 +1811,24 @@ public enum VanillaBlockId { STRIPPED_DARK_OAK_LOG("minecraft:stripped_dark_oak_log"), + STRIPPED_DARK_OAK_WOOD("minecraft:stripped_dark_oak_wood"), + STRIPPED_JUNGLE_LOG("minecraft:stripped_jungle_log"), + STRIPPED_JUNGLE_WOOD("minecraft:stripped_jungle_wood"), + STRIPPED_MANGROVE_LOG("minecraft:stripped_mangrove_log"), STRIPPED_MANGROVE_WOOD("minecraft:stripped_mangrove_wood"), STRIPPED_OAK_LOG("minecraft:stripped_oak_log"), + STRIPPED_OAK_WOOD("minecraft:stripped_oak_wood"), + STRIPPED_SPRUCE_LOG("minecraft:stripped_spruce_log"), + STRIPPED_SPRUCE_WOOD("minecraft:stripped_spruce_wood"), + STRIPPED_WARPED_HYPHAE("minecraft:stripped_warped_hyphae"), STRIPPED_WARPED_STEM("minecraft:stripped_warped_stem"), @@ -1851,6 +1905,8 @@ public enum VanillaBlockId { UNPOWERED_REPEATER("minecraft:unpowered_repeater"), + VAULT("minecraft:vault"), + VERDANT_FROGLIGHT("minecraft:verdant_froglight"), VINE("minecraft:vine"), @@ -2031,16 +2087,12 @@ public enum VanillaBlockId { WITHER_ROSE("minecraft:wither_rose"), - WOOD("minecraft:wood"), - WOODEN_BUTTON("minecraft:wooden_button"), WOODEN_DOOR("minecraft:wooden_door"), WOODEN_PRESSURE_PLATE("minecraft:wooden_pressure_plate"), - WOODEN_SLAB("minecraft:wooden_slab"), - YELLOW_CANDLE("minecraft:yellow_candle"), YELLOW_CANDLE_CAKE("minecraft:yellow_candle_cake"), diff --git a/Allay-CodeGen/src/main/java/org/allaymc/dependence/VanillaItemId.java b/Allay-CodeGen/src/main/java/org/allaymc/dependence/VanillaItemId.java index 239976535..1832540d6 100644 --- a/Allay-CodeGen/src/main/java/org/allaymc/dependence/VanillaItemId.java +++ b/Allay-CodeGen/src/main/java/org/allaymc/dependence/VanillaItemId.java @@ -9,13 +9,15 @@ * @author daoge_cmd | Cool_Loong */ public enum VanillaItemId { - ACACIA_BOAT("minecraft:acacia_boat", 382), + ACACIA_BOAT("minecraft:acacia_boat", 383), ACACIA_BUTTON("minecraft:acacia_button", -140), - ACACIA_CHEST_BOAT("minecraft:acacia_chest_boat", 651), + ACACIA_CHEST_BOAT("minecraft:acacia_chest_boat", 653), - ACACIA_DOOR("minecraft:acacia_door", 565), + ACACIA_DOOR("minecraft:acacia_door", 567), + + ACACIA_DOUBLE_SLAB("minecraft:acacia_double_slab", -812), ACACIA_FENCE("minecraft:acacia_fence", -575), @@ -23,13 +25,17 @@ public enum VanillaItemId { ACACIA_HANGING_SIGN("minecraft:acacia_hanging_sign", -504), + ACACIA_LEAVES("minecraft:acacia_leaves", 161), + ACACIA_LOG("minecraft:acacia_log", 162), ACACIA_PLANKS("minecraft:acacia_planks", -742), ACACIA_PRESSURE_PLATE("minecraft:acacia_pressure_plate", -150), - ACACIA_SIGN("minecraft:acacia_sign", 588), + ACACIA_SIGN("minecraft:acacia_sign", 590), + + ACACIA_SLAB("minecraft:acacia_slab", -807), ACACIA_STAIRS("minecraft:acacia_stairs", 163), @@ -39,13 +45,15 @@ public enum VanillaItemId { ACACIA_WALL_SIGN("minecraft:acacia_wall_sign", -191), + ACACIA_WOOD("minecraft:acacia_wood", -817), + ACTIVATOR_RAIL("minecraft:activator_rail", 126), - AGENT_SPAWN_EGG("minecraft:agent_spawn_egg", 490), + AGENT_SPAWN_EGG("minecraft:agent_spawn_egg", 492), AIR("minecraft:air", -158), - ALLAY_SPAWN_EGG("minecraft:allay_spawn_egg", 640), + ALLAY_SPAWN_EGG("minecraft:allay_spawn_egg", 642), ALLOW("minecraft:allow", 210), @@ -53,7 +61,7 @@ public enum VanillaItemId { AMETHYST_CLUSTER("minecraft:amethyst_cluster", -329), - AMETHYST_SHARD("minecraft:amethyst_shard", 633), + AMETHYST_SHARD("minecraft:amethyst_shard", 635), ANCIENT_DEBRIS("minecraft:ancient_debris", -271), @@ -61,27 +69,27 @@ public enum VanillaItemId { ANDESITE_STAIRS("minecraft:andesite_stairs", -171), - ANGLER_POTTERY_SHERD("minecraft:angler_pottery_sherd", 665), + ANGLER_POTTERY_SHERD("minecraft:angler_pottery_sherd", 667), ANVIL("minecraft:anvil", 145), APPLE("minecraft:apple", 257), - ARCHER_POTTERY_SHERD("minecraft:archer_pottery_sherd", 666), + ARCHER_POTTERY_SHERD("minecraft:archer_pottery_sherd", 668), - ARMADILLO_SCUTE("minecraft:armadillo_scute", 707), + ARMADILLO_SCUTE("minecraft:armadillo_scute", 709), - ARMADILLO_SPAWN_EGG("minecraft:armadillo_spawn_egg", 706), + ARMADILLO_SPAWN_EGG("minecraft:armadillo_spawn_egg", 708), - ARMOR_STAND("minecraft:armor_stand", 561), + ARMOR_STAND("minecraft:armor_stand", 563), - ARMS_UP_POTTERY_SHERD("minecraft:arms_up_pottery_sherd", 667), + ARMS_UP_POTTERY_SHERD("minecraft:arms_up_pottery_sherd", 669), ARROW("minecraft:arrow", 304), AXOLOTL_BUCKET("minecraft:axolotl_bucket", 372), - AXOLOTL_SPAWN_EGG("minecraft:axolotl_spawn_egg", 505), + AXOLOTL_SPAWN_EGG("minecraft:axolotl_spawn_egg", 507), AZALEA("minecraft:azalea", -337), @@ -91,7 +99,7 @@ public enum VanillaItemId { BAKED_POTATO("minecraft:baked_potato", 282), - BALLOON("minecraft:balloon", 607), + BALLOON("minecraft:balloon", 609), BAMBOO("minecraft:bamboo", -163), @@ -99,7 +107,7 @@ public enum VanillaItemId { BAMBOO_BUTTON("minecraft:bamboo_button", -511), - BAMBOO_CHEST_RAFT("minecraft:bamboo_chest_raft", 663), + BAMBOO_CHEST_RAFT("minecraft:bamboo_chest_raft", 665), BAMBOO_DOOR("minecraft:bamboo_door", -517), @@ -123,11 +131,11 @@ public enum VanillaItemId { BAMBOO_PRESSURE_PLATE("minecraft:bamboo_pressure_plate", -514), - BAMBOO_RAFT("minecraft:bamboo_raft", 662), + BAMBOO_RAFT("minecraft:bamboo_raft", 664), BAMBOO_SAPLING("minecraft:bamboo_sapling", -164), - BAMBOO_SIGN("minecraft:bamboo_sign", 661), + BAMBOO_SIGN("minecraft:bamboo_sign", 663), BAMBOO_SLAB("minecraft:bamboo_slab", -513), @@ -139,9 +147,9 @@ public enum VanillaItemId { BAMBOO_WALL_SIGN("minecraft:bamboo_wall_sign", -519), - BANNER("minecraft:banner", 576), + BANNER("minecraft:banner", 578), - BANNER_PATTERN("minecraft:banner_pattern", 725), + BANNER_PATTERN("minecraft:banner_pattern", 731), BARREL("minecraft:barrel", -203), @@ -149,17 +157,17 @@ public enum VanillaItemId { BASALT("minecraft:basalt", -234), - BAT_SPAWN_EGG("minecraft:bat_spawn_egg", 456), + BAT_SPAWN_EGG("minecraft:bat_spawn_egg", 457), BEACON("minecraft:beacon", 138), - BED("minecraft:bed", 421), + BED("minecraft:bed", 422), BEDROCK("minecraft:bedrock", 7), BEE_NEST("minecraft:bee_nest", -218), - BEE_SPAWN_EGG("minecraft:bee_spawn_egg", 497), + BEE_SPAWN_EGG("minecraft:bee_spawn_egg", 499), BEEF("minecraft:beef", 274), @@ -175,13 +183,15 @@ public enum VanillaItemId { BIG_DRIPLEAF("minecraft:big_dripleaf", -323), - BIRCH_BOAT("minecraft:birch_boat", 379), + BIRCH_BOAT("minecraft:birch_boat", 380), BIRCH_BUTTON("minecraft:birch_button", -141), - BIRCH_CHEST_BOAT("minecraft:birch_chest_boat", 648), + BIRCH_CHEST_BOAT("minecraft:birch_chest_boat", 650), + + BIRCH_DOOR("minecraft:birch_door", 565), - BIRCH_DOOR("minecraft:birch_door", 563), + BIRCH_DOUBLE_SLAB("minecraft:birch_double_slab", -810), BIRCH_FENCE("minecraft:birch_fence", -576), @@ -189,13 +199,17 @@ public enum VanillaItemId { BIRCH_HANGING_SIGN("minecraft:birch_hanging_sign", -502), + BIRCH_LEAVES("minecraft:birch_leaves", -801), + BIRCH_LOG("minecraft:birch_log", -570), BIRCH_PLANKS("minecraft:birch_planks", -740), BIRCH_PRESSURE_PLATE("minecraft:birch_pressure_plate", -151), - BIRCH_SIGN("minecraft:birch_sign", 586), + BIRCH_SIGN("minecraft:birch_sign", 588), + + BIRCH_SLAB("minecraft:birch_slab", -805), BIRCH_STAIRS("minecraft:birch_stairs", 135), @@ -205,6 +219,8 @@ public enum VanillaItemId { BIRCH_WALL_SIGN("minecraft:birch_wall_sign", -187), + BIRCH_WOOD("minecraft:birch_wood", -815), + BLACK_CANDLE("minecraft:black_candle", -428), BLACK_CANDLE_CAKE("minecraft:black_candle_cake", -445), @@ -215,7 +231,7 @@ public enum VanillaItemId { BLACK_CONCRETE_POWDER("minecraft:black_concrete_powder", -723), - BLACK_DYE("minecraft:black_dye", 398), + BLACK_DYE("minecraft:black_dye", 399), BLACK_GLAZED_TERRACOTTA("minecraft:black_glazed_terracotta", 235), @@ -239,17 +255,17 @@ public enum VanillaItemId { BLACKSTONE_WALL("minecraft:blackstone_wall", -277), - BLADE_POTTERY_SHERD("minecraft:blade_pottery_sherd", 668), + BLADE_POTTERY_SHERD("minecraft:blade_pottery_sherd", 670), BLAST_FURNACE("minecraft:blast_furnace", -196), - BLAZE_POWDER("minecraft:blaze_powder", 432), + BLAZE_POWDER("minecraft:blaze_powder", 433), - BLAZE_ROD("minecraft:blaze_rod", 426), + BLAZE_ROD("minecraft:blaze_rod", 427), - BLAZE_SPAWN_EGG("minecraft:blaze_spawn_egg", 459), + BLAZE_SPAWN_EGG("minecraft:blaze_spawn_egg", 460), - BLEACH("minecraft:bleach", 605), + BLEACH("minecraft:bleach", 607), BLUE_CANDLE("minecraft:blue_candle", -424), @@ -261,7 +277,7 @@ public enum VanillaItemId { BLUE_CONCRETE_POWDER("minecraft:blue_concrete_powder", -719), - BLUE_DYE("minecraft:blue_dye", 402), + BLUE_DYE("minecraft:blue_dye", 403), BLUE_GLAZED_TERRACOTTA("minecraft:blue_glazed_terracotta", 231), @@ -277,21 +293,23 @@ public enum VanillaItemId { BLUE_WOOL("minecraft:blue_wool", -563), - BOAT("minecraft:boat", 723), + BOAT("minecraft:boat", 729), + + BOGGED_SPAWN_EGG("minecraft:bogged_spawn_egg", 467), - BONE("minecraft:bone", 418), + BONE("minecraft:bone", 419), BONE_BLOCK("minecraft:bone_block", 216), - BONE_MEAL("minecraft:bone_meal", 414), + BONE_MEAL("minecraft:bone_meal", 415), - BOOK("minecraft:book", 390), + BOOK("minecraft:book", 391), BOOKSHELF("minecraft:bookshelf", 47), BORDER_BLOCK("minecraft:border_block", 212), - BORDURE_INDENTED_BANNER_PATTERN("minecraft:bordure_indented_banner_pattern", 595), + BORDURE_INDENTED_BANNER_PATTERN("minecraft:bordure_indented_banner_pattern", 597), BOW("minecraft:bow", 303), @@ -301,13 +319,13 @@ public enum VanillaItemId { BREAD("minecraft:bread", 262), - BREEZE_SPAWN_EGG("minecraft:breeze_spawn_egg", 504), + BREEZE_SPAWN_EGG("minecraft:breeze_spawn_egg", 506), - BREWER_POTTERY_SHERD("minecraft:brewer_pottery_sherd", 669), + BREWER_POTTERY_SHERD("minecraft:brewer_pottery_sherd", 671), - BREWING_STAND("minecraft:brewing_stand", 434), + BREWING_STAND("minecraft:brewing_stand", 435), - BRICK("minecraft:brick", 386), + BRICK("minecraft:brick", 387), BRICK_BLOCK("minecraft:brick_block", 45), @@ -323,7 +341,7 @@ public enum VanillaItemId { BROWN_CONCRETE_POWDER("minecraft:brown_concrete_powder", -720), - BROWN_DYE("minecraft:brown_dye", 401), + BROWN_DYE("minecraft:brown_dye", 402), BROWN_GLAZED_TERRACOTTA("minecraft:brown_glazed_terracotta", 232), @@ -341,7 +359,7 @@ public enum VanillaItemId { BROWN_WOOL("minecraft:brown_wool", -555), - BRUSH("minecraft:brush", 685), + BRUSH("minecraft:brush", 687), BUBBLE_COLUMN("minecraft:bubble_column", -160), @@ -351,31 +369,31 @@ public enum VanillaItemId { BUDDING_AMETHYST("minecraft:budding_amethyst", -328), - BURN_POTTERY_SHERD("minecraft:burn_pottery_sherd", 670), + BURN_POTTERY_SHERD("minecraft:burn_pottery_sherd", 672), CACTUS("minecraft:cactus", 81), - CAKE("minecraft:cake", 420), + CAKE("minecraft:cake", 421), CALCITE("minecraft:calcite", -326), CALIBRATED_SCULK_SENSOR("minecraft:calibrated_sculk_sensor", -580), - CAMEL_SPAWN_EGG("minecraft:camel_spawn_egg", 664), + CAMEL_SPAWN_EGG("minecraft:camel_spawn_egg", 666), - CAMERA("minecraft:camera", 602), + CAMERA("minecraft:camera", 604), - CAMPFIRE("minecraft:campfire", 598), + CAMPFIRE("minecraft:campfire", 600), CANDLE("minecraft:candle", -412), CANDLE_CAKE("minecraft:candle_cake", -429), - CARPET("minecraft:carpet", 710), + CARPET("minecraft:carpet", 712), CARROT("minecraft:carrot", 280), - CARROT_ON_A_STICK("minecraft:carrot_on_a_stick", 526), + CARROT_ON_A_STICK("minecraft:carrot_on_a_stick", 528), CARROTS("minecraft:carrots", 141), @@ -383,11 +401,11 @@ public enum VanillaItemId { CARVED_PUMPKIN("minecraft:carved_pumpkin", -155), - CAT_SPAWN_EGG("minecraft:cat_spawn_egg", 491), + CAT_SPAWN_EGG("minecraft:cat_spawn_egg", 493), - CAULDRON("minecraft:cauldron", 435), + CAULDRON("minecraft:cauldron", 436), - CAVE_SPIDER_SPAWN_EGG("minecraft:cave_spider_spawn_egg", 460), + CAVE_SPIDER_SPAWN_EGG("minecraft:cave_spider_spawn_egg", 461), CAVE_VINES("minecraft:cave_vines", -322), @@ -395,7 +413,7 @@ public enum VanillaItemId { CAVE_VINES_HEAD_WITH_BERRIES("minecraft:cave_vines_head_with_berries", -376), - CHAIN("minecraft:chain", 628), + CHAIN("minecraft:chain", 630), CHAIN_COMMAND_BLOCK("minecraft:chain_command_block", 189), @@ -413,11 +431,11 @@ public enum VanillaItemId { CHEMISTRY_TABLE("minecraft:chemistry_table", 238), - CHERRY_BOAT("minecraft:cherry_boat", 658), + CHERRY_BOAT("minecraft:cherry_boat", 660), CHERRY_BUTTON("minecraft:cherry_button", -530), - CHERRY_CHEST_BOAT("minecraft:cherry_chest_boat", 659), + CHERRY_CHEST_BOAT("minecraft:cherry_chest_boat", 661), CHERRY_DOOR("minecraft:cherry_door", -531), @@ -439,7 +457,7 @@ public enum VanillaItemId { CHERRY_SAPLING("minecraft:cherry_sapling", -547), - CHERRY_SIGN("minecraft:cherry_sign", 660), + CHERRY_SIGN("minecraft:cherry_sign", 662), CHERRY_SLAB("minecraft:cherry_slab", -539), @@ -455,13 +473,13 @@ public enum VanillaItemId { CHEST("minecraft:chest", 54), - CHEST_BOAT("minecraft:chest_boat", 654), + CHEST_BOAT("minecraft:chest_boat", 656), - CHEST_MINECART("minecraft:chest_minecart", 392), + CHEST_MINECART("minecraft:chest_minecart", 393), CHICKEN("minecraft:chicken", 276), - CHICKEN_SPAWN_EGG("minecraft:chicken_spawn_egg", 438), + CHICKEN_SPAWN_EGG("minecraft:chicken_spawn_egg", 439), CHISELED_BOOKSHELF("minecraft:chiseled_bookshelf", -526), @@ -479,17 +497,17 @@ public enum VanillaItemId { CHORUS_FLOWER("minecraft:chorus_flower", 200), - CHORUS_FRUIT("minecraft:chorus_fruit", 567), + CHORUS_FRUIT("minecraft:chorus_fruit", 569), CHORUS_PLANT("minecraft:chorus_plant", 240), CLAY("minecraft:clay", 82), - CLAY_BALL("minecraft:clay_ball", 387), + CLAY_BALL("minecraft:clay_ball", 388), CLIENT_REQUEST_PLACEHOLDER_BLOCK("minecraft:client_request_placeholder_block", -465), - CLOCK("minecraft:clock", 396), + CLOCK("minecraft:clock", 397), COAL("minecraft:coal", 305), @@ -497,7 +515,7 @@ public enum VanillaItemId { COAL_ORE("minecraft:coal_ore", 16), - COAST_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:coast_armor_trim_smithing_template", 689), + COAST_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:coast_armor_trim_smithing_template", 691), COBBLED_DEEPSLATE("minecraft:cobbled_deepslate", -379), @@ -515,13 +533,13 @@ public enum VanillaItemId { COCOA("minecraft:cocoa", 127), - COCOA_BEANS("minecraft:cocoa_beans", 415), + COCOA_BEANS("minecraft:cocoa_beans", 416), COD("minecraft:cod", 265), COD_BUCKET("minecraft:cod_bucket", 367), - COD_SPAWN_EGG("minecraft:cod_spawn_egg", 483), + COD_SPAWN_EGG("minecraft:cod_spawn_egg", 485), COLORED_TORCH_BP("minecraft:colored_torch_bp", 204), @@ -529,19 +547,19 @@ public enum VanillaItemId { COMMAND_BLOCK("minecraft:command_block", 137), - COMMAND_BLOCK_MINECART("minecraft:command_block_minecart", 572), + COMMAND_BLOCK_MINECART("minecraft:command_block_minecart", 574), - COMPARATOR("minecraft:comparator", 531), + COMPARATOR("minecraft:comparator", 533), - COMPASS("minecraft:compass", 394), + COMPASS("minecraft:compass", 395), COMPOSTER("minecraft:composter", -213), - COMPOUND("minecraft:compound", 603), + COMPOUND("minecraft:compound", 605), - CONCRETE("minecraft:concrete", 716), + CONCRETE("minecraft:concrete", 721), - CONCRETE_POWDER("minecraft:concrete_powder", 717), + CONCRETE_POWDER("minecraft:concrete_powder", 722), CONDUIT("minecraft:conduit", -157), @@ -551,7 +569,7 @@ public enum VanillaItemId { COOKED_COD("minecraft:cooked_cod", 269), - COOKED_MUTTON("minecraft:cooked_mutton", 560), + COOKED_MUTTON("minecraft:cooked_mutton", 562), COOKED_PORKCHOP("minecraft:cooked_porkchop", 264), @@ -569,13 +587,13 @@ public enum VanillaItemId { COPPER_GRATE("minecraft:copper_grate", -768), - COPPER_INGOT("minecraft:copper_ingot", 513), + COPPER_INGOT("minecraft:copper_ingot", 515), COPPER_ORE("minecraft:copper_ore", -311), COPPER_TRAPDOOR("minecraft:copper_trapdoor", -792), - CORAL("minecraft:coral", 714), + CORAL("minecraft:coral", 719), CORAL_BLOCK("minecraft:coral_block", -132), @@ -589,7 +607,7 @@ public enum VanillaItemId { CORAL_FAN_HANG3("minecraft:coral_fan_hang3", -137), - COW_SPAWN_EGG("minecraft:cow_spawn_egg", 439), + COW_SPAWN_EGG("minecraft:cow_spawn_egg", 440), CRACKED_DEEPSLATE_BRICKS("minecraft:cracked_deepslate_bricks", -410), @@ -603,13 +621,13 @@ public enum VanillaItemId { CRAFTING_TABLE("minecraft:crafting_table", 58), - CREEPER_BANNER_PATTERN("minecraft:creeper_banner_pattern", 591), + CREEPER_BANNER_PATTERN("minecraft:creeper_banner_pattern", 593), - CREEPER_SPAWN_EGG("minecraft:creeper_spawn_egg", 444), + CREEPER_SPAWN_EGG("minecraft:creeper_spawn_egg", 445), CRIMSON_BUTTON("minecraft:crimson_button", -260), - CRIMSON_DOOR("minecraft:crimson_door", 625), + CRIMSON_DOOR("minecraft:crimson_door", 627), CRIMSON_DOUBLE_SLAB("minecraft:crimson_double_slab", -266), @@ -631,7 +649,7 @@ public enum VanillaItemId { CRIMSON_ROOTS("minecraft:crimson_roots", -223), - CRIMSON_SIGN("minecraft:crimson_sign", 623), + CRIMSON_SIGN("minecraft:crimson_sign", 625), CRIMSON_SLAB("minecraft:crimson_slab", -264), @@ -645,7 +663,7 @@ public enum VanillaItemId { CRIMSON_WALL_SIGN("minecraft:crimson_wall_sign", -252), - CROSSBOW("minecraft:crossbow", 584), + CROSSBOW("minecraft:crossbow", 586), CRYING_OBSIDIAN("minecraft:crying_obsidian", -289), @@ -665,7 +683,7 @@ public enum VanillaItemId { CYAN_CONCRETE_POWDER("minecraft:cyan_concrete_powder", -717), - CYAN_DYE("minecraft:cyan_dye", 404), + CYAN_DYE("minecraft:cyan_dye", 405), CYAN_GLAZED_TERRACOTTA("minecraft:cyan_glazed_terracotta", 229), @@ -679,15 +697,17 @@ public enum VanillaItemId { CYAN_WOOL("minecraft:cyan_wool", -561), - DANGER_POTTERY_SHERD("minecraft:danger_pottery_sherd", 671), + DANGER_POTTERY_SHERD("minecraft:danger_pottery_sherd", 673), - DARK_OAK_BOAT("minecraft:dark_oak_boat", 383), + DARK_OAK_BOAT("minecraft:dark_oak_boat", 384), DARK_OAK_BUTTON("minecraft:dark_oak_button", -142), - DARK_OAK_CHEST_BOAT("minecraft:dark_oak_chest_boat", 652), + DARK_OAK_CHEST_BOAT("minecraft:dark_oak_chest_boat", 654), - DARK_OAK_DOOR("minecraft:dark_oak_door", 566), + DARK_OAK_DOOR("minecraft:dark_oak_door", 568), + + DARK_OAK_DOUBLE_SLAB("minecraft:dark_oak_double_slab", -813), DARK_OAK_FENCE("minecraft:dark_oak_fence", -577), @@ -695,18 +715,24 @@ public enum VanillaItemId { DARK_OAK_HANGING_SIGN("minecraft:dark_oak_hanging_sign", -505), + DARK_OAK_LEAVES("minecraft:dark_oak_leaves", -803), + DARK_OAK_LOG("minecraft:dark_oak_log", -572), DARK_OAK_PLANKS("minecraft:dark_oak_planks", -743), DARK_OAK_PRESSURE_PLATE("minecraft:dark_oak_pressure_plate", -152), - DARK_OAK_SIGN("minecraft:dark_oak_sign", 589), + DARK_OAK_SIGN("minecraft:dark_oak_sign", 591), + + DARK_OAK_SLAB("minecraft:dark_oak_slab", -808), DARK_OAK_STAIRS("minecraft:dark_oak_stairs", 164), DARK_OAK_TRAPDOOR("minecraft:dark_oak_trapdoor", -147), + DARK_OAK_WOOD("minecraft:dark_oak_wood", -818), + DARK_PRISMARINE_STAIRS("minecraft:dark_prismarine_stairs", -3), DARKOAK_STANDING_SIGN("minecraft:darkoak_standing_sign", -192), @@ -787,7 +813,7 @@ public enum VanillaItemId { DIAMOND_HOE("minecraft:diamond_hoe", 335), - DIAMOND_HORSE_ARMOR("minecraft:diamond_horse_armor", 542), + DIAMOND_HORSE_ARMOR("minecraft:diamond_horse_armor", 544), DIAMOND_LEGGINGS("minecraft:diamond_leggings", 352), @@ -807,13 +833,13 @@ public enum VanillaItemId { DIRT_WITH_ROOTS("minecraft:dirt_with_roots", -318), - DISC_FRAGMENT_5("minecraft:disc_fragment_5", 646), + DISC_FRAGMENT_5("minecraft:disc_fragment_5", 648), DISPENSER("minecraft:dispenser", 23), - DOLPHIN_SPAWN_EGG("minecraft:dolphin_spawn_egg", 487), + DOLPHIN_SPAWN_EGG("minecraft:dolphin_spawn_egg", 489), - DONKEY_SPAWN_EGG("minecraft:donkey_spawn_egg", 468), + DONKEY_SPAWN_EGG("minecraft:donkey_spawn_egg", 470), DOUBLE_CUT_COPPER_SLAB("minecraft:double_cut_copper_slab", -368), @@ -827,9 +853,7 @@ public enum VanillaItemId { DOUBLE_STONE_BLOCK_SLAB4("minecraft:double_stone_block_slab4", -168), - DOUBLE_WOODEN_SLAB("minecraft:double_wooden_slab", 157), - - DRAGON_BREATH("minecraft:dragon_breath", 569), + DRAGON_BREATH("minecraft:dragon_breath", 571), DRAGON_EGG("minecraft:dragon_egg", 122), @@ -841,17 +865,17 @@ public enum VanillaItemId { DROPPER("minecraft:dropper", 125), - DROWNED_SPAWN_EGG("minecraft:drowned_spawn_egg", 486), + DROWNED_SPAWN_EGG("minecraft:drowned_spawn_egg", 488), - DUNE_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:dune_armor_trim_smithing_template", 688), + DUNE_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:dune_armor_trim_smithing_template", 690), - DYE("minecraft:dye", 724), + DYE("minecraft:dye", 730), - ECHO_SHARD("minecraft:echo_shard", 656), + ECHO_SHARD("minecraft:echo_shard", 658), - EGG("minecraft:egg", 393), + EGG("minecraft:egg", 394), - ELDER_GUARDIAN_SPAWN_EGG("minecraft:elder_guardian_spawn_egg", 474), + ELDER_GUARDIAN_SPAWN_EGG("minecraft:elder_guardian_spawn_egg", 476), ELEMENT_0("minecraft:element_0", 36), @@ -1091,17 +1115,17 @@ public enum VanillaItemId { ELEMENT_99("minecraft:element_99", -110), - ELYTRA("minecraft:elytra", 573), + ELYTRA("minecraft:elytra", 575), - EMERALD("minecraft:emerald", 521), + EMERALD("minecraft:emerald", 523), EMERALD_BLOCK("minecraft:emerald_block", 133), EMERALD_ORE("minecraft:emerald_ore", 129), - EMPTY_MAP("minecraft:empty_map", 524), + EMPTY_MAP("minecraft:empty_map", 526), - ENCHANTED_BOOK("minecraft:enchanted_book", 530), + ENCHANTED_BOOK("minecraft:enchanted_book", 532), ENCHANTED_GOLDEN_APPLE("minecraft:enchanted_golden_apple", 260), @@ -1111,7 +1135,7 @@ public enum VanillaItemId { END_BRICKS("minecraft:end_bricks", 206), - END_CRYSTAL("minecraft:end_crystal", 727), + END_CRYSTAL("minecraft:end_crystal", 733), END_GATEWAY("minecraft:end_gateway", 209), @@ -1125,21 +1149,21 @@ public enum VanillaItemId { ENDER_CHEST("minecraft:ender_chest", 130), - ENDER_DRAGON_SPAWN_EGG("minecraft:ender_dragon_spawn_egg", 510), + ENDER_DRAGON_SPAWN_EGG("minecraft:ender_dragon_spawn_egg", 512), - ENDER_EYE("minecraft:ender_eye", 436), + ENDER_EYE("minecraft:ender_eye", 437), - ENDER_PEARL("minecraft:ender_pearl", 425), + ENDER_PEARL("minecraft:ender_pearl", 426), - ENDERMAN_SPAWN_EGG("minecraft:enderman_spawn_egg", 445), + ENDERMAN_SPAWN_EGG("minecraft:enderman_spawn_egg", 446), - ENDERMITE_SPAWN_EGG("minecraft:endermite_spawn_egg", 463), + ENDERMITE_SPAWN_EGG("minecraft:endermite_spawn_egg", 464), - EVOKER_SPAWN_EGG("minecraft:evoker_spawn_egg", 478), + EVOKER_SPAWN_EGG("minecraft:evoker_spawn_egg", 480), - EXPERIENCE_BOTTLE("minecraft:experience_bottle", 517), + EXPERIENCE_BOTTLE("minecraft:experience_bottle", 519), - EXPLORER_POTTERY_SHERD("minecraft:explorer_pottery_sherd", 672), + EXPLORER_POTTERY_SHERD("minecraft:explorer_pottery_sherd", 674), EXPOSED_CHISELED_COPPER("minecraft:exposed_chiseled_copper", -761), @@ -1161,33 +1185,33 @@ public enum VanillaItemId { EXPOSED_DOUBLE_CUT_COPPER_SLAB("minecraft:exposed_double_cut_copper_slab", -369), - EYE_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:eye_armor_trim_smithing_template", 692), + EYE_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:eye_armor_trim_smithing_template", 694), FARMLAND("minecraft:farmland", 60), FEATHER("minecraft:feather", 330), - FENCE("minecraft:fence", 712), + FENCE("minecraft:fence", 714), FENCE_GATE("minecraft:fence_gate", 107), - FERMENTED_SPIDER_EYE("minecraft:fermented_spider_eye", 431), + FERMENTED_SPIDER_EYE("minecraft:fermented_spider_eye", 432), - FIELD_MASONED_BANNER_PATTERN("minecraft:field_masoned_banner_pattern", 594), + FIELD_MASONED_BANNER_PATTERN("minecraft:field_masoned_banner_pattern", 596), - FILLED_MAP("minecraft:filled_map", 423), + FILLED_MAP("minecraft:filled_map", 424), FIRE("minecraft:fire", 51), - FIRE_CHARGE("minecraft:fire_charge", 518), + FIRE_CHARGE("minecraft:fire_charge", 520), FIRE_CORAL("minecraft:fire_coral", -583), - FIREWORK_ROCKET("minecraft:firework_rocket", 528), + FIREWORK_ROCKET("minecraft:firework_rocket", 530), - FIREWORK_STAR("minecraft:firework_star", 529), + FIREWORK_STAR("minecraft:firework_star", 531), - FISHING_ROD("minecraft:fishing_rod", 395), + FISHING_ROD("minecraft:fishing_rod", 396), FLETCHING_TABLE("minecraft:fletching_table", -201), @@ -1195,9 +1219,9 @@ public enum VanillaItemId { FLINT_AND_STEEL("minecraft:flint_and_steel", 302), - FLOWER_BANNER_PATTERN("minecraft:flower_banner_pattern", 590), + FLOWER_BANNER_PATTERN("minecraft:flower_banner_pattern", 592), - FLOWER_POT("minecraft:flower_pot", 523), + FLOWER_POT("minecraft:flower_pot", 525), FLOWERING_AZALEA("minecraft:flowering_azalea", -338), @@ -1205,63 +1229,63 @@ public enum VanillaItemId { FLOWING_WATER("minecraft:flowing_water", 8), - FOX_SPAWN_EGG("minecraft:fox_spawn_egg", 493), + FOX_SPAWN_EGG("minecraft:fox_spawn_egg", 495), - FRAME("minecraft:frame", 522), + FRAME("minecraft:frame", 524), - FRIEND_POTTERY_SHERD("minecraft:friend_pottery_sherd", 673), + FRIEND_POTTERY_SHERD("minecraft:friend_pottery_sherd", 675), FROG_SPAWN("minecraft:frog_spawn", -468), - FROG_SPAWN_EGG("minecraft:frog_spawn_egg", 637), + FROG_SPAWN_EGG("minecraft:frog_spawn_egg", 639), FROSTED_ICE("minecraft:frosted_ice", 207), FURNACE("minecraft:furnace", 61), - GHAST_SPAWN_EGG("minecraft:ghast_spawn_egg", 457), + GHAST_SPAWN_EGG("minecraft:ghast_spawn_egg", 458), - GHAST_TEAR("minecraft:ghast_tear", 427), + GHAST_TEAR("minecraft:ghast_tear", 428), GILDED_BLACKSTONE("minecraft:gilded_blackstone", -281), GLASS("minecraft:glass", 20), - GLASS_BOTTLE("minecraft:glass_bottle", 430), + GLASS_BOTTLE("minecraft:glass_bottle", 431), GLASS_PANE("minecraft:glass_pane", 102), - GLISTERING_MELON_SLICE("minecraft:glistering_melon_slice", 437), + GLISTERING_MELON_SLICE("minecraft:glistering_melon_slice", 438), - GLOBE_BANNER_PATTERN("minecraft:globe_banner_pattern", 597), + GLOBE_BANNER_PATTERN("minecraft:globe_banner_pattern", 599), - GLOW_BERRIES("minecraft:glow_berries", 728), + GLOW_BERRIES("minecraft:glow_berries", 734), - GLOW_FRAME("minecraft:glow_frame", 632), + GLOW_FRAME("minecraft:glow_frame", 634), - GLOW_INK_SAC("minecraft:glow_ink_sac", 512), + GLOW_INK_SAC("minecraft:glow_ink_sac", 514), GLOW_LICHEN("minecraft:glow_lichen", -411), - GLOW_SQUID_SPAWN_EGG("minecraft:glow_squid_spawn_egg", 507), + GLOW_SQUID_SPAWN_EGG("minecraft:glow_squid_spawn_egg", 509), - GLOW_STICK("minecraft:glow_stick", 610), + GLOW_STICK("minecraft:glow_stick", 612), GLOWINGOBSIDIAN("minecraft:glowingobsidian", 246), GLOWSTONE("minecraft:glowstone", 89), - GLOWSTONE_DUST("minecraft:glowstone_dust", 397), + GLOWSTONE_DUST("minecraft:glowstone_dust", 398), - GOAT_HORN("minecraft:goat_horn", 636), + GOAT_HORN("minecraft:goat_horn", 638), - GOAT_SPAWN_EGG("minecraft:goat_spawn_egg", 506), + GOAT_SPAWN_EGG("minecraft:goat_spawn_egg", 508), GOLD_BLOCK("minecraft:gold_block", 41), GOLD_INGOT("minecraft:gold_ingot", 309), - GOLD_NUGGET("minecraft:gold_nugget", 428), + GOLD_NUGGET("minecraft:gold_nugget", 429), GOLD_ORE("minecraft:gold_ore", 14), @@ -1279,7 +1303,7 @@ public enum VanillaItemId { GOLDEN_HOE("minecraft:golden_hoe", 336), - GOLDEN_HORSE_ARMOR("minecraft:golden_horse_armor", 541), + GOLDEN_HORSE_ARMOR("minecraft:golden_horse_armor", 543), GOLDEN_LEGGINGS("minecraft:golden_leggings", 356), @@ -1295,7 +1319,7 @@ public enum VanillaItemId { GRANITE_STAIRS("minecraft:granite_stairs", -169), - GRASS("minecraft:grass", 2), + GRASS_BLOCK("minecraft:grass_block", 2), GRASS_PATH("minecraft:grass_path", 198), @@ -1311,7 +1335,7 @@ public enum VanillaItemId { GRAY_CONCRETE_POWDER("minecraft:gray_concrete_powder", -715), - GRAY_DYE("minecraft:gray_dye", 406), + GRAY_DYE("minecraft:gray_dye", 407), GRAY_GLAZED_TERRACOTTA("minecraft:gray_glazed_terracotta", 227), @@ -1335,7 +1359,7 @@ public enum VanillaItemId { GREEN_CONCRETE_POWDER("minecraft:green_concrete_powder", -721), - GREEN_DYE("minecraft:green_dye", 400), + GREEN_DYE("minecraft:green_dye", 401), GREEN_GLAZED_TERRACOTTA("minecraft:green_glazed_terracotta", 233), @@ -1351,7 +1375,7 @@ public enum VanillaItemId { GRINDSTONE("minecraft:grindstone", -195), - GUARDIAN_SPAWN_EGG("minecraft:guardian_spawn_egg", 464), + GUARDIAN_SPAWN_EGG("minecraft:guardian_spawn_egg", 465), GUNPOWDER("minecraft:gunpowder", 331), @@ -1417,9 +1441,9 @@ public enum VanillaItemId { HARD_RED_STAINED_GLASS_PANE("minecraft:hard_red_stained_glass_pane", -671), - HARD_STAINED_GLASS("minecraft:hard_stained_glass", 721), + HARD_STAINED_GLASS("minecraft:hard_stained_glass", 727), - HARD_STAINED_GLASS_PANE("minecraft:hard_stained_glass_pane", 722), + HARD_STAINED_GLASS_PANE("minecraft:hard_stained_glass_pane", 728), HARD_WHITE_STAINED_GLASS("minecraft:hard_white_stained_glass", 254), @@ -1433,41 +1457,41 @@ public enum VanillaItemId { HAY_BLOCK("minecraft:hay_block", 170), - HEART_OF_THE_SEA("minecraft:heart_of_the_sea", 580), + HEART_OF_THE_SEA("minecraft:heart_of_the_sea", 582), - HEART_POTTERY_SHERD("minecraft:heart_pottery_sherd", 674), + HEART_POTTERY_SHERD("minecraft:heart_pottery_sherd", 676), - HEARTBREAK_POTTERY_SHERD("minecraft:heartbreak_pottery_sherd", 675), + HEARTBREAK_POTTERY_SHERD("minecraft:heartbreak_pottery_sherd", 677), HEAVY_WEIGHTED_PRESSURE_PLATE("minecraft:heavy_weighted_pressure_plate", 148), - HOGLIN_SPAWN_EGG("minecraft:hoglin_spawn_egg", 499), + HOGLIN_SPAWN_EGG("minecraft:hoglin_spawn_egg", 501), HONEY_BLOCK("minecraft:honey_block", -220), - HONEY_BOTTLE("minecraft:honey_bottle", 601), + HONEY_BOTTLE("minecraft:honey_bottle", 603), - HONEYCOMB("minecraft:honeycomb", 600), + HONEYCOMB("minecraft:honeycomb", 602), HONEYCOMB_BLOCK("minecraft:honeycomb_block", -221), - HOPPER("minecraft:hopper", 536), + HOPPER("minecraft:hopper", 538), - HOPPER_MINECART("minecraft:hopper_minecart", 535), + HOPPER_MINECART("minecraft:hopper_minecart", 537), HORN_CORAL("minecraft:horn_coral", -584), - HORSE_SPAWN_EGG("minecraft:horse_spawn_egg", 461), + HORSE_SPAWN_EGG("minecraft:horse_spawn_egg", 462), - HOST_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:host_armor_trim_smithing_template", 702), + HOST_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:host_armor_trim_smithing_template", 704), - HOWL_POTTERY_SHERD("minecraft:howl_pottery_sherd", 676), + HOWL_POTTERY_SHERD("minecraft:howl_pottery_sherd", 678), - HUSK_SPAWN_EGG("minecraft:husk_spawn_egg", 466), + HUSK_SPAWN_EGG("minecraft:husk_spawn_egg", 468), ICE("minecraft:ice", 79), - ICE_BOMB("minecraft:ice_bomb", 604), + ICE_BOMB("minecraft:ice_bomb", 606), INFESTED_DEEPSLATE("minecraft:infested_deepslate", -454), @@ -1475,7 +1499,7 @@ public enum VanillaItemId { INFO_UPDATE2("minecraft:info_update2", 249), - INK_SAC("minecraft:ink_sac", 416), + INK_SAC("minecraft:ink_sac", 417), INVISIBLE_BEDROCK("minecraft:invisible_bedrock", 95), @@ -1491,19 +1515,19 @@ public enum VanillaItemId { IRON_DOOR("minecraft:iron_door", 375), - IRON_GOLEM_SPAWN_EGG("minecraft:iron_golem_spawn_egg", 508), + IRON_GOLEM_SPAWN_EGG("minecraft:iron_golem_spawn_egg", 510), IRON_HELMET("minecraft:iron_helmet", 346), IRON_HOE("minecraft:iron_hoe", 334), - IRON_HORSE_ARMOR("minecraft:iron_horse_armor", 540), + IRON_HORSE_ARMOR("minecraft:iron_horse_armor", 542), IRON_INGOT("minecraft:iron_ingot", 308), IRON_LEGGINGS("minecraft:iron_leggings", 348), - IRON_NUGGET("minecraft:iron_nugget", 578), + IRON_NUGGET("minecraft:iron_nugget", 580), IRON_ORE("minecraft:iron_ore", 15), @@ -1577,13 +1601,15 @@ public enum VanillaItemId { JUKEBOX("minecraft:jukebox", 84), - JUNGLE_BOAT("minecraft:jungle_boat", 380), + JUNGLE_BOAT("minecraft:jungle_boat", 381), JUNGLE_BUTTON("minecraft:jungle_button", -143), - JUNGLE_CHEST_BOAT("minecraft:jungle_chest_boat", 649), + JUNGLE_CHEST_BOAT("minecraft:jungle_chest_boat", 651), + + JUNGLE_DOOR("minecraft:jungle_door", 566), - JUNGLE_DOOR("minecraft:jungle_door", 564), + JUNGLE_DOUBLE_SLAB("minecraft:jungle_double_slab", -811), JUNGLE_FENCE("minecraft:jungle_fence", -578), @@ -1591,13 +1617,17 @@ public enum VanillaItemId { JUNGLE_HANGING_SIGN("minecraft:jungle_hanging_sign", -503), + JUNGLE_LEAVES("minecraft:jungle_leaves", -802), + JUNGLE_LOG("minecraft:jungle_log", -571), JUNGLE_PLANKS("minecraft:jungle_planks", -741), JUNGLE_PRESSURE_PLATE("minecraft:jungle_pressure_plate", -153), - JUNGLE_SIGN("minecraft:jungle_sign", 587), + JUNGLE_SIGN("minecraft:jungle_sign", 589), + + JUNGLE_SLAB("minecraft:jungle_slab", -806), JUNGLE_STAIRS("minecraft:jungle_stairs", 136), @@ -1607,7 +1637,9 @@ public enum VanillaItemId { JUNGLE_WALL_SIGN("minecraft:jungle_wall_sign", -189), - KELP("minecraft:kelp", 385), + JUNGLE_WOOD("minecraft:jungle_wood", -816), + + KELP("minecraft:kelp", 386), LADDER("minecraft:ladder", 65), @@ -1615,7 +1647,7 @@ public enum VanillaItemId { LAPIS_BLOCK("minecraft:lapis_block", 22), - LAPIS_LAZULI("minecraft:lapis_lazuli", 417), + LAPIS_LAZULI("minecraft:lapis_lazuli", 418), LAPIS_ORE("minecraft:lapis_ore", 21), @@ -1625,9 +1657,9 @@ public enum VanillaItemId { LAVA_BUCKET("minecraft:lava_bucket", 366), - LEAD("minecraft:lead", 556), + LEAD("minecraft:lead", 558), - LEATHER("minecraft:leather", 384), + LEATHER("minecraft:leather", 385), LEATHER_BOOTS("minecraft:leather_boots", 341), @@ -1635,13 +1667,13 @@ public enum VanillaItemId { LEATHER_HELMET("minecraft:leather_helmet", 338), - LEATHER_HORSE_ARMOR("minecraft:leather_horse_armor", 539), + LEATHER_HORSE_ARMOR("minecraft:leather_horse_armor", 541), LEATHER_LEGGINGS("minecraft:leather_leggings", 340), - LEAVES("minecraft:leaves", 18), + LEAVES("minecraft:leaves", 715), - LEAVES2("minecraft:leaves2", 161), + LEAVES2("minecraft:leaves2", 716), LECTERN("minecraft:lectern", -194), @@ -1659,7 +1691,7 @@ public enum VanillaItemId { LIGHT_BLUE_CONCRETE_POWDER("minecraft:light_blue_concrete_powder", -711), - LIGHT_BLUE_DYE("minecraft:light_blue_dye", 410), + LIGHT_BLUE_DYE("minecraft:light_blue_dye", 411), LIGHT_BLUE_GLAZED_TERRACOTTA("minecraft:light_blue_glazed_terracotta", 223), @@ -1683,7 +1715,7 @@ public enum VanillaItemId { LIGHT_GRAY_CONCRETE_POWDER("minecraft:light_gray_concrete_powder", -716), - LIGHT_GRAY_DYE("minecraft:light_gray_dye", 405), + LIGHT_GRAY_DYE("minecraft:light_gray_dye", 406), LIGHT_GRAY_SHULKER_BOX("minecraft:light_gray_shulker_box", -620), @@ -1709,7 +1741,7 @@ public enum VanillaItemId { LIME_CONCRETE_POWDER("minecraft:lime_concrete_powder", -713), - LIME_DYE("minecraft:lime_dye", 408), + LIME_DYE("minecraft:lime_dye", 409), LIME_GLAZED_TERRACOTTA("minecraft:lime_glazed_terracotta", 225), @@ -1723,7 +1755,7 @@ public enum VanillaItemId { LIME_WOOL("minecraft:lime_wool", -559), - LINGERING_POTION("minecraft:lingering_potion", 571), + LINGERING_POTION("minecraft:lingering_potion", 573), LIT_BLAST_FURNACE("minecraft:lit_blast_furnace", -214), @@ -1739,15 +1771,15 @@ public enum VanillaItemId { LIT_SMOKER("minecraft:lit_smoker", -199), - LLAMA_SPAWN_EGG("minecraft:llama_spawn_egg", 476), + LLAMA_SPAWN_EGG("minecraft:llama_spawn_egg", 478), LODESTONE("minecraft:lodestone", -222), - LODESTONE_COMPASS("minecraft:lodestone_compass", 611), + LODESTONE_COMPASS("minecraft:lodestone_compass", 613), - LOG("minecraft:log", 711), + LOG("minecraft:log", 713), - LOG2("minecraft:log2", 715), + LOG2("minecraft:log2", 720), LOOM("minecraft:loom", -204), @@ -1761,7 +1793,7 @@ public enum VanillaItemId { MAGENTA_CONCRETE_POWDER("minecraft:magenta_concrete_powder", -710), - MAGENTA_DYE("minecraft:magenta_dye", 411), + MAGENTA_DYE("minecraft:magenta_dye", 412), MAGENTA_GLAZED_TERRACOTTA("minecraft:magenta_glazed_terracotta", 222), @@ -1777,17 +1809,17 @@ public enum VanillaItemId { MAGMA("minecraft:magma", 213), - MAGMA_CREAM("minecraft:magma_cream", 433), + MAGMA_CREAM("minecraft:magma_cream", 434), - MAGMA_CUBE_SPAWN_EGG("minecraft:magma_cube_spawn_egg", 458), + MAGMA_CUBE_SPAWN_EGG("minecraft:magma_cube_spawn_egg", 459), - MANGROVE_BOAT("minecraft:mangrove_boat", 644), + MANGROVE_BOAT("minecraft:mangrove_boat", 646), MANGROVE_BUTTON("minecraft:mangrove_button", -487), - MANGROVE_CHEST_BOAT("minecraft:mangrove_chest_boat", 653), + MANGROVE_CHEST_BOAT("minecraft:mangrove_chest_boat", 655), - MANGROVE_DOOR("minecraft:mangrove_door", 642), + MANGROVE_DOOR("minecraft:mangrove_door", 644), MANGROVE_DOUBLE_SLAB("minecraft:mangrove_double_slab", -499), @@ -1809,7 +1841,7 @@ public enum VanillaItemId { MANGROVE_ROOTS("minecraft:mangrove_roots", -482), - MANGROVE_SIGN("minecraft:mangrove_sign", 643), + MANGROVE_SIGN("minecraft:mangrove_sign", 645), MANGROVE_SLAB("minecraft:mangrove_slab", -489), @@ -1823,7 +1855,7 @@ public enum VanillaItemId { MANGROVE_WOOD("minecraft:mangrove_wood", -497), - MEDICINE("minecraft:medicine", 608), + MEDICINE("minecraft:medicine", 610), MEDIUM_AMETHYST_BUD("minecraft:medium_amethyst_bud", -331), @@ -1839,15 +1871,15 @@ public enum VanillaItemId { MINECART("minecraft:minecart", 373), - MINER_POTTERY_SHERD("minecraft:miner_pottery_sherd", 677), + MINER_POTTERY_SHERD("minecraft:miner_pottery_sherd", 679), MOB_SPAWNER("minecraft:mob_spawner", 52), - MOJANG_BANNER_PATTERN("minecraft:mojang_banner_pattern", 593), + MOJANG_BANNER_PATTERN("minecraft:mojang_banner_pattern", 595), MONSTER_EGG("minecraft:monster_egg", 97), - MOOSHROOM_SPAWN_EGG("minecraft:mooshroom_spawn_egg", 443), + MOOSHROOM_SPAWN_EGG("minecraft:mooshroom_spawn_egg", 444), MOSS_BLOCK("minecraft:moss_block", -320), @@ -1859,7 +1891,7 @@ public enum VanillaItemId { MOSSY_STONE_BRICK_STAIRS("minecraft:mossy_stone_brick_stairs", -175), - MOURNER_POTTERY_SHERD("minecraft:mourner_pottery_sherd", 678), + MOURNER_POTTERY_SHERD("minecraft:mourner_pottery_sherd", 680), MOVING_BLOCK("minecraft:moving_block", 250), @@ -1877,49 +1909,49 @@ public enum VanillaItemId { MUDDY_MANGROVE_ROOTS("minecraft:muddy_mangrove_roots", -483), - MULE_SPAWN_EGG("minecraft:mule_spawn_egg", 469), + MULE_SPAWN_EGG("minecraft:mule_spawn_egg", 471), MUSHROOM_STEW("minecraft:mushroom_stew", 261), - MUSIC_DISC_11("minecraft:music_disc_11", 553), + MUSIC_DISC_11("minecraft:music_disc_11", 555), - MUSIC_DISC_13("minecraft:music_disc_13", 543), + MUSIC_DISC_13("minecraft:music_disc_13", 545), - MUSIC_DISC_5("minecraft:music_disc_5", 645), + MUSIC_DISC_5("minecraft:music_disc_5", 647), - MUSIC_DISC_BLOCKS("minecraft:music_disc_blocks", 545), + MUSIC_DISC_BLOCKS("minecraft:music_disc_blocks", 547), - MUSIC_DISC_CAT("minecraft:music_disc_cat", 544), + MUSIC_DISC_CAT("minecraft:music_disc_cat", 546), - MUSIC_DISC_CHIRP("minecraft:music_disc_chirp", 546), + MUSIC_DISC_CHIRP("minecraft:music_disc_chirp", 548), - MUSIC_DISC_FAR("minecraft:music_disc_far", 547), + MUSIC_DISC_FAR("minecraft:music_disc_far", 549), - MUSIC_DISC_MALL("minecraft:music_disc_mall", 548), + MUSIC_DISC_MALL("minecraft:music_disc_mall", 550), - MUSIC_DISC_MELLOHI("minecraft:music_disc_mellohi", 549), + MUSIC_DISC_MELLOHI("minecraft:music_disc_mellohi", 551), - MUSIC_DISC_OTHERSIDE("minecraft:music_disc_otherside", 635), + MUSIC_DISC_OTHERSIDE("minecraft:music_disc_otherside", 637), - MUSIC_DISC_PIGSTEP("minecraft:music_disc_pigstep", 629), + MUSIC_DISC_PIGSTEP("minecraft:music_disc_pigstep", 631), - MUSIC_DISC_RELIC("minecraft:music_disc_relic", 703), + MUSIC_DISC_RELIC("minecraft:music_disc_relic", 705), - MUSIC_DISC_STAL("minecraft:music_disc_stal", 550), + MUSIC_DISC_STAL("minecraft:music_disc_stal", 552), - MUSIC_DISC_STRAD("minecraft:music_disc_strad", 551), + MUSIC_DISC_STRAD("minecraft:music_disc_strad", 553), - MUSIC_DISC_WAIT("minecraft:music_disc_wait", 554), + MUSIC_DISC_WAIT("minecraft:music_disc_wait", 556), - MUSIC_DISC_WARD("minecraft:music_disc_ward", 552), + MUSIC_DISC_WARD("minecraft:music_disc_ward", 554), - MUTTON("minecraft:mutton", 559), + MUTTON("minecraft:mutton", 561), MYCELIUM("minecraft:mycelium", 110), - NAME_TAG("minecraft:name_tag", 557), + NAME_TAG("minecraft:name_tag", 559), - NAUTILUS_SHELL("minecraft:nautilus_shell", 579), + NAUTILUS_SHELL("minecraft:nautilus_shell", 581), NETHER_BRICK("minecraft:nether_brick", 112), @@ -1929,41 +1961,41 @@ public enum VanillaItemId { NETHER_GOLD_ORE("minecraft:nether_gold_ore", -288), - NETHER_SPROUTS("minecraft:nether_sprouts", 630), + NETHER_SPROUTS("minecraft:nether_sprouts", 632), - NETHER_STAR("minecraft:nether_star", 527), + NETHER_STAR("minecraft:nether_star", 529), NETHER_WART("minecraft:nether_wart", 295), NETHER_WART_BLOCK("minecraft:nether_wart_block", 214), - NETHERBRICK("minecraft:netherbrick", 532), + NETHERBRICK("minecraft:netherbrick", 534), - NETHERITE_AXE("minecraft:netherite_axe", 615), + NETHERITE_AXE("minecraft:netherite_axe", 617), NETHERITE_BLOCK("minecraft:netherite_block", -270), - NETHERITE_BOOTS("minecraft:netherite_boots", 621), + NETHERITE_BOOTS("minecraft:netherite_boots", 623), - NETHERITE_CHESTPLATE("minecraft:netherite_chestplate", 619), + NETHERITE_CHESTPLATE("minecraft:netherite_chestplate", 621), - NETHERITE_HELMET("minecraft:netherite_helmet", 618), + NETHERITE_HELMET("minecraft:netherite_helmet", 620), - NETHERITE_HOE("minecraft:netherite_hoe", 616), + NETHERITE_HOE("minecraft:netherite_hoe", 618), - NETHERITE_INGOT("minecraft:netherite_ingot", 617), + NETHERITE_INGOT("minecraft:netherite_ingot", 619), - NETHERITE_LEGGINGS("minecraft:netherite_leggings", 620), + NETHERITE_LEGGINGS("minecraft:netherite_leggings", 622), - NETHERITE_PICKAXE("minecraft:netherite_pickaxe", 614), + NETHERITE_PICKAXE("minecraft:netherite_pickaxe", 616), - NETHERITE_SCRAP("minecraft:netherite_scrap", 622), + NETHERITE_SCRAP("minecraft:netherite_scrap", 624), - NETHERITE_SHOVEL("minecraft:netherite_shovel", 613), + NETHERITE_SHOVEL("minecraft:netherite_shovel", 615), - NETHERITE_SWORD("minecraft:netherite_sword", 612), + NETHERITE_SWORD("minecraft:netherite_sword", 614), - NETHERITE_UPGRADE_SMITHING_TEMPLATE("minecraft:netherite_upgrade_smithing_template", 686), + NETHERITE_UPGRADE_SMITHING_TEMPLATE("minecraft:netherite_upgrade_smithing_template", 688), NETHERRACK("minecraft:netherrack", 87), @@ -1973,29 +2005,37 @@ public enum VanillaItemId { NOTEBLOCK("minecraft:noteblock", 25), - NPC_SPAWN_EGG("minecraft:npc_spawn_egg", 473), + NPC_SPAWN_EGG("minecraft:npc_spawn_egg", 475), + + OAK_BOAT("minecraft:oak_boat", 379), - OAK_BOAT("minecraft:oak_boat", 378), + OAK_CHEST_BOAT("minecraft:oak_chest_boat", 649), - OAK_CHEST_BOAT("minecraft:oak_chest_boat", 647), + OAK_DOUBLE_SLAB("minecraft:oak_double_slab", 157), OAK_FENCE("minecraft:oak_fence", 85), OAK_HANGING_SIGN("minecraft:oak_hanging_sign", -500), + OAK_LEAVES("minecraft:oak_leaves", 18), + OAK_LOG("minecraft:oak_log", 17), OAK_PLANKS("minecraft:oak_planks", 5), OAK_SIGN("minecraft:oak_sign", 361), + OAK_SLAB("minecraft:oak_slab", 158), + OAK_STAIRS("minecraft:oak_stairs", 53), + OAK_WOOD("minecraft:oak_wood", -212), + OBSERVER("minecraft:observer", 251), OBSIDIAN("minecraft:obsidian", 49), - OCELOT_SPAWN_EGG("minecraft:ocelot_spawn_egg", 454), + OCELOT_SPAWN_EGG("minecraft:ocelot_spawn_egg", 455), OCHRE_FROGLIGHT("minecraft:ochre_froglight", -471), @@ -2009,7 +2049,7 @@ public enum VanillaItemId { ORANGE_CONCRETE_POWDER("minecraft:orange_concrete_powder", -709), - ORANGE_DYE("minecraft:orange_dye", 412), + ORANGE_DYE("minecraft:orange_dye", 413), ORANGE_GLAZED_TERRACOTTA("minecraft:orange_glazed_terracotta", 221), @@ -2049,27 +2089,27 @@ public enum VanillaItemId { PAINTING("minecraft:painting", 360), - PANDA_SPAWN_EGG("minecraft:panda_spawn_egg", 492), + PANDA_SPAWN_EGG("minecraft:panda_spawn_egg", 494), - PAPER("minecraft:paper", 389), + PAPER("minecraft:paper", 390), - PARROT_SPAWN_EGG("minecraft:parrot_spawn_egg", 481), + PARROT_SPAWN_EGG("minecraft:parrot_spawn_egg", 483), PEARLESCENT_FROGLIGHT("minecraft:pearlescent_froglight", -469), - PHANTOM_MEMBRANE("minecraft:phantom_membrane", 583), + PHANTOM_MEMBRANE("minecraft:phantom_membrane", 585), - PHANTOM_SPAWN_EGG("minecraft:phantom_spawn_egg", 489), + PHANTOM_SPAWN_EGG("minecraft:phantom_spawn_egg", 491), - PIG_SPAWN_EGG("minecraft:pig_spawn_egg", 440), + PIG_SPAWN_EGG("minecraft:pig_spawn_egg", 441), - PIGLIN_BANNER_PATTERN("minecraft:piglin_banner_pattern", 596), + PIGLIN_BANNER_PATTERN("minecraft:piglin_banner_pattern", 598), - PIGLIN_BRUTE_SPAWN_EGG("minecraft:piglin_brute_spawn_egg", 502), + PIGLIN_BRUTE_SPAWN_EGG("minecraft:piglin_brute_spawn_egg", 504), - PIGLIN_SPAWN_EGG("minecraft:piglin_spawn_egg", 500), + PIGLIN_SPAWN_EGG("minecraft:piglin_spawn_egg", 502), - PILLAGER_SPAWN_EGG("minecraft:pillager_spawn_egg", 494), + PILLAGER_SPAWN_EGG("minecraft:pillager_spawn_egg", 496), PINK_CANDLE("minecraft:pink_candle", -419), @@ -2081,7 +2121,7 @@ public enum VanillaItemId { PINK_CONCRETE_POWDER("minecraft:pink_concrete_powder", -714), - PINK_DYE("minecraft:pink_dye", 407), + PINK_DYE("minecraft:pink_dye", 408), PINK_GLAZED_TERRACOTTA("minecraft:pink_glazed_terracotta", 226), @@ -2107,9 +2147,9 @@ public enum VanillaItemId { PITCHER_POD("minecraft:pitcher_pod", 298), - PLANKS("minecraft:planks", 713), + PLANKS("minecraft:planks", 718), - PLENTY_POTTERY_SHERD("minecraft:plenty_pottery_sherd", 679), + PLENTY_POTTERY_SHERD("minecraft:plenty_pottery_sherd", 681), PODZOL("minecraft:podzol", 243), @@ -2117,7 +2157,7 @@ public enum VanillaItemId { POISONOUS_POTATO("minecraft:poisonous_potato", 283), - POLAR_BEAR_SPAWN_EGG("minecraft:polar_bear_spawn_egg", 475), + POLAR_BEAR_SPAWN_EGG("minecraft:polar_bear_spawn_egg", 477), POLISHED_ANDESITE("minecraft:polished_andesite", -595), @@ -2177,7 +2217,7 @@ public enum VanillaItemId { POLISHED_TUFF_WALL("minecraft:polished_tuff_wall", -752), - POPPED_CHORUS_FRUIT("minecraft:popped_chorus_fruit", 568), + POPPED_CHORUS_FRUIT("minecraft:popped_chorus_fruit", 570), PORKCHOP("minecraft:porkchop", 263), @@ -2187,7 +2227,7 @@ public enum VanillaItemId { POTATOES("minecraft:potatoes", 142), - POTION("minecraft:potion", 429), + POTION("minecraft:potion", 430), POWDER_SNOW("minecraft:powder_snow", -306), @@ -2201,19 +2241,19 @@ public enum VanillaItemId { PRISMARINE_BRICKS_STAIRS("minecraft:prismarine_bricks_stairs", -4), - PRISMARINE_CRYSTALS("minecraft:prismarine_crystals", 558), + PRISMARINE_CRYSTALS("minecraft:prismarine_crystals", 560), - PRISMARINE_SHARD("minecraft:prismarine_shard", 574), + PRISMARINE_SHARD("minecraft:prismarine_shard", 576), PRISMARINE_STAIRS("minecraft:prismarine_stairs", -2), - PRIZE_POTTERY_SHERD("minecraft:prize_pottery_sherd", 680), + PRIZE_POTTERY_SHERD("minecraft:prize_pottery_sherd", 682), PUFFERFISH("minecraft:pufferfish", 268), PUFFERFISH_BUCKET("minecraft:pufferfish_bucket", 370), - PUFFERFISH_SPAWN_EGG("minecraft:pufferfish_spawn_egg", 484), + PUFFERFISH_SPAWN_EGG("minecraft:pufferfish_spawn_egg", 486), PUMPKIN("minecraft:pumpkin", 86), @@ -2233,7 +2273,7 @@ public enum VanillaItemId { PURPLE_CONCRETE_POWDER("minecraft:purple_concrete_powder", -718), - PURPLE_DYE("minecraft:purple_dye", 403), + PURPLE_DYE("minecraft:purple_dye", 404), PURPLE_GLAZED_TERRACOTTA("minecraft:purple_glazed_terracotta", 219), @@ -2251,7 +2291,7 @@ public enum VanillaItemId { PURPUR_STAIRS("minecraft:purpur_stairs", 203), - QUARTZ("minecraft:quartz", 533), + QUARTZ("minecraft:quartz", 535), QUARTZ_BLOCK("minecraft:quartz_block", 155), @@ -2263,35 +2303,35 @@ public enum VanillaItemId { RABBIT("minecraft:rabbit", 289), - RABBIT_FOOT("minecraft:rabbit_foot", 537), + RABBIT_FOOT("minecraft:rabbit_foot", 539), - RABBIT_HIDE("minecraft:rabbit_hide", 538), + RABBIT_HIDE("minecraft:rabbit_hide", 540), - RABBIT_SPAWN_EGG("minecraft:rabbit_spawn_egg", 462), + RABBIT_SPAWN_EGG("minecraft:rabbit_spawn_egg", 463), RABBIT_STEW("minecraft:rabbit_stew", 291), RAIL("minecraft:rail", 66), - RAISER_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:raiser_armor_trim_smithing_template", 700), + RAISER_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:raiser_armor_trim_smithing_template", 702), - RAPID_FERTILIZER("minecraft:rapid_fertilizer", 606), + RAPID_FERTILIZER("minecraft:rapid_fertilizer", 608), - RAVAGER_SPAWN_EGG("minecraft:ravager_spawn_egg", 496), + RAVAGER_SPAWN_EGG("minecraft:ravager_spawn_egg", 498), - RAW_COPPER("minecraft:raw_copper", 516), + RAW_COPPER("minecraft:raw_copper", 518), RAW_COPPER_BLOCK("minecraft:raw_copper_block", -452), - RAW_GOLD("minecraft:raw_gold", 515), + RAW_GOLD("minecraft:raw_gold", 517), RAW_GOLD_BLOCK("minecraft:raw_gold_block", -453), - RAW_IRON("minecraft:raw_iron", 514), + RAW_IRON("minecraft:raw_iron", 516), RAW_IRON_BLOCK("minecraft:raw_iron_block", -451), - RECOVERY_COMPASS("minecraft:recovery_compass", 655), + RECOVERY_COMPASS("minecraft:recovery_compass", 657), RED_CANDLE("minecraft:red_candle", -427), @@ -2303,7 +2343,7 @@ public enum VanillaItemId { RED_CONCRETE_POWDER("minecraft:red_concrete_powder", -722), - RED_DYE("minecraft:red_dye", 399), + RED_DYE("minecraft:red_dye", 400), RED_FLOWER("minecraft:red_flower", 38), @@ -2345,7 +2385,7 @@ public enum VanillaItemId { REINFORCED_DEEPSLATE("minecraft:reinforced_deepslate", -466), - REPEATER("minecraft:repeater", 422), + REPEATER("minecraft:repeater", 423), REPEATING_COMMAND_BLOCK("minecraft:repeating_command_block", 188), @@ -2353,7 +2393,7 @@ public enum VanillaItemId { RESPAWN_ANCHOR("minecraft:respawn_anchor", -272), - RIB_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:rib_armor_trim_smithing_template", 696), + RIB_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:rib_armor_trim_smithing_template", 698), ROTTEN_FLESH("minecraft:rotten_flesh", 278), @@ -2363,7 +2403,7 @@ public enum VanillaItemId { SALMON_BUCKET("minecraft:salmon_bucket", 368), - SALMON_SPAWN_EGG("minecraft:salmon_spawn_egg", 485), + SALMON_SPAWN_EGG("minecraft:salmon_spawn_egg", 487), SAND("minecraft:sand", 12), @@ -2391,49 +2431,49 @@ public enum VanillaItemId { SEAGRASS("minecraft:seagrass", -130), - SENTRY_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:sentry_armor_trim_smithing_template", 687), + SENTRY_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:sentry_armor_trim_smithing_template", 689), - SHAPER_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:shaper_armor_trim_smithing_template", 701), + SHAPER_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:shaper_armor_trim_smithing_template", 703), - SHEAF_POTTERY_SHERD("minecraft:sheaf_pottery_sherd", 681), + SHEAF_POTTERY_SHERD("minecraft:sheaf_pottery_sherd", 683), - SHEARS("minecraft:shears", 424), + SHEARS("minecraft:shears", 425), - SHEEP_SPAWN_EGG("minecraft:sheep_spawn_egg", 441), + SHEEP_SPAWN_EGG("minecraft:sheep_spawn_egg", 442), - SHELTER_POTTERY_SHERD("minecraft:shelter_pottery_sherd", 682), + SHELTER_POTTERY_SHERD("minecraft:shelter_pottery_sherd", 684), SHIELD("minecraft:shield", 358), SHROOMLIGHT("minecraft:shroomlight", -230), - SHULKER_BOX("minecraft:shulker_box", 720), + SHULKER_BOX("minecraft:shulker_box", 725), - SHULKER_SHELL("minecraft:shulker_shell", 575), + SHULKER_SHELL("minecraft:shulker_shell", 577), - SHULKER_SPAWN_EGG("minecraft:shulker_spawn_egg", 472), + SHULKER_SPAWN_EGG("minecraft:shulker_spawn_egg", 474), - SILENCE_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:silence_armor_trim_smithing_template", 698), + SILENCE_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:silence_armor_trim_smithing_template", 700), SILVER_GLAZED_TERRACOTTA("minecraft:silver_glazed_terracotta", 228), - SILVERFISH_SPAWN_EGG("minecraft:silverfish_spawn_egg", 446), + SILVERFISH_SPAWN_EGG("minecraft:silverfish_spawn_egg", 447), - SKELETON_HORSE_SPAWN_EGG("minecraft:skeleton_horse_spawn_egg", 470), + SKELETON_HORSE_SPAWN_EGG("minecraft:skeleton_horse_spawn_egg", 472), - SKELETON_SPAWN_EGG("minecraft:skeleton_spawn_egg", 447), + SKELETON_SPAWN_EGG("minecraft:skeleton_spawn_egg", 448), - SKULL("minecraft:skull", 525), + SKULL("minecraft:skull", 527), - SKULL_BANNER_PATTERN("minecraft:skull_banner_pattern", 592), + SKULL_BANNER_PATTERN("minecraft:skull_banner_pattern", 594), - SKULL_POTTERY_SHERD("minecraft:skull_pottery_sherd", 683), + SKULL_POTTERY_SHERD("minecraft:skull_pottery_sherd", 685), SLIME("minecraft:slime", 165), - SLIME_BALL("minecraft:slime_ball", 391), + SLIME_BALL("minecraft:slime_ball", 392), - SLIME_SPAWN_EGG("minecraft:slime_spawn_egg", 448), + SLIME_SPAWN_EGG("minecraft:slime_spawn_egg", 449), SMALL_AMETHYST_BUD("minecraft:small_amethyst_bud", -332), @@ -2455,21 +2495,21 @@ public enum VanillaItemId { SNIFFER_EGG("minecraft:sniffer_egg", -596), - SNIFFER_SPAWN_EGG("minecraft:sniffer_spawn_egg", 503), + SNIFFER_SPAWN_EGG("minecraft:sniffer_spawn_egg", 505), - SNORT_POTTERY_SHERD("minecraft:snort_pottery_sherd", 684), + SNORT_POTTERY_SHERD("minecraft:snort_pottery_sherd", 686), - SNOUT_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:snout_armor_trim_smithing_template", 695), + SNOUT_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:snout_armor_trim_smithing_template", 697), SNOW("minecraft:snow", 80), - SNOW_GOLEM_SPAWN_EGG("minecraft:snow_golem_spawn_egg", 509), + SNOW_GOLEM_SPAWN_EGG("minecraft:snow_golem_spawn_egg", 511), SNOW_LAYER("minecraft:snow_layer", 78), SNOWBALL("minecraft:snowball", 377), - SOUL_CAMPFIRE("minecraft:soul_campfire", 631), + SOUL_CAMPFIRE("minecraft:soul_campfire", 633), SOUL_FIRE("minecraft:soul_fire", -237), @@ -2481,29 +2521,31 @@ public enum VanillaItemId { SOUL_TORCH("minecraft:soul_torch", -268), - SPARKLER("minecraft:sparkler", 609), + SPARKLER("minecraft:sparkler", 611), - SPAWN_EGG("minecraft:spawn_egg", 726), + SPAWN_EGG("minecraft:spawn_egg", 732), SPIDER_EYE("minecraft:spider_eye", 279), - SPIDER_SPAWN_EGG("minecraft:spider_spawn_egg", 449), + SPIDER_SPAWN_EGG("minecraft:spider_spawn_egg", 450), - SPIRE_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:spire_armor_trim_smithing_template", 697), + SPIRE_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:spire_armor_trim_smithing_template", 699), - SPLASH_POTION("minecraft:splash_potion", 570), + SPLASH_POTION("minecraft:splash_potion", 572), SPONGE("minecraft:sponge", 19), SPORE_BLOSSOM("minecraft:spore_blossom", -321), - SPRUCE_BOAT("minecraft:spruce_boat", 381), + SPRUCE_BOAT("minecraft:spruce_boat", 382), SPRUCE_BUTTON("minecraft:spruce_button", -144), - SPRUCE_CHEST_BOAT("minecraft:spruce_chest_boat", 650), + SPRUCE_CHEST_BOAT("minecraft:spruce_chest_boat", 652), - SPRUCE_DOOR("minecraft:spruce_door", 562), + SPRUCE_DOOR("minecraft:spruce_door", 564), + + SPRUCE_DOUBLE_SLAB("minecraft:spruce_double_slab", -809), SPRUCE_FENCE("minecraft:spruce_fence", -579), @@ -2511,13 +2553,17 @@ public enum VanillaItemId { SPRUCE_HANGING_SIGN("minecraft:spruce_hanging_sign", -501), + SPRUCE_LEAVES("minecraft:spruce_leaves", -800), + SPRUCE_LOG("minecraft:spruce_log", -569), SPRUCE_PLANKS("minecraft:spruce_planks", -739), SPRUCE_PRESSURE_PLATE("minecraft:spruce_pressure_plate", -154), - SPRUCE_SIGN("minecraft:spruce_sign", 585), + SPRUCE_SIGN("minecraft:spruce_sign", 587), + + SPRUCE_SLAB("minecraft:spruce_slab", -804), SPRUCE_STAIRS("minecraft:spruce_stairs", 134), @@ -2527,15 +2573,17 @@ public enum VanillaItemId { SPRUCE_WALL_SIGN("minecraft:spruce_wall_sign", -182), - SPYGLASS("minecraft:spyglass", 634), + SPRUCE_WOOD("minecraft:spruce_wood", -814), + + SPYGLASS("minecraft:spyglass", 636), - SQUID_SPAWN_EGG("minecraft:squid_spawn_egg", 453), + SQUID_SPAWN_EGG("minecraft:squid_spawn_egg", 454), - STAINED_GLASS("minecraft:stained_glass", 718), + STAINED_GLASS("minecraft:stained_glass", 723), - STAINED_GLASS_PANE("minecraft:stained_glass_pane", 719), + STAINED_GLASS_PANE("minecraft:stained_glass_pane", 724), - STAINED_HARDENED_CLAY("minecraft:stained_hardened_clay", 704), + STAINED_HARDENED_CLAY("minecraft:stained_hardened_clay", 706), STANDING_BANNER("minecraft:standing_banner", 176), @@ -2581,18 +2629,22 @@ public enum VanillaItemId { STONECUTTER_BLOCK("minecraft:stonecutter_block", -197), - STRAY_SPAWN_EGG("minecraft:stray_spawn_egg", 465), + STRAY_SPAWN_EGG("minecraft:stray_spawn_egg", 466), - STRIDER_SPAWN_EGG("minecraft:strider_spawn_egg", 498), + STRIDER_SPAWN_EGG("minecraft:strider_spawn_egg", 500), STRING("minecraft:string", 329), STRIPPED_ACACIA_LOG("minecraft:stripped_acacia_log", -8), + STRIPPED_ACACIA_WOOD("minecraft:stripped_acacia_wood", -823), + STRIPPED_BAMBOO_BLOCK("minecraft:stripped_bamboo_block", -528), STRIPPED_BIRCH_LOG("minecraft:stripped_birch_log", -6), + STRIPPED_BIRCH_WOOD("minecraft:stripped_birch_wood", -821), + STRIPPED_CHERRY_LOG("minecraft:stripped_cherry_log", -535), STRIPPED_CHERRY_WOOD("minecraft:stripped_cherry_wood", -545), @@ -2603,16 +2655,24 @@ public enum VanillaItemId { STRIPPED_DARK_OAK_LOG("minecraft:stripped_dark_oak_log", -9), + STRIPPED_DARK_OAK_WOOD("minecraft:stripped_dark_oak_wood", -824), + STRIPPED_JUNGLE_LOG("minecraft:stripped_jungle_log", -7), + STRIPPED_JUNGLE_WOOD("minecraft:stripped_jungle_wood", -822), + STRIPPED_MANGROVE_LOG("minecraft:stripped_mangrove_log", -485), STRIPPED_MANGROVE_WOOD("minecraft:stripped_mangrove_wood", -498), STRIPPED_OAK_LOG("minecraft:stripped_oak_log", -10), + STRIPPED_OAK_WOOD("minecraft:stripped_oak_wood", -819), + STRIPPED_SPRUCE_LOG("minecraft:stripped_spruce_log", -5), + STRIPPED_SPRUCE_WOOD("minecraft:stripped_spruce_wood", -820), + STRIPPED_WARPED_HYPHAE("minecraft:stripped_warped_hyphae", -301), STRIPPED_WARPED_STEM("minecraft:stripped_warped_stem", -241), @@ -2621,35 +2681,35 @@ public enum VanillaItemId { STRUCTURE_VOID("minecraft:structure_void", 217), - SUGAR("minecraft:sugar", 419), + SUGAR("minecraft:sugar", 420), - SUGAR_CANE("minecraft:sugar_cane", 388), + SUGAR_CANE("minecraft:sugar_cane", 389), SUSPICIOUS_GRAVEL("minecraft:suspicious_gravel", -573), SUSPICIOUS_SAND("minecraft:suspicious_sand", -529), - SUSPICIOUS_STEW("minecraft:suspicious_stew", 599), + SUSPICIOUS_STEW("minecraft:suspicious_stew", 601), SWEET_BERRIES("minecraft:sweet_berries", 288), SWEET_BERRY_BUSH("minecraft:sweet_berry_bush", -207), - TADPOLE_BUCKET("minecraft:tadpole_bucket", 639), + TADPOLE_BUCKET("minecraft:tadpole_bucket", 641), - TADPOLE_SPAWN_EGG("minecraft:tadpole_spawn_egg", 638), + TADPOLE_SPAWN_EGG("minecraft:tadpole_spawn_egg", 640), TALLGRASS("minecraft:tallgrass", 31), TARGET("minecraft:target", -239), - TIDE_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:tide_armor_trim_smithing_template", 694), + TIDE_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:tide_armor_trim_smithing_template", 696), TINTED_GLASS("minecraft:tinted_glass", -334), TNT("minecraft:tnt", 46), - TNT_MINECART("minecraft:tnt_minecart", 534), + TNT_MINECART("minecraft:tnt_minecart", 536), TORCH("minecraft:torch", 50), @@ -2659,19 +2719,19 @@ public enum VanillaItemId { TORCHFLOWER_SEEDS("minecraft:torchflower_seeds", 297), - TOTEM_OF_UNDYING("minecraft:totem_of_undying", 577), + TOTEM_OF_UNDYING("minecraft:totem_of_undying", 579), - TRADER_LLAMA_SPAWN_EGG("minecraft:trader_llama_spawn_egg", 657), + TRADER_LLAMA_SPAWN_EGG("minecraft:trader_llama_spawn_egg", 659), TRAPDOOR("minecraft:trapdoor", 96), TRAPPED_CHEST("minecraft:trapped_chest", 146), - TRIAL_KEY("minecraft:trial_key", 705), + TRIAL_KEY("minecraft:trial_key", 707), TRIAL_SPAWNER("minecraft:trial_spawner", -315), - TRIDENT("minecraft:trident", 555), + TRIDENT("minecraft:trident", 557), TRIP_WIRE("minecraft:trip_wire", 132), @@ -2681,7 +2741,7 @@ public enum VanillaItemId { TROPICAL_FISH_BUCKET("minecraft:tropical_fish_bucket", 369), - TROPICAL_FISH_SPAWN_EGG("minecraft:tropical_fish_spawn_egg", 482), + TROPICAL_FISH_SPAWN_EGG("minecraft:tropical_fish_spawn_egg", 484), TUBE_CORAL("minecraft:tube_coral", -131), @@ -2707,11 +2767,11 @@ public enum VanillaItemId { TURTLE_EGG("minecraft:turtle_egg", -159), - TURTLE_HELMET("minecraft:turtle_helmet", 582), + TURTLE_HELMET("minecraft:turtle_helmet", 584), - TURTLE_SCUTE("minecraft:turtle_scute", 581), + TURTLE_SCUTE("minecraft:turtle_scute", 583), - TURTLE_SPAWN_EGG("minecraft:turtle_spawn_egg", 488), + TURTLE_SPAWN_EGG("minecraft:turtle_spawn_egg", 490), TWISTING_VINES("minecraft:twisting_vines", -287), @@ -2727,15 +2787,17 @@ public enum VanillaItemId { UNPOWERED_REPEATER("minecraft:unpowered_repeater", 93), + VAULT("minecraft:vault", -314), + VERDANT_FROGLIGHT("minecraft:verdant_froglight", -470), - VEX_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:vex_armor_trim_smithing_template", 693), + VEX_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:vex_armor_trim_smithing_template", 695), - VEX_SPAWN_EGG("minecraft:vex_spawn_egg", 479), + VEX_SPAWN_EGG("minecraft:vex_spawn_egg", 481), - VILLAGER_SPAWN_EGG("minecraft:villager_spawn_egg", 452), + VILLAGER_SPAWN_EGG("minecraft:villager_spawn_egg", 453), - VINDICATOR_SPAWN_EGG("minecraft:vindicator_spawn_egg", 477), + VINDICATOR_SPAWN_EGG("minecraft:vindicator_spawn_egg", 479), VINE("minecraft:vine", 106), @@ -2743,15 +2805,15 @@ public enum VanillaItemId { WALL_SIGN("minecraft:wall_sign", 68), - WANDERING_TRADER_SPAWN_EGG("minecraft:wandering_trader_spawn_egg", 495), + WANDERING_TRADER_SPAWN_EGG("minecraft:wandering_trader_spawn_egg", 497), - WARD_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:ward_armor_trim_smithing_template", 691), + WARD_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:ward_armor_trim_smithing_template", 693), - WARDEN_SPAWN_EGG("minecraft:warden_spawn_egg", 641), + WARDEN_SPAWN_EGG("minecraft:warden_spawn_egg", 643), WARPED_BUTTON("minecraft:warped_button", -261), - WARPED_DOOR("minecraft:warped_door", 626), + WARPED_DOOR("minecraft:warped_door", 628), WARPED_DOUBLE_SLAB("minecraft:warped_double_slab", -267), @@ -2761,7 +2823,7 @@ public enum VanillaItemId { WARPED_FUNGUS("minecraft:warped_fungus", -229), - WARPED_FUNGUS_ON_A_STICK("minecraft:warped_fungus_on_a_stick", 627), + WARPED_FUNGUS_ON_A_STICK("minecraft:warped_fungus_on_a_stick", 629), WARPED_HANGING_SIGN("minecraft:warped_hanging_sign", -507), @@ -2775,7 +2837,7 @@ public enum VanillaItemId { WARPED_ROOTS("minecraft:warped_roots", -224), - WARPED_SIGN("minecraft:warped_sign", 624), + WARPED_SIGN("minecraft:warped_sign", 626), WARPED_SLAB("minecraft:warped_slab", -265), @@ -2877,7 +2939,7 @@ public enum VanillaItemId { WAXED_WEATHERED_DOUBLE_CUT_COPPER_SLAB("minecraft:waxed_weathered_double_cut_copper_slab", -374), - WAYFINDER_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:wayfinder_armor_trim_smithing_template", 699), + WAYFINDER_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:wayfinder_armor_trim_smithing_template", 701), WEATHERED_CHISELED_COPPER("minecraft:weathered_chiseled_copper", -762), @@ -2917,7 +2979,7 @@ public enum VanillaItemId { WHITE_CONCRETE_POWDER("minecraft:white_concrete_powder", 237), - WHITE_DYE("minecraft:white_dye", 413), + WHITE_DYE("minecraft:white_dye", 414), WHITE_GLAZED_TERRACOTTA("minecraft:white_glazed_terracotta", 220), @@ -2931,21 +2993,23 @@ public enum VanillaItemId { WHITE_WOOL("minecraft:white_wool", 35), - WILD_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:wild_armor_trim_smithing_template", 690), + WILD_ARMOR_TRIM_SMITHING_TEMPLATE("minecraft:wild_armor_trim_smithing_template", 692), + + WIND_CHARGE("minecraft:wind_charge", 378), - WITCH_SPAWN_EGG("minecraft:witch_spawn_egg", 455), + WITCH_SPAWN_EGG("minecraft:witch_spawn_egg", 456), WITHER_ROSE("minecraft:wither_rose", -216), - WITHER_SKELETON_SPAWN_EGG("minecraft:wither_skeleton_spawn_egg", 467), + WITHER_SKELETON_SPAWN_EGG("minecraft:wither_skeleton_spawn_egg", 469), - WITHER_SPAWN_EGG("minecraft:wither_spawn_egg", 511), + WITHER_SPAWN_EGG("minecraft:wither_spawn_egg", 513), - WOLF_ARMOR("minecraft:wolf_armor", 708), + WOLF_ARMOR("minecraft:wolf_armor", 710), - WOLF_SPAWN_EGG("minecraft:wolf_spawn_egg", 442), + WOLF_SPAWN_EGG("minecraft:wolf_spawn_egg", 443), - WOOD("minecraft:wood", -212), + WOOD("minecraft:wood", 726), WOODEN_AXE("minecraft:wooden_axe", 314), @@ -2961,15 +3025,15 @@ public enum VanillaItemId { WOODEN_SHOVEL("minecraft:wooden_shovel", 312), - WOODEN_SLAB("minecraft:wooden_slab", 158), + WOODEN_SLAB("minecraft:wooden_slab", 717), WOODEN_SWORD("minecraft:wooden_sword", 311), - WOOL("minecraft:wool", 709), + WOOL("minecraft:wool", 711), - WRITABLE_BOOK("minecraft:writable_book", 519), + WRITABLE_BOOK("minecraft:writable_book", 521), - WRITTEN_BOOK("minecraft:written_book", 520), + WRITTEN_BOOK("minecraft:written_book", 522), YELLOW_CANDLE("minecraft:yellow_candle", -417), @@ -2981,7 +3045,7 @@ public enum VanillaItemId { YELLOW_CONCRETE_POWDER("minecraft:yellow_concrete_powder", -712), - YELLOW_DYE("minecraft:yellow_dye", 409), + YELLOW_DYE("minecraft:yellow_dye", 410), YELLOW_FLOWER("minecraft:yellow_flower", 37), @@ -2997,15 +3061,15 @@ public enum VanillaItemId { YELLOW_WOOL("minecraft:yellow_wool", -558), - ZOGLIN_SPAWN_EGG("minecraft:zoglin_spawn_egg", 501), + ZOGLIN_SPAWN_EGG("minecraft:zoglin_spawn_egg", 503), - ZOMBIE_HORSE_SPAWN_EGG("minecraft:zombie_horse_spawn_egg", 471), + ZOMBIE_HORSE_SPAWN_EGG("minecraft:zombie_horse_spawn_egg", 473), - ZOMBIE_PIGMAN_SPAWN_EGG("minecraft:zombie_pigman_spawn_egg", 451), + ZOMBIE_PIGMAN_SPAWN_EGG("minecraft:zombie_pigman_spawn_egg", 452), - ZOMBIE_SPAWN_EGG("minecraft:zombie_spawn_egg", 450), + ZOMBIE_SPAWN_EGG("minecraft:zombie_spawn_egg", 451), - ZOMBIE_VILLAGER_SPAWN_EGG("minecraft:zombie_villager_spawn_egg", 480); + ZOMBIE_VILLAGER_SPAWN_EGG("minecraft:zombie_villager_spawn_egg", 482); @Getter private final Identifier identifier; diff --git a/Allay-Data/resources/biome_definitions.nbt b/Allay-Data/resources/biome_definitions.nbt index e3133a6d1..7cb1f47dd 100644 Binary files a/Allay-Data/resources/biome_definitions.nbt and b/Allay-Data/resources/biome_definitions.nbt differ diff --git a/Allay-Data/resources/block_attributes.nbt b/Allay-Data/resources/block_attributes.nbt index 0aab24c0f..a7097253a 100644 Binary files a/Allay-Data/resources/block_attributes.nbt and b/Allay-Data/resources/block_attributes.nbt differ diff --git a/Allay-Data/resources/creative_items.nbt b/Allay-Data/resources/creative_items.nbt index ed330fd39..465b04898 100644 Binary files a/Allay-Data/resources/creative_items.nbt and b/Allay-Data/resources/creative_items.nbt differ diff --git a/Allay-Data/resources/item_data.nbt b/Allay-Data/resources/item_data.nbt index a2045089b..7154cf928 100644 Binary files a/Allay-Data/resources/item_data.nbt and b/Allay-Data/resources/item_data.nbt differ diff --git a/Allay-Data/resources/item_meta_block_state_bimap.nbt b/Allay-Data/resources/item_meta_block_state_bimap.nbt index 5099c9b39..877128c33 100644 Binary files a/Allay-Data/resources/item_meta_block_state_bimap.nbt and b/Allay-Data/resources/item_meta_block_state_bimap.nbt differ diff --git a/Allay-Data/resources/item_tags.json b/Allay-Data/resources/item_tags.json index 12c8ae236..dafa4e740 100644 --- a/Allay-Data/resources/item_tags.json +++ b/Allay-Data/resources/item_tags.json @@ -6,16 +6,16 @@ "minecraft:banner" ], "minecraft:boat": [ + "minecraft:oak_chest_boat", + "minecraft:mangrove_boat", "minecraft:oak_boat", - "minecraft:jungle_chest_boat", "minecraft:birch_boat", - "minecraft:mangrove_boat", - "minecraft:acacia_boat", "minecraft:jungle_boat", - "minecraft:oak_chest_boat", "minecraft:spruce_boat", + "minecraft:acacia_boat", "minecraft:dark_oak_boat", "minecraft:birch_chest_boat", + "minecraft:jungle_chest_boat", "minecraft:spruce_chest_boat", "minecraft:acacia_chest_boat", "minecraft:dark_oak_chest_boat", @@ -26,16 +26,16 @@ "minecraft:bamboo_chest_raft" ], "minecraft:boats": [ + "minecraft:oak_chest_boat", + "minecraft:mangrove_boat", "minecraft:oak_boat", - "minecraft:jungle_chest_boat", "minecraft:birch_boat", - "minecraft:mangrove_boat", - "minecraft:acacia_boat", "minecraft:jungle_boat", - "minecraft:oak_chest_boat", "minecraft:spruce_boat", + "minecraft:acacia_boat", "minecraft:dark_oak_boat", "minecraft:birch_chest_boat", + "minecraft:jungle_chest_boat", "minecraft:spruce_chest_boat", "minecraft:acacia_chest_boat", "minecraft:dark_oak_chest_boat", @@ -69,14 +69,14 @@ "minecraft:stripped_crimson_stem" ], "minecraft:decorated_pot_sherds": [ - "minecraft:brick", "minecraft:danger_pottery_sherd", + "minecraft:archer_pottery_sherd", + "minecraft:brick", + "minecraft:brewer_pottery_sherd", "minecraft:angler_pottery_sherd", "minecraft:burn_pottery_sherd", - "minecraft:blade_pottery_sherd", - "minecraft:archer_pottery_sherd", "minecraft:arms_up_pottery_sherd", - "minecraft:brewer_pottery_sherd", + "minecraft:blade_pottery_sherd", "minecraft:explorer_pottery_sherd", "minecraft:friend_pottery_sherd", "minecraft:heart_pottery_sherd", @@ -92,36 +92,36 @@ "minecraft:snort_pottery_sherd" ], "minecraft:diamond_tier": [ - "minecraft:diamond_sword", "minecraft:diamond_chestplate", + "minecraft:diamond_sword", "minecraft:diamond_shovel", - "minecraft:diamond_helmet", "minecraft:diamond_pickaxe", - "minecraft:diamond_hoe", - "minecraft:diamond_axe", "minecraft:diamond_leggings", + "minecraft:diamond_helmet", + "minecraft:diamond_axe", + "minecraft:diamond_hoe", "minecraft:diamond_boots" ], "minecraft:digger": [ - "minecraft:wooden_pickaxe", "minecraft:iron_shovel", + "minecraft:wooden_axe", + "minecraft:wooden_shovel", "minecraft:iron_pickaxe", "minecraft:iron_axe", - "minecraft:wooden_shovel", - "minecraft:stone_shovel", - "minecraft:wooden_axe", - "minecraft:diamond_axe", "minecraft:stone_pickaxe", + "minecraft:wooden_pickaxe", + "minecraft:stone_shovel", "minecraft:stone_axe", "minecraft:diamond_shovel", "minecraft:diamond_pickaxe", + "minecraft:diamond_axe", "minecraft:golden_shovel", "minecraft:golden_pickaxe", "minecraft:golden_axe", "minecraft:wooden_hoe", - "minecraft:diamond_hoe", "minecraft:stone_hoe", "minecraft:iron_hoe", + "minecraft:diamond_hoe", "minecraft:golden_hoe", "minecraft:netherite_shovel", "minecraft:netherite_pickaxe", @@ -130,25 +130,25 @@ ], "minecraft:door": [ "minecraft:wooden_door", - "minecraft:dark_oak_door", - "minecraft:warped_door", + "minecraft:acacia_door", "minecraft:iron_door", - "minecraft:jungle_door", + "minecraft:dark_oak_door", "minecraft:spruce_door", + "minecraft:mangrove_door", + "minecraft:jungle_door", "minecraft:birch_door", - "minecraft:acacia_door", "minecraft:crimson_door", - "minecraft:mangrove_door", + "minecraft:warped_door", "minecraft:cherry_door", "minecraft:bamboo_door" ], "minecraft:golden_tier": [ - "minecraft:golden_sword", - "minecraft:golden_leggings", "minecraft:golden_shovel", + "minecraft:golden_sword", "minecraft:golden_pickaxe", "minecraft:golden_axe", "minecraft:golden_hoe", + "minecraft:golden_leggings", "minecraft:golden_helmet", "minecraft:golden_chestplate", "minecraft:golden_boots" @@ -158,45 +158,44 @@ ], "minecraft:hanging_sign": [ "minecraft:cherry_hanging_sign", - "minecraft:dark_oak_hanging_sign", "minecraft:oak_hanging_sign", "minecraft:jungle_hanging_sign", "minecraft:spruce_hanging_sign", + "minecraft:dark_oak_hanging_sign", "minecraft:birch_hanging_sign", - "minecraft:acacia_hanging_sign", "minecraft:crimson_hanging_sign", "minecraft:warped_hanging_sign", + "minecraft:acacia_hanging_sign", "minecraft:mangrove_hanging_sign", "minecraft:bamboo_hanging_sign" ], "minecraft:horse_armor": [ "minecraft:leather_horse_armor", - "minecraft:golden_horse_armor", "minecraft:iron_horse_armor", + "minecraft:golden_horse_armor", "minecraft:diamond_horse_armor" ], "minecraft:iron_tier": [ - "minecraft:iron_leggings", "minecraft:iron_shovel", + "minecraft:iron_leggings", + "minecraft:iron_sword", "minecraft:iron_pickaxe", + "minecraft:iron_hoe", "minecraft:iron_axe", - "minecraft:iron_chestplate", "minecraft:iron_helmet", - "minecraft:iron_sword", - "minecraft:iron_hoe", + "minecraft:iron_chestplate", "minecraft:iron_boots" ], "minecraft:is_armor": [ - "minecraft:chainmail_helmet", + "minecraft:chainmail_leggings", "minecraft:leather_helmet", - "minecraft:leather_leggings", "minecraft:leather_chestplate", - "minecraft:elytra", - "minecraft:leather_boots", + "minecraft:leather_leggings", "minecraft:chainmail_chestplate", - "minecraft:chainmail_leggings", - "minecraft:iron_helmet", + "minecraft:leather_boots", + "minecraft:chainmail_helmet", "minecraft:chainmail_boots", + "minecraft:iron_helmet", "minecraft:iron_chestplate", "minecraft:iron_leggings", "minecraft:iron_boots", @@ -208,6 +207,7 @@ "minecraft:golden_chestplate", "minecraft:golden_leggings", "minecraft:golden_boots", + "minecraft:elytra", "minecraft:turtle_helmet", "minecraft:netherite_helmet", "minecraft:netherite_chestplate", @@ -216,19 +216,19 @@ ], "minecraft:is_axe": [ "minecraft:iron_axe", - "minecraft:wooden_axe", "minecraft:diamond_axe", - "minecraft:golden_axe", + "minecraft:netherite_axe", + "minecraft:wooden_axe", "minecraft:stone_axe", - "minecraft:netherite_axe" + "minecraft:golden_axe" ], "minecraft:is_cooked": [ "minecraft:cooked_porkchop", - "minecraft:cooked_rabbit", + "minecraft:cooked_chicken", "minecraft:cooked_cod", - "minecraft:cooked_beef", "minecraft:cooked_salmon", - "minecraft:cooked_chicken", + "minecraft:cooked_beef", + "minecraft:cooked_rabbit", "minecraft:rabbit_stew", "minecraft:cooked_mutton" ], @@ -237,34 +237,34 @@ "minecraft:salmon", "minecraft:cooked_salmon", "minecraft:tropical_fish", - "minecraft:pufferfish", - "minecraft:cooked_cod" + "minecraft:cooked_cod", + "minecraft:pufferfish" ], "minecraft:is_food": [ - "minecraft:enchanted_golden_apple", + "minecraft:porkchop", + "minecraft:baked_potato", "minecraft:apple", + "minecraft:dried_kelp", "minecraft:bread", "minecraft:golden_apple", + "minecraft:enchanted_golden_apple", "minecraft:cooked_porkchop", "minecraft:mushroom_stew", - "minecraft:baked_potato", - "minecraft:porkchop", - "minecraft:dried_kelp", + "minecraft:carrot", "minecraft:cookie", "minecraft:melon_slice", - "minecraft:chicken", - "minecraft:golden_carrot", "minecraft:beef", "minecraft:cooked_beef", - "minecraft:sweet_berries", + "minecraft:chicken", "minecraft:cooked_chicken", "minecraft:rotten_flesh", - "minecraft:rabbit", - "minecraft:carrot", "minecraft:potato", + "minecraft:golden_carrot", "minecraft:pumpkin_pie", "minecraft:beetroot", "minecraft:beetroot_soup", + "minecraft:sweet_berries", + "minecraft:rabbit", "minecraft:cooked_rabbit", "minecraft:rabbit_stew", "minecraft:mutton", @@ -272,19 +272,19 @@ ], "minecraft:is_hoe": [ "minecraft:wooden_hoe", + "minecraft:stone_hoe", + "minecraft:netherite_hoe", "minecraft:iron_hoe", "minecraft:diamond_hoe", - "minecraft:stone_hoe", - "minecraft:golden_hoe", - "minecraft:netherite_hoe" + "minecraft:golden_hoe" ], "minecraft:is_meat": [ - "minecraft:beef", "minecraft:porkchop", + "minecraft:cooked_chicken", "minecraft:cooked_porkchop", - "minecraft:cooked_beef", "minecraft:chicken", - "minecraft:cooked_chicken", + "minecraft:beef", + "minecraft:cooked_beef", "minecraft:rabbit", "minecraft:rotten_flesh", "minecraft:cooked_rabbit", @@ -295,22 +295,22 @@ "minecraft:is_minecart": [ "minecraft:minecart", "minecraft:chest_minecart", - "minecraft:command_block_minecart", "minecraft:tnt_minecart", - "minecraft:hopper_minecart" + "minecraft:hopper_minecart", + "minecraft:command_block_minecart" ], "minecraft:is_pickaxe": [ "minecraft:iron_pickaxe", - "minecraft:diamond_pickaxe", "minecraft:wooden_pickaxe", "minecraft:stone_pickaxe", + "minecraft:diamond_pickaxe", "minecraft:golden_pickaxe", "minecraft:netherite_pickaxe" ], "minecraft:is_shovel": [ "minecraft:iron_shovel", - "minecraft:wooden_shovel", "minecraft:diamond_shovel", + "minecraft:wooden_shovel", "minecraft:stone_shovel", "minecraft:golden_shovel", "minecraft:netherite_shovel" @@ -318,38 +318,38 @@ "minecraft:is_sword": [ "minecraft:iron_sword", "minecraft:wooden_sword", + "minecraft:netherite_sword", "minecraft:stone_sword", "minecraft:diamond_sword", - "minecraft:netherite_sword", "minecraft:golden_sword" ], "minecraft:is_tool": [ - "minecraft:wooden_pickaxe", "minecraft:iron_shovel", - "minecraft:iron_pickaxe", - "minecraft:iron_axe", - "minecraft:iron_sword", + "minecraft:wooden_axe", "minecraft:wooden_sword", "minecraft:wooden_shovel", - "minecraft:wooden_axe", - "minecraft:diamond_axe", + "minecraft:iron_sword", + "minecraft:iron_pickaxe", + "minecraft:netherite_sword", + "minecraft:iron_axe", + "minecraft:wooden_pickaxe", "minecraft:stone_sword", "minecraft:stone_shovel", "minecraft:stone_pickaxe", "minecraft:stone_axe", "minecraft:diamond_sword", "minecraft:diamond_shovel", - "minecraft:golden_sword", "minecraft:diamond_pickaxe", + "minecraft:diamond_axe", + "minecraft:golden_sword", "minecraft:golden_shovel", "minecraft:golden_pickaxe", "minecraft:golden_axe", "minecraft:wooden_hoe", - "minecraft:diamond_hoe", "minecraft:stone_hoe", "minecraft:iron_hoe", + "minecraft:diamond_hoe", "minecraft:golden_hoe", - "minecraft:netherite_sword", "minecraft:netherite_shovel", "minecraft:netherite_pickaxe", "minecraft:netherite_axe", @@ -369,75 +369,97 @@ "minecraft:written_book" ], "minecraft:logs": [ - "minecraft:spruce_log", - "minecraft:stripped_crimson_stem", "minecraft:oak_log", - "minecraft:warped_stem", - "minecraft:birch_log", - "minecraft:jungle_log", - "minecraft:wood", - "minecraft:crimson_stem", "minecraft:acacia_log", - "minecraft:stripped_jungle_log", + "minecraft:spruce_log", + "minecraft:jungle_log", + "minecraft:birch_log", + "minecraft:oak_wood", + "minecraft:stripped_dark_oak_wood", "minecraft:dark_oak_log", - "minecraft:stripped_dark_oak_log", "minecraft:mangrove_log", - "minecraft:stripped_spruce_log", + "minecraft:stripped_oak_wood", + "minecraft:cherry_log", + "minecraft:spruce_wood", + "minecraft:stripped_birch_log", + "minecraft:stripped_spruce_wood", + "minecraft:birch_wood", + "minecraft:stripped_dark_oak_log", + "minecraft:stripped_birch_wood", + "minecraft:jungle_wood", + "minecraft:stripped_jungle_wood", + "minecraft:acacia_wood", + "minecraft:stripped_acacia_wood", + "minecraft:dark_oak_wood", + "minecraft:stripped_jungle_log", "minecraft:mangrove_wood", "minecraft:stripped_mangrove_wood", "minecraft:crimson_hyphae", "minecraft:stripped_cherry_log", - "minecraft:stripped_acacia_log", "minecraft:stripped_cherry_wood", "minecraft:stripped_warped_hyphae", - "minecraft:warped_hyphae", - "minecraft:stripped_birch_log", "minecraft:stripped_crimson_hyphae", - "minecraft:cherry_wood", - "minecraft:cherry_log", + "minecraft:stripped_acacia_log", + "minecraft:stripped_mangrove_log", + "minecraft:crimson_stem", + "minecraft:warped_hyphae", + "minecraft:warped_stem", + "minecraft:stripped_spruce_log", + "minecraft:stripped_crimson_stem", "minecraft:stripped_warped_stem", - "minecraft:stripped_oak_log", - "minecraft:stripped_mangrove_log" + "minecraft:cherry_wood", + "minecraft:stripped_oak_log" ], "minecraft:logs_that_burn": [ - "minecraft:spruce_log", "minecraft:oak_log", - "minecraft:birch_log", - "minecraft:jungle_log", - "minecraft:wood", "minecraft:acacia_log", - "minecraft:stripped_jungle_log", + "minecraft:spruce_log", + "minecraft:jungle_log", + "minecraft:birch_log", + "minecraft:oak_wood", + "minecraft:stripped_dark_oak_wood", "minecraft:dark_oak_log", - "minecraft:stripped_dark_oak_log", "minecraft:mangrove_log", - "minecraft:stripped_spruce_log", + "minecraft:stripped_oak_wood", + "minecraft:cherry_log", + "minecraft:spruce_wood", + "minecraft:stripped_birch_log", + "minecraft:stripped_spruce_wood", + "minecraft:birch_wood", + "minecraft:stripped_dark_oak_log", + "minecraft:stripped_birch_wood", + "minecraft:jungle_wood", + "minecraft:stripped_jungle_wood", + "minecraft:acacia_wood", + "minecraft:stripped_acacia_wood", + "minecraft:dark_oak_wood", + "minecraft:stripped_jungle_log", "minecraft:mangrove_wood", "minecraft:stripped_mangrove_wood", "minecraft:stripped_cherry_log", - "minecraft:stripped_acacia_log", "minecraft:stripped_cherry_wood", - "minecraft:stripped_birch_log", + "minecraft:stripped_acacia_log", + "minecraft:stripped_mangrove_log", + "minecraft:stripped_spruce_log", "minecraft:cherry_wood", - "minecraft:cherry_log", - "minecraft:stripped_oak_log", - "minecraft:stripped_mangrove_log" + "minecraft:stripped_oak_log" ], "minecraft:mangrove_logs": [ "minecraft:mangrove_log", + "minecraft:stripped_mangrove_log", "minecraft:mangrove_wood", - "minecraft:stripped_mangrove_wood", - "minecraft:stripped_mangrove_log" + "minecraft:stripped_mangrove_wood" ], "minecraft:music_disc": [ + "minecraft:music_disc_mall", "minecraft:music_disc_13", + "minecraft:music_disc_cat", "minecraft:music_disc_stal", - "minecraft:music_disc_chirp", "minecraft:music_disc_blocks", - "minecraft:music_disc_strad", - "minecraft:music_disc_cat", - "minecraft:music_disc_mellohi", "minecraft:music_disc_far", - "minecraft:music_disc_mall", + "minecraft:music_disc_chirp", + "minecraft:music_disc_mellohi", + "minecraft:music_disc_strad", "minecraft:music_disc_ward", "minecraft:music_disc_11", "minecraft:music_disc_wait", @@ -448,42 +470,42 @@ ], "minecraft:netherite_tier": [ "minecraft:netherite_sword", - "minecraft:netherite_shovel", "minecraft:netherite_chestplate", + "minecraft:netherite_shovel", "minecraft:netherite_pickaxe", "minecraft:netherite_axe", - "minecraft:netherite_leggings", - "minecraft:netherite_hoe", "minecraft:netherite_helmet", + "minecraft:netherite_hoe", + "minecraft:netherite_leggings", "minecraft:netherite_boots" ], "minecraft:piglin_loved": [], "minecraft:piglin_repellents": [], "minecraft:planks": [ "minecraft:oak_planks", - "minecraft:warped_planks", - "minecraft:dark_oak_planks", - "minecraft:mangrove_planks", - "minecraft:acacia_planks", + "minecraft:spruce_planks", + "minecraft:jungle_planks", "minecraft:birch_planks", + "minecraft:acacia_planks", + "minecraft:mangrove_planks", + "minecraft:dark_oak_planks", + "minecraft:warped_planks", "minecraft:crimson_planks", "minecraft:bamboo_planks", - "minecraft:jungle_planks", - "minecraft:cherry_planks", - "minecraft:spruce_planks" + "minecraft:cherry_planks" ], "minecraft:sand": [ "minecraft:sand" ], "minecraft:sign": [ - "minecraft:acacia_sign", + "minecraft:jungle_sign", "minecraft:oak_sign", "minecraft:spruce_sign", - "minecraft:jungle_sign", + "minecraft:acacia_sign", "minecraft:birch_sign", + "minecraft:dark_oak_sign", "minecraft:warped_sign", "minecraft:crimson_sign", - "minecraft:dark_oak_sign", "minecraft:mangrove_sign", "minecraft:cherry_sign", "minecraft:cherry_hanging_sign", @@ -504,69 +526,70 @@ "minecraft:soul_sand" ], "minecraft:spawn_egg": [ - "minecraft:bat_spawn_egg", - "minecraft:creeper_spawn_egg", - "minecraft:stray_spawn_egg", + "minecraft:drowned_spawn_egg", + "minecraft:pig_spawn_egg", + "minecraft:phantom_spawn_egg", "minecraft:chicken_spawn_egg", - "minecraft:cave_spider_spawn_egg", + "minecraft:cat_spawn_egg", "minecraft:enderman_spawn_egg", - "minecraft:ravager_spawn_egg", - "minecraft:pig_spawn_egg", - "minecraft:mooshroom_spawn_egg", "minecraft:cow_spawn_egg", - "minecraft:zombie_villager_spawn_egg", - "minecraft:squid_spawn_egg", + "minecraft:mooshroom_spawn_egg", + "minecraft:agent_spawn_egg", "minecraft:sheep_spawn_egg", "minecraft:wolf_spawn_egg", + "minecraft:creeper_spawn_egg", + "minecraft:dolphin_spawn_egg", "minecraft:silverfish_spawn_egg", - "minecraft:tropical_fish_spawn_egg", - "minecraft:llama_spawn_egg", "minecraft:skeleton_spawn_egg", - "minecraft:zombie_horse_spawn_egg", "minecraft:slime_spawn_egg", - "minecraft:ghast_spawn_egg", + "minecraft:villager_spawn_egg", "minecraft:spider_spawn_egg", "minecraft:zombie_spawn_egg", + "minecraft:snow_golem_spawn_egg", + "minecraft:pillager_spawn_egg", "minecraft:zombie_pigman_spawn_egg", - "minecraft:rabbit_spawn_egg", - "minecraft:villager_spawn_egg", + "minecraft:pufferfish_spawn_egg", + "minecraft:squid_spawn_egg", "minecraft:ocelot_spawn_egg", - "minecraft:shulker_spawn_egg", "minecraft:witch_spawn_egg", - "minecraft:piglin_spawn_egg", - "minecraft:parrot_spawn_egg", - "minecraft:wither_skeleton_spawn_egg", + "minecraft:llama_spawn_egg", + "minecraft:bat_spawn_egg", + "minecraft:tropical_fish_spawn_egg", + "minecraft:ghast_spawn_egg", + "minecraft:npc_spawn_egg", "minecraft:magma_cube_spawn_egg", + "minecraft:polar_bear_spawn_egg", "minecraft:blaze_spawn_egg", + "minecraft:fox_spawn_egg", + "minecraft:zombie_villager_spawn_egg", + "minecraft:cave_spider_spawn_egg", "minecraft:horse_spawn_egg", - "minecraft:guardian_spawn_egg", + "minecraft:rabbit_spawn_egg", + "minecraft:salmon_spawn_egg", "minecraft:endermite_spawn_egg", - "minecraft:npc_spawn_egg", - "minecraft:husk_spawn_egg", "minecraft:donkey_spawn_egg", + "minecraft:guardian_spawn_egg", + "minecraft:stray_spawn_egg", + "minecraft:husk_spawn_egg", + "minecraft:wither_skeleton_spawn_egg", "minecraft:mule_spawn_egg", - "minecraft:agent_spawn_egg", "minecraft:skeleton_horse_spawn_egg", - "minecraft:elder_guardian_spawn_egg", - "minecraft:polar_bear_spawn_egg", - "minecraft:vindicator_spawn_egg", + "minecraft:zombie_horse_spawn_egg", "minecraft:evoker_spawn_egg", + "minecraft:shulker_spawn_egg", + "minecraft:ravager_spawn_egg", + "minecraft:elder_guardian_spawn_egg", "minecraft:vex_spawn_egg", - "minecraft:dolphin_spawn_egg", + "minecraft:vindicator_spawn_egg", + "minecraft:parrot_spawn_egg", "minecraft:cod_spawn_egg", - "minecraft:pufferfish_spawn_egg", - "minecraft:salmon_spawn_egg", - "minecraft:drowned_spawn_egg", "minecraft:turtle_spawn_egg", - "minecraft:phantom_spawn_egg", - "minecraft:cat_spawn_egg", "minecraft:panda_spawn_egg", - "minecraft:fox_spawn_egg", - "minecraft:pillager_spawn_egg", "minecraft:wandering_trader_spawn_egg", "minecraft:bee_spawn_egg", "minecraft:strider_spawn_egg", "minecraft:hoglin_spawn_egg", + "minecraft:piglin_spawn_egg", "minecraft:zoglin_spawn_egg", "minecraft:piglin_brute_spawn_egg", "minecraft:sniffer_spawn_egg", @@ -574,7 +597,6 @@ "minecraft:goat_spawn_egg", "minecraft:glow_squid_spawn_egg", "minecraft:iron_golem_spawn_egg", - "minecraft:snow_golem_spawn_egg", "minecraft:ender_dragon_spawn_egg", "minecraft:wither_spawn_egg", "minecraft:frog_spawn_egg", @@ -595,10 +617,10 @@ ], "minecraft:stone_tier": [ "minecraft:stone_sword", - "minecraft:stone_hoe", "minecraft:stone_shovel", "minecraft:stone_pickaxe", - "minecraft:stone_axe" + "minecraft:stone_axe", + "minecraft:stone_hoe" ], "minecraft:stone_tool_materials": [ "minecraft:cobblestone", @@ -612,57 +634,57 @@ "minecraft:netherite_upgrade_smithing_template" ], "minecraft:transformable_items": [ - "minecraft:diamond_sword", "minecraft:diamond_chestplate", + "minecraft:diamond_sword", "minecraft:diamond_shovel", - "minecraft:diamond_helmet", "minecraft:diamond_pickaxe", - "minecraft:diamond_hoe", - "minecraft:diamond_axe", "minecraft:diamond_leggings", + "minecraft:diamond_helmet", + "minecraft:diamond_axe", + "minecraft:diamond_hoe", "minecraft:diamond_boots", "minecraft:golden_boots" ], "minecraft:trim_materials": [ - "minecraft:quartz", + "minecraft:diamond", "minecraft:copper_ingot", + "minecraft:redstone", "minecraft:iron_ingot", - "minecraft:diamond", "minecraft:emerald", "minecraft:gold_ingot", - "minecraft:redstone", + "minecraft:amethyst_shard", "minecraft:lapis_lazuli", - "minecraft:netherite_ingot", - "minecraft:amethyst_shard" + "minecraft:quartz", + "minecraft:netherite_ingot" ], "minecraft:trim_templates": [ "minecraft:sentry_armor_trim_smithing_template", - "minecraft:vex_armor_trim_smithing_template", + "minecraft:eye_armor_trim_smithing_template", "minecraft:dune_armor_trim_smithing_template", + "minecraft:coast_armor_trim_smithing_template", + "minecraft:wayfinder_armor_trim_smithing_template", "minecraft:tide_armor_trim_smithing_template", "minecraft:wild_armor_trim_smithing_template", - "minecraft:coast_armor_trim_smithing_template", "minecraft:ward_armor_trim_smithing_template", - "minecraft:eye_armor_trim_smithing_template", + "minecraft:vex_armor_trim_smithing_template", "minecraft:snout_armor_trim_smithing_template", "minecraft:rib_armor_trim_smithing_template", "minecraft:spire_armor_trim_smithing_template", "minecraft:silence_armor_trim_smithing_template", - "minecraft:wayfinder_armor_trim_smithing_template", "minecraft:raiser_armor_trim_smithing_template", "minecraft:shaper_armor_trim_smithing_template", "minecraft:host_armor_trim_smithing_template" ], "minecraft:trimmable_armors": [ - "minecraft:chainmail_helmet", + "minecraft:chainmail_leggings", "minecraft:leather_helmet", - "minecraft:leather_leggings", "minecraft:leather_chestplate", - "minecraft:leather_boots", + "minecraft:leather_leggings", "minecraft:chainmail_chestplate", - "minecraft:chainmail_leggings", - "minecraft:iron_helmet", + "minecraft:leather_boots", + "minecraft:chainmail_helmet", "minecraft:chainmail_boots", + "minecraft:iron_helmet", "minecraft:iron_chestplate", "minecraft:iron_leggings", "minecraft:iron_boots", @@ -681,36 +703,36 @@ "minecraft:netherite_boots" ], "minecraft:vibration_damper": [ - "minecraft:white_wool", - "minecraft:gray_wool", - "minecraft:black_wool", "minecraft:pink_wool", - "minecraft:orange_wool", "minecraft:light_blue_wool", + "minecraft:white_wool", + "minecraft:blue_carpet", + "minecraft:orange_wool", + "minecraft:lime_wool", "minecraft:magenta_wool", + "minecraft:gray_wool", "minecraft:yellow_wool", - "minecraft:lime_wool", "minecraft:light_gray_wool", "minecraft:cyan_wool", "minecraft:purple_wool", "minecraft:blue_wool", "minecraft:brown_wool", - "minecraft:red_wool", "minecraft:green_wool", + "minecraft:red_wool", + "minecraft:black_wool", "minecraft:white_carpet", "minecraft:orange_carpet", "minecraft:magenta_carpet", "minecraft:light_blue_carpet", - "minecraft:brown_carpet", "minecraft:yellow_carpet", "minecraft:lime_carpet", - "minecraft:green_carpet", "minecraft:pink_carpet", - "minecraft:gray_carpet", "minecraft:purple_carpet", + "minecraft:gray_carpet", "minecraft:light_gray_carpet", "minecraft:cyan_carpet", - "minecraft:blue_carpet", + "minecraft:brown_carpet", + "minecraft:green_carpet", "minecraft:red_carpet", "minecraft:black_carpet" ], @@ -722,35 +744,40 @@ ], "minecraft:wooden_slabs": [ "minecraft:mangrove_slab", + "minecraft:birch_slab", + "minecraft:spruce_slab", "minecraft:cherry_slab", + "minecraft:warped_slab", + "minecraft:oak_slab", "minecraft:bamboo_slab", - "minecraft:wooden_slab", - "minecraft:crimson_slab", - "minecraft:warped_slab" + "minecraft:jungle_slab", + "minecraft:acacia_slab", + "minecraft:dark_oak_slab", + "minecraft:crimson_slab" ], "minecraft:wooden_tier": [ "minecraft:wooden_sword", "minecraft:wooden_shovel", - "minecraft:wooden_pickaxe", "minecraft:wooden_axe", - "minecraft:wooden_hoe" + "minecraft:wooden_hoe", + "minecraft:wooden_pickaxe" ], "minecraft:wool": [ - "minecraft:white_wool", - "minecraft:gray_wool", - "minecraft:black_wool", "minecraft:pink_wool", - "minecraft:orange_wool", "minecraft:light_blue_wool", + "minecraft:white_wool", + "minecraft:orange_wool", + "minecraft:lime_wool", "minecraft:magenta_wool", + "minecraft:gray_wool", "minecraft:yellow_wool", - "minecraft:lime_wool", "minecraft:light_gray_wool", "minecraft:cyan_wool", "minecraft:purple_wool", "minecraft:blue_wool", "minecraft:brown_wool", + "minecraft:green_wool", "minecraft:red_wool", - "minecraft:green_wool" + "minecraft:black_wool" ] } \ No newline at end of file diff --git a/Allay-Data/resources/recipes.json b/Allay-Data/resources/recipes.json index dfaed91e3..abbe5ef6f 100644 --- a/Allay-Data/resources/recipes.json +++ b/Allay-Data/resources/recipes.json @@ -1,5 +1,5 @@ { - "version": 649, + "version": 662, "recipes": [ { "id": "minecraft:smithing_armor_trim", @@ -292,7 +292,7 @@ "ABA" ], "block": "deprecated", - "uuid": "11f2bb91-1c37-49d8-9e08-fe6159539b1f", + "uuid": "bd3f1025-8f32-47f8-a211-2972f771afdf", "priority": -1, "width": 3, "height": 3 @@ -326,7 +326,7 @@ "ABA" ], "block": "deprecated", - "uuid": "a72a31e5-4781-46e1-ac99-071f1a1d614b", + "uuid": "eb4eb919-710f-4ab0-98f8-3e3b2c4ca65d", "priority": 2, "width": 3, "height": 3 @@ -360,7 +360,7 @@ "ABA" ], "block": "deprecated", - "uuid": "75d2e018-eaf0-49d8-bd21-ba13147174be", + "uuid": "3dd39d9c-33fc-412a-add3-062caa556a86", "priority": 2, "width": 3, "height": 3 @@ -394,7 +394,7 @@ "ABA" ], "block": "deprecated", - "uuid": "1ad122c3-76bf-4df3-a84f-1b089174fca6", + "uuid": "72e09a63-a971-44f7-ad4c-f1fa5ff6b743", "priority": 2, "width": 3, "height": 3 @@ -427,7 +427,7 @@ "ABA" ], "block": "deprecated", - "uuid": "7d6fe65b-0640-4224-9ecc-0c12915ea38c", + "uuid": "f4299268-7bd8-40ec-88ac-ae9d1ebf191a", "priority": -1, "width": 3, "height": 3 @@ -450,7 +450,7 @@ } ], "block": "deprecated", - "uuid": "8331722a-d831-4642-b9e2-925a69b3a88c", + "uuid": "42a872ce-3105-41d2-8dd8-780b891ac52b", "priority": 0 }, { @@ -475,7 +475,7 @@ "AA" ], "block": "deprecated", - "uuid": "c5e81c41-836a-4e02-89bf-77bbb12c7be6", + "uuid": "4d8ba696-a6c5-4235-bf5a-ceb7fbfedde1", "priority": 0, "width": 2, "height": 2 @@ -517,7 +517,7 @@ } ], "block": "cartography_table", - "uuid": "0614f9f8-c12a-47d0-b837-a79b13e86ecf", + "uuid": "a203d2a6-b993-47b2-9b2f-cb19c2cb0812", "priority": 0 }, { @@ -538,7 +538,7 @@ } ], "block": "cartography_table", - "uuid": "74814d5c-33c5-45b0-a76b-3e82d39366d6", + "uuid": "d4178b7d-93c7-4c32-988c-ee91df859263", "priority": 0 }, { @@ -563,7 +563,7 @@ } ], "block": "stonecutter", - "uuid": "a9d87442-101e-4b1f-a701-ea3997a98a42", + "uuid": "f7243dc5-ffac-4dcd-9d1e-9e9909eb156a", "priority": 0 }, { @@ -584,7 +584,7 @@ } ], "block": "stonecutter", - "uuid": "293d9589-e13a-4d0c-b8d7-864008c9ff37", + "uuid": "656c7046-f4c3-4093-b0c7-032878375c00", "priority": 0 }, { @@ -605,7 +605,7 @@ } ], "block": "stonecutter", - "uuid": "edf2d26e-ef8a-4dae-834a-d5eea2d9648f", + "uuid": "7e2e6c43-cb36-4bc1-91df-136d96f15bb9", "priority": 0 }, { @@ -626,7 +626,7 @@ } ], "block": "stonecutter", - "uuid": "aaf66e7d-222b-42b5-9d1b-73e8930cbb89", + "uuid": "8d8cc54e-8429-4f6a-8294-4cde3cf97717", "priority": 0 }, { @@ -647,7 +647,7 @@ } ], "block": "stonecutter", - "uuid": "973d3811-d026-4a84-aee2-940e75c11a51", + "uuid": "784bc2e4-4bc0-4292-9ec9-16b6283dc55a", "priority": 0 }, { @@ -668,7 +668,7 @@ } ], "block": "stonecutter", - "uuid": "f04019eb-b3f1-4319-881f-d9a184c5b865", + "uuid": "a03db75b-4675-4459-ab85-852461432377", "priority": 0 }, { @@ -689,7 +689,7 @@ } ], "block": "stonecutter", - "uuid": "42f84191-4c04-4506-a92b-97a0a4b48c25", + "uuid": "eb1b0af0-a4b0-40c8-af08-8b5ca71963aa", "priority": 0 }, { @@ -710,7 +710,7 @@ } ], "block": "stonecutter", - "uuid": "7f2aad23-1ef2-4bcc-b834-593d93872aba", + "uuid": "3179d0d2-10b3-494d-a64b-aff9978cef63", "priority": 0 }, { @@ -731,7 +731,7 @@ } ], "block": "stonecutter", - "uuid": "e035cd11-7fa2-43b1-a9c9-8811032d60bd", + "uuid": "a10977d6-869e-43d6-b535-62d9cccc05a3", "priority": 0 }, { @@ -752,7 +752,7 @@ } ], "block": "stonecutter", - "uuid": "d9f6100c-4186-4319-a5dc-7d064ffa43aa", + "uuid": "2d34b90e-aa08-407f-befd-d543a7c36ab4", "priority": 0 }, { @@ -773,7 +773,7 @@ } ], "block": "stonecutter", - "uuid": "688c01d1-35a6-4a5e-a559-4ee2bff62b2d", + "uuid": "9381dceb-354b-4620-9d36-d74a220083d6", "priority": 0 }, { @@ -794,7 +794,7 @@ } ], "block": "stonecutter", - "uuid": "f717c03a-8e1b-4049-8f2e-e12b0b9b59c0", + "uuid": "0ff54ab9-5bf0-4edc-b794-4d9867937e28", "priority": 0 }, { @@ -815,7 +815,7 @@ } ], "block": "stonecutter", - "uuid": "254ea157-5b67-479d-bcc4-5d83e22f5e97", + "uuid": "2282fb4b-3d0e-4464-a534-16f27cb9b1fc", "priority": 0 }, { @@ -836,7 +836,7 @@ } ], "block": "stonecutter", - "uuid": "d4c94ba5-cc21-42ca-a0ef-7858625c676a", + "uuid": "9697834a-8e59-43f8-8588-154c03856f30", "priority": 0 }, { @@ -857,7 +857,7 @@ } ], "block": "stonecutter", - "uuid": "f085a06a-33ca-4789-873a-468595927eab", + "uuid": "312f0df2-3b38-468b-b2f9-53ee7ecb611d", "priority": 0 }, { @@ -878,7 +878,7 @@ } ], "block": "stonecutter", - "uuid": "24af793d-e983-42d6-a85c-2dcc7def0543", + "uuid": "e2a0ecf8-0877-4b1a-b877-4c611444908e", "priority": 0 }, { @@ -899,7 +899,7 @@ } ], "block": "stonecutter", - "uuid": "38c8afe5-530e-42b3-a6e3-128a0b7338bf", + "uuid": "8c1b6424-397f-4f15-8c21-0d82254b4986", "priority": 0 }, { @@ -920,7 +920,7 @@ } ], "block": "stonecutter", - "uuid": "b712fc5b-6491-48fa-b76b-36d2f06a2456", + "uuid": "88015167-a140-416c-b5e3-be252108b847", "priority": 0 }, { @@ -941,7 +941,7 @@ } ], "block": "stonecutter", - "uuid": "fc7bbeb7-814b-43d3-b31f-2dd42d52d47a", + "uuid": "c24b1632-3c75-467d-aa3d-9b7609a4ea5c", "priority": 0 }, { @@ -962,7 +962,7 @@ } ], "block": "stonecutter", - "uuid": "9d67b14a-7682-49e4-833b-8bee87779dd0", + "uuid": "37ef4d7b-8c60-4f92-9dba-93fd7af2ebaf", "priority": 0 }, { @@ -983,7 +983,7 @@ } ], "block": "stonecutter", - "uuid": "8ce459f1-0499-4f80-ae04-b015d5d8f15c", + "uuid": "b9bae4f5-db6c-469b-90e8-7aa82cfb6ade", "priority": 0 }, { @@ -1004,7 +1004,7 @@ } ], "block": "stonecutter", - "uuid": "22fd71f4-9018-4ccb-90f0-ee2800a5ebf9", + "uuid": "a5a0a42d-1be8-476a-9e71-6b098ed4691d", "priority": 0 }, { @@ -1025,7 +1025,7 @@ } ], "block": "stonecutter", - "uuid": "22f2edeb-9e4b-4875-a029-557d10e86eec", + "uuid": "78631c31-bcff-43ce-8e96-4ee268873557", "priority": 0 }, { @@ -1046,7 +1046,7 @@ } ], "block": "stonecutter", - "uuid": "c938d359-6c4c-421f-8fd4-429eea5f515e", + "uuid": "b79c8f85-0d26-4e87-ade4-f28fdeafad9e", "priority": 0 }, { @@ -1067,7 +1067,7 @@ } ], "block": "stonecutter", - "uuid": "7fc59c25-74f3-494f-9527-fe9e03da1b0a", + "uuid": "4254db6b-88f5-4683-b003-64c31efb80a1", "priority": 0 }, { @@ -1088,7 +1088,7 @@ } ], "block": "stonecutter", - "uuid": "7debfc3a-b58b-4a38-bf9f-b118cb89abac", + "uuid": "f63df795-e2ba-4ee5-b4cb-3c14ab6fc1ef", "priority": 0 }, { @@ -1109,7 +1109,7 @@ } ], "block": "stonecutter", - "uuid": "0f0a6b1a-7a45-443d-ab06-8166185d4b32", + "uuid": "97019924-74a8-4cea-b66b-1c05eabad0f3", "priority": 0 }, { @@ -1130,7 +1130,7 @@ } ], "block": "stonecutter", - "uuid": "3fd89a91-a875-4272-ae99-1842aaa418ef", + "uuid": "3f14a4ba-f801-41e1-8f5a-f2df513846bd", "priority": 0 }, { @@ -1151,7 +1151,7 @@ } ], "block": "stonecutter", - "uuid": "3f31e1ae-8482-4952-8dfa-6f9225da5d62", + "uuid": "4b950bf5-83ad-41f5-ba4f-36970a128e88", "priority": 0 }, { @@ -1172,7 +1172,7 @@ } ], "block": "stonecutter", - "uuid": "7afd9c8c-0d62-4fdc-9a9c-9551f843e1f5", + "uuid": "4b7366b8-6408-4225-8861-e7a640a7c3fe", "priority": 0 }, { @@ -1193,7 +1193,7 @@ } ], "block": "stonecutter", - "uuid": "97ed8e53-36ea-4e3c-88c5-09a97bcfd7a0", + "uuid": "ba882f3d-1bfa-4add-89de-d849f62b6795", "priority": 0 }, { @@ -1214,7 +1214,7 @@ } ], "block": "stonecutter", - "uuid": "e13e275d-ccb7-4820-85ec-3f7ae1253089", + "uuid": "4c775338-c077-4923-aea4-62725e0c3cea", "priority": 0 }, { @@ -1235,7 +1235,7 @@ } ], "block": "stonecutter", - "uuid": "07fe8dd9-b0b8-4dc1-ab73-25d6931a44d6", + "uuid": "c12142fa-9ce7-4eac-b592-a1b4b3965367", "priority": 0 }, { @@ -1256,7 +1256,7 @@ } ], "block": "stonecutter", - "uuid": "3fabb813-1fcf-484c-8498-c94ede77fb44", + "uuid": "4b21b8a1-57ff-472b-9b34-5b8fb34f4eab", "priority": 0 }, { @@ -1277,7 +1277,7 @@ } ], "block": "stonecutter", - "uuid": "28e47f4b-e0c8-46db-8893-524f5204d363", + "uuid": "ebfb7f46-3967-49e6-a910-fe397984b4cf", "priority": 0 }, { @@ -1298,7 +1298,7 @@ } ], "block": "stonecutter", - "uuid": "553f9608-9ef7-4ad1-b4c2-a723fc97354d", + "uuid": "e0674694-fd8c-431e-8af4-01d3b0593abc", "priority": 0 }, { @@ -1319,7 +1319,7 @@ } ], "block": "stonecutter", - "uuid": "769deb84-5c01-4dd9-ae2e-1047c60bc41d", + "uuid": "400d5195-dde3-4f0b-8393-e007f6efd001", "priority": 0 }, { @@ -1340,7 +1340,7 @@ } ], "block": "stonecutter", - "uuid": "0c2edf49-c8bd-467e-be5d-ed1d434e6b15", + "uuid": "92829046-fee4-4e7f-924c-9662432d036a", "priority": 0 }, { @@ -1361,7 +1361,7 @@ } ], "block": "stonecutter", - "uuid": "e89082f9-cdb9-47b5-951b-49122898c82e", + "uuid": "a615490b-3db3-4c55-92dd-27da79c9eae4", "priority": 1 }, { @@ -1382,7 +1382,7 @@ } ], "block": "stonecutter", - "uuid": "298d9799-b399-41d6-8490-08cb064be364", + "uuid": "f0c97de1-171d-4409-afb7-5802bd955af9", "priority": 2 }, { @@ -1403,7 +1403,7 @@ } ], "block": "stonecutter", - "uuid": "d532625d-2dbe-48e0-affc-7411bf317343", + "uuid": "ec7ab7a0-4817-43fa-a5c2-b2996d2c2f07", "priority": 2 }, { @@ -1424,7 +1424,7 @@ } ], "block": "stonecutter", - "uuid": "601294c2-4ad7-49ce-96e4-d2dae245e25f", + "uuid": "4c5d8c96-3f99-4c0c-84dd-b19dec2c0811", "priority": 2 }, { @@ -1445,7 +1445,7 @@ } ], "block": "stonecutter", - "uuid": "6c458235-c14b-4ce9-a367-208924e64da7", + "uuid": "3e0c5977-2ea1-4b20-9657-d540e2d4abab", "priority": 2 }, { @@ -1466,7 +1466,7 @@ } ], "block": "stonecutter", - "uuid": "cb9a1199-6e91-440c-947a-404a75e3f96f", + "uuid": "00ad6004-bc07-4e74-802f-95fad826677f", "priority": 0 }, { @@ -1487,7 +1487,7 @@ } ], "block": "stonecutter", - "uuid": "a2f96f72-90de-472e-9ff5-e0400b7aa101", + "uuid": "63dcbf74-ffb8-4ae6-83b8-a0f24005488d", "priority": 2 }, { @@ -1508,7 +1508,7 @@ } ], "block": "stonecutter", - "uuid": "dc73ebb1-35fc-4d46-bf7d-aba74afbb888", + "uuid": "92711732-2a49-4ab7-b4bf-f3be8e8ae77b", "priority": 1 }, { @@ -1529,7 +1529,7 @@ } ], "block": "stonecutter", - "uuid": "725fc913-e8e0-4911-8328-7831aa8dcb62", + "uuid": "1fbb5f47-9218-4fe9-b733-c00dcf06dbef", "priority": 2 }, { @@ -1550,7 +1550,7 @@ } ], "block": "stonecutter", - "uuid": "6cd3d04b-e90d-4d5b-b0a4-c0bba48b2d9f", + "uuid": "f135f346-5196-4fbe-9059-df5fa3091c24", "priority": 2 }, { @@ -1571,7 +1571,7 @@ } ], "block": "stonecutter", - "uuid": "d122bd9e-8eb7-4283-bb94-5957915b9db6", + "uuid": "8eab59c4-c627-4786-b85c-79f9265ed426", "priority": 2 }, { @@ -1592,7 +1592,7 @@ } ], "block": "stonecutter", - "uuid": "dd01626d-c6d9-4085-8e93-813ea5b7cecb", + "uuid": "f735701a-fc59-417a-abe9-2c1d396c4a91", "priority": 2 }, { @@ -1613,7 +1613,7 @@ } ], "block": "stonecutter", - "uuid": "0b8b9956-51ff-4ad3-880a-c1224cc6422a", + "uuid": "0444200a-e5d3-46a2-83cd-513ca88ca6f5", "priority": 2 }, { @@ -1634,7 +1634,7 @@ } ], "block": "stonecutter", - "uuid": "2912a266-3c14-41ec-abfe-62f6fab1b3c0", + "uuid": "bca6ffdc-935f-40a8-b159-cfaee0e29a4d", "priority": 2 }, { @@ -1655,7 +1655,7 @@ } ], "block": "stonecutter", - "uuid": "639d62eb-6b08-4061-a85b-fdeefcdb9b45", + "uuid": "e837a6db-cb63-4806-a1da-c2fdd1a758e8", "priority": 2 }, { @@ -1676,7 +1676,7 @@ } ], "block": "stonecutter", - "uuid": "3c2875ca-4496-46ef-aac9-d1b11fef64c6", + "uuid": "8ebe21b5-e9bd-4336-8ad8-f0e392715ef1", "priority": 0 }, { @@ -1697,7 +1697,7 @@ } ], "block": "stonecutter", - "uuid": "a686505e-3fae-46f9-9e03-378e0d3a4a4c", + "uuid": "b167ad0f-606f-43e5-83e5-8347eec3f389", "priority": 1 }, { @@ -1718,7 +1718,7 @@ } ], "block": "stonecutter", - "uuid": "65c35606-89fc-4313-9553-68f1b68d3174", + "uuid": "2152de10-1a7b-40b6-8e06-1e16df655f3d", "priority": 2 }, { @@ -1739,7 +1739,7 @@ } ], "block": "stonecutter", - "uuid": "09c8f821-d34f-4693-ab82-a0a4bfe05243", + "uuid": "022cb32c-b13b-4dff-8f26-e1ab60e3e17c", "priority": 0 }, { @@ -1760,7 +1760,7 @@ } ], "block": "stonecutter", - "uuid": "76eabf44-f2dd-47c7-ab26-f16fb812b9dc", + "uuid": "fad397e6-03d5-4816-af82-d0c1f3098a00", "priority": 1 }, { @@ -1781,7 +1781,7 @@ } ], "block": "stonecutter", - "uuid": "26551f47-dbcd-4bf5-b516-ea9d38bf7a6d", + "uuid": "cb70059c-206a-4cb8-a0d3-99e0da28b219", "priority": 2 }, { @@ -1802,7 +1802,7 @@ } ], "block": "stonecutter", - "uuid": "552eb8c1-3d15-4086-a3cf-12ca6cc26ee3", + "uuid": "a5866043-ffe5-44e8-bb27-d996e3dd4c21", "priority": 1 }, { @@ -1823,7 +1823,7 @@ } ], "block": "stonecutter", - "uuid": "13fbd020-afa0-43db-9ed7-12c816d883bb", + "uuid": "1421b851-1691-42d3-a4de-2f1bb085c6fe", "priority": 2 }, { @@ -1844,7 +1844,7 @@ } ], "block": "stonecutter", - "uuid": "abf11d0d-8211-4481-99cd-c1af4b5edf68", + "uuid": "ebf7b2f2-d76b-4e85-a3ba-d174511d7b17", "priority": 0 }, { @@ -1865,7 +1865,7 @@ } ], "block": "stonecutter", - "uuid": "b4da7b21-7e88-4bef-9015-21dd0f933d8b", + "uuid": "cac50434-beff-457c-8e89-080729d12bcd", "priority": 1 }, { @@ -1886,7 +1886,7 @@ } ], "block": "stonecutter", - "uuid": "eff4a674-961e-46eb-a05d-00375a039047", + "uuid": "620eefdb-a26a-4892-ab08-e1bece652aa9", "priority": 0 }, { @@ -1907,7 +1907,7 @@ } ], "block": "stonecutter", - "uuid": "5f090793-7d07-4b01-b8d7-5d2152eb1c13", + "uuid": "4fd06936-0bfd-464f-addb-f15d2ff28ab2", "priority": 1 }, { @@ -1928,7 +1928,7 @@ } ], "block": "stonecutter", - "uuid": "ba47dea4-abc6-409c-bdb7-506f6d39632e", + "uuid": "0255a332-4cb9-4a21-bc8d-452bfedcc272", "priority": 2 }, { @@ -1949,7 +1949,7 @@ } ], "block": "stonecutter", - "uuid": "a420e6bc-2966-4b14-8bc1-aa9ea1379644", + "uuid": "a0440b94-6bbe-45fb-8723-65df76953fa6", "priority": 5 }, { @@ -1970,7 +1970,7 @@ } ], "block": "stonecutter", - "uuid": "de75d114-13f6-4a2f-82ac-c22e0fd57669", + "uuid": "210dd494-a715-46d0-83d1-4b07084c6142", "priority": 0 }, { @@ -1991,7 +1991,7 @@ } ], "block": "stonecutter", - "uuid": "58001174-8df0-42fe-a4e6-11216a4388a3", + "uuid": "3e2b9850-7b5c-4101-86a4-5a96c1cdfadf", "priority": 0 }, { @@ -2012,7 +2012,7 @@ } ], "block": "stonecutter", - "uuid": "52f22f57-f822-48ba-b5e4-da1afe4a263f", + "uuid": "cb5acc1e-d134-4f63-8ecb-1e9da67e6a52", "priority": 1 }, { @@ -2033,7 +2033,7 @@ } ], "block": "stonecutter", - "uuid": "eeb6ebcd-db83-4f46-8363-171577b5468a", + "uuid": "ad6f8484-a1a4-4d4b-a067-9e9d3b92a4ff", "priority": 1 }, { @@ -2054,7 +2054,7 @@ } ], "block": "stonecutter", - "uuid": "2c7ac684-853a-47c3-8103-16913418239e", + "uuid": "8386e059-7544-4a82-b71c-ee71cd5741c7", "priority": 2 }, { @@ -2075,7 +2075,7 @@ } ], "block": "stonecutter", - "uuid": "e4b7b4b6-00d4-47de-b763-a74d06e7fcd0", + "uuid": "99fd3aec-f5f4-4e93-85e5-cfac25c8b47c", "priority": 2 }, { @@ -2096,7 +2096,7 @@ } ], "block": "stonecutter", - "uuid": "5de9dba1-74fa-4e09-9604-ae12c8de141a", + "uuid": "76f9ffc1-d1c6-4d25-ad38-fa8fc93c639c", "priority": 3 }, { @@ -2117,7 +2117,7 @@ } ], "block": "stonecutter", - "uuid": "89b1b9cf-6e4f-43a1-b078-360753fee14f", + "uuid": "b683af61-79a7-41f3-9d05-de2f7058a06c", "priority": 0 }, { @@ -2138,7 +2138,7 @@ } ], "block": "stonecutter", - "uuid": "1a313c23-9fc8-4fda-8799-da1ec4782104", + "uuid": "30469abd-87fe-482f-aa47-955b73a10008", "priority": 2 }, { @@ -2159,7 +2159,7 @@ } ], "block": "stonecutter", - "uuid": "df642070-4cde-4519-886f-01d9ec7f0d02", + "uuid": "9756f4af-727e-4885-8bf4-b139e72d089e", "priority": 1 }, { @@ -2180,7 +2180,7 @@ } ], "block": "stonecutter", - "uuid": "12ce98ee-fdf9-4bf3-aaa8-ee079a369f77", + "uuid": "a86c2756-3f5b-45e4-8034-b0cf83b36f7f", "priority": 1 }, { @@ -2201,7 +2201,7 @@ } ], "block": "stonecutter", - "uuid": "f2433460-f4fa-4ccb-96d7-d763507e21c9", + "uuid": "88084b67-af17-4856-892e-1677481de149", "priority": 2 }, { @@ -2222,7 +2222,7 @@ } ], "block": "stonecutter", - "uuid": "026a1869-b634-4e65-8e60-cdaf7a6f029e", + "uuid": "c9d845ab-6680-46a1-a4dc-27014e40e5e8", "priority": 0 }, { @@ -2243,7 +2243,7 @@ } ], "block": "stonecutter", - "uuid": "a8d37950-f129-4376-be3c-81a22d9446ac", + "uuid": "9c72fc9a-07a2-4f7b-9795-057a1a179d9b", "priority": 1 }, { @@ -2264,7 +2264,7 @@ } ], "block": "stonecutter", - "uuid": "d6cef731-7974-45e1-a340-69ad7b11a6bd", + "uuid": "44d145c8-04f5-451d-9d8f-7814f6f503bc", "priority": 2 }, { @@ -2285,7 +2285,7 @@ } ], "block": "stonecutter", - "uuid": "4a4ac181-2906-43c1-879e-ef569586a971", + "uuid": "a6fab962-abf4-4fbd-b207-29664aa185d2", "priority": 0 }, { @@ -2306,7 +2306,7 @@ } ], "block": "stonecutter", - "uuid": "eed60d93-9a4a-406f-9adc-e271ddfd238c", + "uuid": "64cddf3e-cee3-4f5f-ab91-ea1ba907a782", "priority": 1 }, { @@ -2327,7 +2327,7 @@ } ], "block": "stonecutter", - "uuid": "96ed0fc6-9142-45c5-b6b6-a34671789f2b", + "uuid": "64679060-4849-4276-81f1-24ddf9b8f4b3", "priority": 2 }, { @@ -2348,7 +2348,7 @@ } ], "block": "stonecutter", - "uuid": "462f847e-65d3-4d34-8176-2220b857c82c", + "uuid": "212caecb-4895-4ab3-82ef-4071c6e50ffa", "priority": 0 }, { @@ -2369,7 +2369,7 @@ } ], "block": "stonecutter", - "uuid": "a834cd23-aba2-4dae-afdf-4aa2c1ab2746", + "uuid": "fd1eebdc-480b-496b-a717-8895b2acfc78", "priority": 1 }, { @@ -2390,7 +2390,7 @@ } ], "block": "stonecutter", - "uuid": "4f9126b8-730e-405f-9fed-7622dded7344", + "uuid": "f6f1e4d9-9d42-41ae-95ff-288928e3aff4", "priority": 2 }, { @@ -2411,7 +2411,7 @@ } ], "block": "stonecutter", - "uuid": "b4d2360f-51ed-44e9-b3b6-17db08c73afe", + "uuid": "53cb9c46-9877-4507-a0a1-e9dd99230d3c", "priority": 0 }, { @@ -2432,7 +2432,7 @@ } ], "block": "stonecutter", - "uuid": "622f919d-70ea-416b-8ee1-35894a308241", + "uuid": "dc197da8-23b9-4f82-a669-a46fd34663d6", "priority": 1 }, { @@ -2453,7 +2453,7 @@ } ], "block": "stonecutter", - "uuid": "3a99e5a1-d55a-4111-a042-d3c565124493", + "uuid": "7c986528-a926-4d9b-afcb-7716a08a837e", "priority": 2 }, { @@ -2474,7 +2474,7 @@ } ], "block": "stonecutter", - "uuid": "722d8764-e220-4b2f-8bb5-3551209eb9fd", + "uuid": "bf6aafe6-5fce-4d81-b9e6-47ed8d4e0da7", "priority": 0 }, { @@ -2495,7 +2495,7 @@ } ], "block": "stonecutter", - "uuid": "9a31d809-2a34-4340-a4e0-4cd8e5498c9f", + "uuid": "e71b9ae4-3069-4cdc-afa9-6d79edd21209", "priority": 1 }, { @@ -2516,7 +2516,7 @@ } ], "block": "stonecutter", - "uuid": "4ea6c617-93d8-43a9-b11a-939588415681", + "uuid": "8c66be59-acfa-497e-a8ce-96332483e59f", "priority": 2 }, { @@ -2537,7 +2537,7 @@ } ], "block": "stonecutter", - "uuid": "4d934ef5-9b42-4fc9-9883-c899c786fe7f", + "uuid": "ab7bdcb7-9fb9-46a6-9b5d-24bd45b2b271", "priority": 0 }, { @@ -2558,7 +2558,7 @@ } ], "block": "stonecutter", - "uuid": "8911650b-a32c-452c-9863-72407df2f701", + "uuid": "010fc145-e0b8-45f9-8998-1fc8098aff38", "priority": 1 }, { @@ -2579,7 +2579,7 @@ } ], "block": "stonecutter", - "uuid": "841b09d3-5e9f-4179-8497-fc27e957db52", + "uuid": "4139e393-8b8b-45b4-ada1-ecd1cfb0ae1f", "priority": 2 }, { @@ -2600,7 +2600,7 @@ } ], "block": "stonecutter", - "uuid": "e62a16cc-69c4-4258-bd77-b15436ec473d", + "uuid": "747d0f9b-0587-4a20-9818-9e4d87730290", "priority": 1 }, { @@ -2621,7 +2621,7 @@ } ], "block": "stonecutter", - "uuid": "215c8a2a-3f5b-488e-a2e4-012f3cbcecae", + "uuid": "c4651fed-ff7e-4d36-b5a8-6d08127c8920", "priority": 2 }, { @@ -2642,7 +2642,7 @@ } ], "block": "stonecutter", - "uuid": "8cdff940-e43c-43c4-a56b-2f1a99233972", + "uuid": "3f445176-a64d-42eb-8001-d08485337810", "priority": 3 }, { @@ -2663,7 +2663,7 @@ } ], "block": "stonecutter", - "uuid": "8736da31-e291-4b7c-bca5-34514bebbe1a", + "uuid": "3d8790f6-a02c-43f3-a955-40dc0d346f78", "priority": 4 }, { @@ -2684,7 +2684,7 @@ } ], "block": "stonecutter", - "uuid": "4b391ebf-0214-408b-8f60-036f9f6c1ecb", + "uuid": "c84c8e2b-664a-4778-8dcf-8c2e9cbb47da", "priority": 0 }, { @@ -2705,7 +2705,7 @@ } ], "block": "stonecutter", - "uuid": "a779d87b-067a-4ed7-8fd1-0977e94d92db", + "uuid": "7d43a190-3b39-426e-8470-daa4007dd9cf", "priority": 5 }, { @@ -2726,7 +2726,7 @@ } ], "block": "stonecutter", - "uuid": "43c150b4-a751-4bcb-b6c0-a8bdfb69d77b", + "uuid": "aaecfbe8-38d0-421c-897a-85d902b44ebb", "priority": 1 }, { @@ -2747,7 +2747,7 @@ } ], "block": "stonecutter", - "uuid": "a13a2b1d-497e-442e-b894-837e794d00ea", + "uuid": "873fd307-64f2-46b2-89d2-476e55114642", "priority": 2 }, { @@ -2768,7 +2768,7 @@ } ], "block": "stonecutter", - "uuid": "efb87c53-5004-4c83-b42a-9a8b74f091a7", + "uuid": "283b007d-b098-4198-8751-7db611208679", "priority": 2 }, { @@ -2789,7 +2789,7 @@ } ], "block": "stonecutter", - "uuid": "626ec609-3862-48e3-a0f1-7c44e5f6a51a", + "uuid": "de782c99-c561-4b91-bfe9-47554c7e7488", "priority": 2 }, { @@ -2810,7 +2810,7 @@ } ], "block": "stonecutter", - "uuid": "0f1cd2ac-f437-4b81-ae83-078d02ad8ae2", + "uuid": "e1269a58-5a1a-45d8-af2b-129a6297117f", "priority": 2 }, { @@ -2831,7 +2831,7 @@ } ], "block": "stonecutter", - "uuid": "dccbd9af-a661-437f-9372-2538466afecb", + "uuid": "e7a1f960-be9d-4983-9a69-8116db5e7cd3", "priority": 2 }, { @@ -2852,7 +2852,7 @@ } ], "block": "stonecutter", - "uuid": "0aeaf9f8-617d-4ed9-b2d0-ecd8e61e6943", + "uuid": "58cc978b-90c6-4626-8364-b3ba4674a33b", "priority": 3 }, { @@ -2873,7 +2873,7 @@ } ], "block": "stonecutter", - "uuid": "9b3d42ba-dd49-4649-a869-8cc1c1326584", + "uuid": "50ada097-ccf6-4849-9dc2-e2cd6ef3402a", "priority": 4 }, { @@ -2894,7 +2894,7 @@ } ], "block": "stonecutter", - "uuid": "18d1c8cf-f1bb-44c6-a40a-54f6230ead55", + "uuid": "9d94228e-1f86-4738-ac5d-402a93d034e5", "priority": 0 }, { @@ -2915,7 +2915,7 @@ } ], "block": "stonecutter", - "uuid": "57cd4a49-07df-4a0f-a136-08b41e13b024", + "uuid": "e47fda69-0252-412d-b736-e9f63dd687c5", "priority": 5 }, { @@ -2936,7 +2936,7 @@ } ], "block": "stonecutter", - "uuid": "dd262a74-27ce-4ba8-88c5-b1cacfaf5619", + "uuid": "5792236b-eba7-4f7e-b689-877ca8a3ccf8", "priority": 1 }, { @@ -2957,7 +2957,7 @@ } ], "block": "stonecutter", - "uuid": "37a03dfb-5cc9-4178-b641-68183d5fcc14", + "uuid": "88122bf6-0cc3-47d8-a018-6ddf9230042c", "priority": 2 }, { @@ -2978,7 +2978,7 @@ } ], "block": "stonecutter", - "uuid": "3d7d82bb-13d1-4194-b96e-b18bf9ee82d3", + "uuid": "45fe7b37-8e78-4c76-9463-81ae29935504", "priority": 3 }, { @@ -2999,7 +2999,7 @@ } ], "block": "stonecutter", - "uuid": "4baa5d65-61c3-43e9-b411-a9a2a737c727", + "uuid": "b4de5a13-183c-44d7-80f8-22951e66b2bb", "priority": 4 }, { @@ -3020,7 +3020,7 @@ } ], "block": "stonecutter", - "uuid": "00e8d9c3-3e42-494f-8a1d-d7194e6ffbd9", + "uuid": "7c4dc879-9223-4d14-8a57-0ce7ef5772ba", "priority": 0 }, { @@ -3041,7 +3041,7 @@ } ], "block": "stonecutter", - "uuid": "3075a4b7-decd-4bb2-b5dc-2f3db17281d2", + "uuid": "23573de2-a34b-405b-93e1-11f68332c6fd", "priority": 5 }, { @@ -3062,7 +3062,7 @@ } ], "block": "stonecutter", - "uuid": "5e8278d2-ee37-4cda-806b-c2a3626b2b33", + "uuid": "f5757bcb-cca8-43ca-bfc6-76d9a86fa790", "priority": 1 }, { @@ -3083,7 +3083,7 @@ } ], "block": "stonecutter", - "uuid": "6677d2cc-4286-4de5-a8d6-fbfdda9a7a18", + "uuid": "1bd5cf5d-6c8a-4a23-9407-99d7b1dc9564", "priority": 2 }, { @@ -3104,7 +3104,7 @@ } ], "block": "stonecutter", - "uuid": "5776d9ce-d6b3-45bf-9ea4-392f752d147d", + "uuid": "706efcad-1f08-4b3d-9cef-8bb950d60daa", "priority": 2 }, { @@ -3125,7 +3125,7 @@ } ], "block": "stonecutter", - "uuid": "b920c493-c38f-430c-a4ee-ebfde6de2704", + "uuid": "e929996c-f05c-451f-aa57-4701048f71a8", "priority": 2 }, { @@ -3146,7 +3146,7 @@ } ], "block": "stonecutter", - "uuid": "0bae9df0-dcce-490e-84e5-0db5676ab596", + "uuid": "3d94d9f6-716f-4745-b8b4-3fb4c417441b", "priority": 0 }, { @@ -3167,7 +3167,7 @@ } ], "block": "stonecutter", - "uuid": "b9d8951f-ad61-4c02-8938-370883239d91", + "uuid": "fedfb450-2b3f-466f-8cb2-4b03b9e2672b", "priority": 1 }, { @@ -3188,7 +3188,7 @@ } ], "block": "stonecutter", - "uuid": "ffaa50de-5fef-4c2a-8721-f9fd0412fd6a", + "uuid": "cebf08cb-bbb6-4002-927a-82ca892f974c", "priority": 0 }, { @@ -3209,7 +3209,7 @@ } ], "block": "stonecutter", - "uuid": "12227f41-b387-406d-9953-322d6c8a4baa", + "uuid": "a66ec9d4-89e4-4df4-ac26-11674dfce898", "priority": 1 }, { @@ -3230,7 +3230,7 @@ } ], "block": "stonecutter", - "uuid": "a1472e4a-611f-41f0-8d66-f250425584a5", + "uuid": "36e373de-67c7-4cdb-94b7-6e059df88052", "priority": 2 }, { @@ -3251,7 +3251,7 @@ } ], "block": "stonecutter", - "uuid": "3179b12e-8353-406f-a6ee-336eb46de41f", + "uuid": "2fd71f62-bf54-497f-9379-3cf70650c194", "priority": 0 }, { @@ -3272,7 +3272,7 @@ } ], "block": "stonecutter", - "uuid": "871ab697-db1b-44b8-aed3-a3908b0ab6ff", + "uuid": "10d6b8a2-4288-4215-af5d-62b4b224469d", "priority": 1 }, { @@ -3293,7 +3293,7 @@ } ], "block": "stonecutter", - "uuid": "8326090e-2aac-4bb9-ae80-ca7ca7cb163d", + "uuid": "875d99b3-95f5-416e-a9a1-755008e29cdf", "priority": 2 }, { @@ -3314,7 +3314,7 @@ } ], "block": "stonecutter", - "uuid": "eed9c91a-3e3e-4d36-97b9-875a8567016f", + "uuid": "51ce83c0-6c54-4d10-acd2-b8ef52470da9", "priority": 2 }, { @@ -3335,7 +3335,7 @@ } ], "block": "stonecutter", - "uuid": "7a12161d-4ad5-4ad0-8529-d2f32bcdf991", + "uuid": "0bfeed5b-83e0-4bcd-b749-eff2fcd1d549", "priority": 0 }, { @@ -3356,7 +3356,7 @@ } ], "block": "stonecutter", - "uuid": "bc602cc5-05ab-4a20-9480-7972b3c3e7d7", + "uuid": "b2b8264e-b23d-46cc-8e1b-6f3ef0367d30", "priority": 1 }, { @@ -3377,7 +3377,7 @@ } ], "block": "stonecutter", - "uuid": "f138553b-dbf2-4168-a627-8d518d6c9999", + "uuid": "7eb7e197-67ea-496e-bbf8-cbff14d04cfc", "priority": 2 }, { @@ -3398,7 +3398,7 @@ } ], "block": "stonecutter", - "uuid": "12dd5b59-7acd-4be0-9c21-53a6dcb55ba9", + "uuid": "671379d3-85d2-4519-a858-71b2dc3b03b4", "priority": 3 }, { @@ -3419,7 +3419,7 @@ } ], "block": "stonecutter", - "uuid": "92c7b855-3776-40e3-ba6b-7af0a06c6818", + "uuid": "72c2c0a6-3a93-4428-9921-82d8f6e6923e", "priority": 0 }, { @@ -3440,7 +3440,7 @@ } ], "block": "stonecutter", - "uuid": "3aa13a57-be3a-47c9-b1d6-9ddd8d67a53b", + "uuid": "1f4a6d70-4d95-4ee4-85b1-70d0e411a480", "priority": 1 }, { @@ -3461,7 +3461,7 @@ } ], "block": "stonecutter", - "uuid": "7cf00b39-021c-4bac-b4ba-1e02b083babc", + "uuid": "0a612cae-cc56-40c9-8fe6-5da298f5228d", "priority": 2 }, { @@ -3482,7 +3482,7 @@ } ], "block": "stonecutter", - "uuid": "7e17a764-f9c3-4825-8c96-02d77d9e7c19", + "uuid": "d0dfd3ae-81ae-44ff-8a61-140bf5f4b252", "priority": 2 }, { @@ -3503,7 +3503,7 @@ } ], "block": "stonecutter", - "uuid": "f31325d4-5d3b-43d8-a23b-7dfbcda82b2c", + "uuid": "46dfe195-36af-4255-83e3-1fec5e4d2b38", "priority": 1 }, { @@ -3524,7 +3524,7 @@ } ], "block": "stonecutter", - "uuid": "57c23fca-5a5e-4d10-8124-8bc922e49537", + "uuid": "abf92045-825b-40ce-b9a3-1044115de9fc", "priority": 0 }, { @@ -3545,7 +3545,7 @@ } ], "block": "stonecutter", - "uuid": "90f159f5-b7ea-43dd-b981-6aa279fad982", + "uuid": "6dab2176-cf29-46fa-906d-5793bf1e7b8b", "priority": 3 }, { @@ -3566,7 +3566,7 @@ } ], "block": "stonecutter", - "uuid": "9afedb9e-98b6-4a0e-ae66-e74ac6ce8f89", + "uuid": "e680d6ab-fa16-4458-8e36-a1e54bfb3592", "priority": 4 }, { @@ -3587,7 +3587,7 @@ } ], "block": "stonecutter", - "uuid": "23b61a2d-c36c-4825-9f52-b56e5b63add6", + "uuid": "fbd53af0-e1c7-431d-94f6-4f67abac731f", "priority": 2 }, { @@ -3608,7 +3608,7 @@ } ], "block": "stonecutter", - "uuid": "98a224ac-d3db-448c-b170-3592b55d62ff", + "uuid": "ec25950d-7065-47f3-b18d-7e4ebeccbaf8", "priority": 1 }, { @@ -3629,7 +3629,7 @@ } ], "block": "stonecutter", - "uuid": "5fdca85c-2728-454f-89d6-9bcd6c2ce342", + "uuid": "ed4eb8a6-3308-45ae-b45e-c4acd7c7eff0", "priority": 0 }, { @@ -3650,7 +3650,7 @@ } ], "block": "stonecutter", - "uuid": "f32b0417-654e-487d-b713-1ed91607924b", + "uuid": "1e54bb94-81bc-4646-811a-8283200e8fce", "priority": 3 }, { @@ -3671,7 +3671,7 @@ } ], "block": "stonecutter", - "uuid": "54ccfae0-0189-4896-99d7-368afef67702", + "uuid": "60e4fcf5-c3e5-413c-b4b6-a857038520dc", "priority": 4 }, { @@ -3692,7 +3692,7 @@ } ], "block": "stonecutter", - "uuid": "c465ad25-80d6-4fb4-8f4a-cced68f54707", + "uuid": "021ed208-c879-4638-8947-70a6a56b8f92", "priority": 2 }, { @@ -3713,7 +3713,7 @@ } ], "block": "stonecutter", - "uuid": "200aaa26-11d1-450b-9184-f89d79c72baf", + "uuid": "109d5e26-c11b-44ce-bcbb-3129bc4e0c84", "priority": 2 }, { @@ -3734,7 +3734,7 @@ } ], "block": "stonecutter", - "uuid": "9a239844-b4e8-49f4-826b-20509884defa", + "uuid": "e151c0d6-0335-4dfd-900f-ebf611284b49", "priority": 0 }, { @@ -3755,7 +3755,7 @@ } ], "block": "stonecutter", - "uuid": "8bcb6cc9-5371-4448-8b16-c6d44f638332", + "uuid": "425bec51-c511-45c5-9127-6854dca72dd3", "priority": 0 }, { @@ -3776,7 +3776,7 @@ } ], "block": "stonecutter", - "uuid": "c142ab6d-2522-46e1-a7b7-9b4f6369f08e", + "uuid": "79c890e0-b60c-4e63-b712-cfcb04f6e730", "priority": 1 }, { @@ -3797,7 +3797,7 @@ } ], "block": "stonecutter", - "uuid": "0d31e090-434f-49ab-a429-887ad5341d05", + "uuid": "aa1dd108-658c-4563-add2-f06998368c6f", "priority": 0 }, { @@ -3818,7 +3818,7 @@ } ], "block": "stonecutter", - "uuid": "53e8f621-7c3c-4998-a6b3-f8fca6ae86cd", + "uuid": "41127df6-4ddf-4ef8-b52b-8f7c0ee5fe2a", "priority": 1 }, { @@ -3839,7 +3839,7 @@ } ], "block": "stonecutter", - "uuid": "6444bd67-1086-4580-8bba-72ee5709edd4", + "uuid": "8b857814-6d55-433b-931a-f0ce6fe342ee", "priority": 0 }, { @@ -3860,7 +3860,7 @@ } ], "block": "stonecutter", - "uuid": "42382d4f-2a43-42b2-b59f-fc2580edca34", + "uuid": "642bf59d-7cdf-4d2d-bbd8-206a37776ba2", "priority": 1 }, { @@ -3881,7 +3881,7 @@ } ], "block": "stonecutter", - "uuid": "194b8642-c316-4546-9203-75da5fa17ec9", + "uuid": "9d2d9392-9b7a-4937-93d5-4eb9c0c29c4c", "priority": 2 }, { @@ -3902,7 +3902,7 @@ } ], "block": "stonecutter", - "uuid": "fe20dffd-c13d-4723-b2d6-7ce69fe2d694", + "uuid": "edbc3bac-1618-4210-874b-12de872e11c1", "priority": 6 }, { @@ -3923,7 +3923,7 @@ } ], "block": "stonecutter", - "uuid": "2b6b7aa9-ca0d-4b1e-8c28-b6badead84cc", + "uuid": "13e518ce-b793-472e-acbb-0585321fb004", "priority": 4 }, { @@ -3944,7 +3944,7 @@ } ], "block": "stonecutter", - "uuid": "0e13184f-cebe-42ad-8b45-4c5f58de48fa", + "uuid": "2d1820a7-cfec-4404-924d-b1c4f2ca91b0", "priority": 0 }, { @@ -3965,7 +3965,7 @@ } ], "block": "stonecutter", - "uuid": "019ee662-dbef-4343-9c4a-31aaa8bbcaef", + "uuid": "26beb5bf-ba00-4b97-99bf-e062f68568ef", "priority": 1 }, { @@ -3986,7 +3986,7 @@ } ], "block": "stonecutter", - "uuid": "1b1ddbde-bf13-4931-93e4-d86abbb67f07", + "uuid": "4d981e7a-b4cd-460d-84ab-1cd101244070", "priority": 0 }, { @@ -4007,7 +4007,7 @@ } ], "block": "stonecutter", - "uuid": "05af4ab6-8824-4b24-9233-e132b96adddc", + "uuid": "e167ea7f-f0e8-4840-8542-b9b5c616568d", "priority": 2 }, { @@ -4028,7 +4028,7 @@ } ], "block": "stonecutter", - "uuid": "8c76f799-8642-419d-81e1-de11ee54725f", + "uuid": "85b475f5-4d0f-447e-838b-527b7cb7de3f", "priority": 1 }, { @@ -4049,7 +4049,7 @@ } ], "block": "stonecutter", - "uuid": "e1cc6b61-a2b2-4cfa-9f7b-4cb6a85bae66", + "uuid": "2a0eed00-e768-4dfb-812a-0fd7a7a74ee4", "priority": 3 }, { @@ -4070,7 +4070,7 @@ } ], "block": "stonecutter", - "uuid": "7ac88fee-9a92-464e-a9cf-cdb555ae46de", + "uuid": "dfa279cd-3f8e-4ac5-99a2-9eefc3d4a0a8", "priority": 2 }, { @@ -4091,7 +4091,7 @@ } ], "block": "stonecutter", - "uuid": "c559611d-aae0-49f7-b938-97c86ea64c57", + "uuid": "36ec6319-7b1a-4384-b9da-299d564f58ac", "priority": 2 }, { @@ -4112,7 +4112,7 @@ } ], "block": "stonecutter", - "uuid": "a51022f5-a50c-427e-8c24-ca98f0862508", + "uuid": "e8b6b144-c05e-47e2-842a-18429c8070d8", "priority": 2 }, { @@ -4133,7 +4133,7 @@ } ], "block": "stonecutter", - "uuid": "ce9520c1-ee43-4c4a-80df-d96a27352eb2", + "uuid": "a5009625-761a-4e55-8e37-c4b1b066603d", "priority": 0 }, { @@ -4154,7 +4154,7 @@ } ], "block": "stonecutter", - "uuid": "ff3ec1ae-9e99-4378-85ad-632959ca92bf", + "uuid": "6f1a9a63-343c-4129-9e4f-443424988498", "priority": 1 }, { @@ -4175,7 +4175,7 @@ } ], "block": "stonecutter", - "uuid": "10c0bdaf-5598-405f-b1c6-fc60cea80e80", + "uuid": "cdc1b059-ba37-41e0-b2f9-a06ccdca1641", "priority": 2 }, { @@ -4196,7 +4196,7 @@ } ], "block": "stonecutter", - "uuid": "fa09912f-63ce-4b6e-997c-c47d7353d471", + "uuid": "5cf1f4d3-02e1-4a72-8a78-9073947ee058", "priority": 1 }, { @@ -4217,7 +4217,7 @@ } ], "block": "stonecutter", - "uuid": "2dfd0948-2e8c-4809-9c03-a636052ff2cb", + "uuid": "51802975-ff91-4cd3-af96-04457cbc6ca6", "priority": 1 }, { @@ -4238,7 +4238,7 @@ } ], "block": "stonecutter", - "uuid": "5a8ad39e-2a4f-4b32-a041-2f061bb7c85d", + "uuid": "f9f1be2b-2534-4044-8b10-a0b3360ef254", "priority": 2 }, { @@ -4259,7 +4259,7 @@ } ], "block": "stonecutter", - "uuid": "d6504395-0a0a-44d4-b535-7e75b962874a", + "uuid": "3deddf85-e970-4a8c-a32a-e5cea092a43a", "priority": 0 }, { @@ -4280,7 +4280,7 @@ } ], "block": "stonecutter", - "uuid": "df93b388-0252-4b99-9c9d-8f9a592332f8", + "uuid": "e0db6d2c-a657-4940-828c-93a2613aedec", "priority": 2 }, { @@ -4301,7 +4301,7 @@ } ], "block": "stonecutter", - "uuid": "396573bd-4c26-4cdf-a0a5-881b85f41595", + "uuid": "a33d8e97-56f2-4754-800b-1635bc3209b5", "priority": 1 }, { @@ -4322,7 +4322,7 @@ } ], "block": "stonecutter", - "uuid": "7d3e94e8-bdb2-4d01-ad98-cb1871981628", + "uuid": "6d3c1d26-9839-418c-a89a-2b61c17b9c22", "priority": 2 }, { @@ -4343,7 +4343,7 @@ } ], "block": "stonecutter", - "uuid": "ec09ebc1-261c-4285-b77d-96672349ea10", + "uuid": "e868f63c-5757-4fc6-bdeb-94d6a91dd15e", "priority": 0 }, { @@ -4364,7 +4364,7 @@ } ], "block": "stonecutter", - "uuid": "6e3c47c8-4e00-47d4-a3af-4b5baa7e96f9", + "uuid": "924cfcaf-c477-42d1-8d45-901a5861d95f", "priority": 1 }, { @@ -4385,7 +4385,7 @@ } ], "block": "stonecutter", - "uuid": "ea9554f6-5983-43fa-85e2-75f195b71865", + "uuid": "6b7dc96b-4ac2-4504-9de1-e268f8fe3b5c", "priority": 2 }, { @@ -4406,7 +4406,7 @@ } ], "block": "stonecutter", - "uuid": "0a16209e-225f-49ac-bbdc-f472efe318be", + "uuid": "d367aa7d-df3f-42c5-a06d-9bfa4dff8365", "priority": 1 }, { @@ -4427,7 +4427,7 @@ } ], "block": "stonecutter", - "uuid": "e56f98fd-ac8e-4bd6-9896-54500ac7887b", + "uuid": "1929c0a1-d695-44bf-a421-24a165160bca", "priority": 2 }, { @@ -4448,7 +4448,7 @@ } ], "block": "stonecutter", - "uuid": "97b32095-1a6b-4a62-872f-2b31b88106d2", + "uuid": "b87c9691-fe8a-41e3-bcc8-9bcf1bef0427", "priority": 0 }, { @@ -4469,7 +4469,7 @@ } ], "block": "stonecutter", - "uuid": "9054e7ef-8343-4efe-955b-1a8cf8efde18", + "uuid": "1dbf2830-5021-426c-b6c5-b509705a973e", "priority": 1 }, { @@ -4490,7 +4490,7 @@ } ], "block": "stonecutter", - "uuid": "e68a9e18-9c64-41cc-9803-abe85a4fbfad", + "uuid": "feb222e2-23e1-4490-a5eb-98267567a12e", "priority": 2 }, { @@ -4511,7 +4511,7 @@ } ], "block": "stonecutter", - "uuid": "fd03d43e-702a-49d7-842f-9b9f179ac9c5", + "uuid": "f55c9258-3705-4ca5-94ce-5f5d021126b1", "priority": 1 }, { @@ -4532,7 +4532,7 @@ } ], "block": "stonecutter", - "uuid": "9cc0ec8f-e54e-4076-b96a-a04e2a0b496c", + "uuid": "fc7d823f-1904-4bf1-b462-091549e76e5a", "priority": 2 }, { @@ -4553,7 +4553,7 @@ } ], "block": "stonecutter", - "uuid": "ceb27568-4a59-43ec-9949-3ef710ff4573", + "uuid": "17d14cfc-1585-4f63-a0ae-2f618f5aeb4f", "priority": 0 }, { @@ -4574,7 +4574,7 @@ } ], "block": "stonecutter", - "uuid": "cf206336-5643-4fa8-9859-0213b04e34c3", + "uuid": "9157fae5-a02d-4fb6-9d9a-8be99f1b6bf9", "priority": 1 }, { @@ -4595,7 +4595,7 @@ } ], "block": "stonecutter", - "uuid": "45cb0aad-d720-4256-b76c-3e6034259f25", + "uuid": "6050ad41-f298-4cba-862d-e392e0c62774", "priority": 2 }, { @@ -4616,7 +4616,7 @@ } ], "block": "stonecutter", - "uuid": "c32175f2-1ed8-4a21-bc34-d0358b263e38", + "uuid": "fd144f42-d7fd-4cb7-955b-eacff596abb7", "priority": 1 }, { @@ -4637,7 +4637,7 @@ } ], "block": "stonecutter", - "uuid": "6d6665aa-c522-4ab5-bb57-8d91ef8d26cc", + "uuid": "e673d780-28ad-482c-8701-b3438bafcba0", "priority": 2 }, { @@ -4658,7 +4658,7 @@ } ], "block": "stonecutter", - "uuid": "e1155f73-9215-4da1-8fca-ba0a6150d4e3", + "uuid": "e796d230-1c4e-4893-9fc5-cf7f0911effd", "priority": 2 }, { @@ -4682,7 +4682,7 @@ "A" ], "block": "crafting_table", - "uuid": "f61ccf5c-f829-4cbd-b6c9-4e050798bfb1", + "uuid": "e28ebaae-dab9-4469-a049-6016472ae5a3", "priority": 50, "width": 1, "height": 1 @@ -4708,7 +4708,7 @@ "A" ], "block": "crafting_table", - "uuid": "ccfd223c-e705-4776-8844-c8ca1988a614", + "uuid": "a21f1952-3f45-436a-9e89-b16f4a2595d9", "priority": 50, "width": 1, "height": 1 @@ -4734,7 +4734,7 @@ "A" ], "block": "crafting_table", - "uuid": "48df12c7-5900-4be9-9f8d-9cae24f1b8ec", + "uuid": "9b96b54a-aa34-4749-81df-f86ce88ea081", "priority": 50, "width": 1, "height": 1 @@ -4760,7 +4760,7 @@ "A" ], "block": "crafting_table", - "uuid": "6dde8ee4-2557-4808-ac2b-27df4134e97c", + "uuid": "09b5302c-f694-4978-bc29-a2a4436f1cd2", "priority": 50, "width": 1, "height": 1 @@ -4786,7 +4786,7 @@ "A" ], "block": "crafting_table", - "uuid": "331684b2-7dc7-407e-ab3e-ef265780bcae", + "uuid": "dd70c0d4-5f93-4025-abea-95b0cc961a46", "priority": 50, "width": 1, "height": 1 @@ -4812,7 +4812,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "535983bf-08e3-41c6-ae1e-b746790f09a9", + "uuid": "1aacb097-8c9e-4707-b529-9fa411026fc6", "priority": 50, "width": 3, "height": 1 @@ -4838,7 +4838,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "f3a09a64-b47e-4456-b50a-4fcc5a9c74fd", + "uuid": "cfefb9f9-0df8-4451-adae-b5960db98a09", "priority": 50, "width": 3, "height": 1 @@ -4864,7 +4864,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "9cfd4fbb-94ea-475c-9143-ce59b6d28803", + "uuid": "280766dd-9d71-4156-b860-bb8dc6da0fb0", "priority": 50, "width": 3, "height": 1 @@ -4890,7 +4890,7 @@ "AA" ], "block": "crafting_table", - "uuid": "58c1caf3-9154-4610-9692-620667a36dae", + "uuid": "2928b9dc-caad-4a43-8ecf-32e690fb4e95", "priority": 50, "width": 2, "height": 1 @@ -4916,7 +4916,7 @@ "AA" ], "block": "crafting_table", - "uuid": "a885244f-52f1-4c61-8fb1-1ef0c7810cbe", + "uuid": "e33d4ef5-3696-4516-bc35-9607f4777a94", "priority": 50, "width": 2, "height": 1 @@ -4942,7 +4942,7 @@ "AA" ], "block": "crafting_table", - "uuid": "d607bb38-1301-4f98-9f49-5cecf9fff66a", + "uuid": "b8c99a24-350c-4c3f-bf0f-a50cd7b51c9a", "priority": 50, "width": 2, "height": 1 @@ -4968,7 +4968,7 @@ "AA" ], "block": "crafting_table", - "uuid": "5b3e9640-05bf-4c82-bb92-db6e1dcb8215", + "uuid": "35df5da4-3b61-46e8-889f-46f389c39e93", "priority": 50, "width": 2, "height": 1 @@ -4994,7 +4994,7 @@ "AA" ], "block": "crafting_table", - "uuid": "320aebe2-1886-4988-8a5e-40983c2eb263", + "uuid": "113c4165-f16a-457d-83b4-2044da5ffd9a", "priority": 50, "width": 2, "height": 1 @@ -5021,7 +5021,7 @@ "A" ], "block": "crafting_table", - "uuid": "a6575283-1970-4b24-9baa-d09f2a1ccb81", + "uuid": "80524834-22aa-4fa6-adf4-24afdc3d9b4b", "priority": 2, "width": 1, "height": 2 @@ -5047,7 +5047,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "ab9077a0-0bd1-4c27-bed6-73f3b3799691", + "uuid": "f064ed81-ef1a-43a1-a58e-95917ae91103", "priority": 50, "width": 3, "height": 1 @@ -5073,7 +5073,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "78ca3873-c5be-47fb-99f1-039943b56993", + "uuid": "a9cbf670-2645-4bb2-8479-801fa5f11bc3", "priority": 50, "width": 3, "height": 1 @@ -5099,7 +5099,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "35208257-95c1-44f7-9bbb-a45fcd3d8b4e", + "uuid": "7e8b0eb0-700a-4e50-a2bb-7dca2a5def53", "priority": 50, "width": 3, "height": 1 @@ -5125,7 +5125,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "e8f4b382-201e-46d9-95d6-2f6545f93387", + "uuid": "7a4862ec-32b8-4b9a-99de-c63c99035e4d", "priority": 50, "width": 3, "height": 1 @@ -5151,7 +5151,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "e642dcae-7e72-4833-8f36-a32868aac9e4", + "uuid": "6996a427-6740-41dc-bb94-3da498ec92b4", "priority": 50, "width": 3, "height": 1 @@ -5178,7 +5178,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "f8bffc2a-bca3-4f62-8534-696f74a932b1", + "uuid": "2c8b23f7-5fe1-4056-b9a0-99e810d941db", "priority": 50, "width": 3, "height": 2 @@ -5205,7 +5205,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "2f27a2db-9c1e-4778-9d85-a613270998e3", + "uuid": "b63be262-b1e2-40c3-9252-ad5ffdb3c53e", "priority": 50, "width": 3, "height": 2 @@ -5232,7 +5232,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "e51720e1-6a9e-40e1-9e64-a5eaef2ac477", + "uuid": "e9750fdb-dcb9-4cd5-bd10-903f541d4043", "priority": 50, "width": 3, "height": 2 @@ -5259,7 +5259,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "294d5572-3161-48c7-aff1-be51ce87279b", + "uuid": "9400583b-2d66-4ba1-8451-cccdd3c7ea38", "priority": 50, "width": 3, "height": 2 @@ -5286,7 +5286,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "1d38f8c0-3db3-448a-84f2-ba6530eee33c", + "uuid": "b4dd6853-8040-42f2-983c-a616ada837ba", "priority": 50, "width": 3, "height": 2 @@ -5313,7 +5313,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "57733520-2076-45b6-be32-6592ade4e302", + "uuid": "623bf967-281e-481c-bd1a-f0ad9c3f5858", "priority": 50, "width": 3, "height": 2 @@ -5339,7 +5339,7 @@ "A" ], "block": "crafting_table", - "uuid": "61614101-c97d-4c24-b1a5-951f3ee1d887", + "uuid": "0f6f36c4-3822-41d9-8e98-2c84002c4800", "priority": 50, "width": 1, "height": 1 @@ -5365,7 +5365,7 @@ "AA" ], "block": "crafting_table", - "uuid": "367a566c-213d-4e40-a43d-bc51d6bd6bf2", + "uuid": "e814257a-5716-48a4-acee-ccff27586196", "priority": 50, "width": 2, "height": 1 @@ -5393,7 +5393,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "11456846-f5e3-4ec3-be18-cd1fb00d34ea", + "uuid": "d28df186-4858-4f26-8c07-9ddd645839d7", "priority": 50, "width": 3, "height": 3 @@ -5438,7 +5438,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "3b80d5e2-9756-4cb1-b2a7-1f61deafeb53", + "uuid": "65ee8fef-e09c-4a23-9d80-8f9bfddb1399", "priority": 1, "width": 3, "height": 2 @@ -5471,7 +5471,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "21e9e6d5-7ade-49ac-8b09-3071ea858457", + "uuid": "a750f72e-ae89-4813-ba5d-70c9f0de0163", "priority": 1, "width": 3, "height": 2 @@ -5504,7 +5504,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "7e8cec1e-7bb2-4d67-b6ce-2930f62707e4", + "uuid": "816e5343-ea95-421d-ab05-5f247bc7da69", "priority": 1, "width": 3, "height": 2 @@ -5537,7 +5537,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "b4da9dbb-6211-4e6b-9e9c-fe9154ecbafe", + "uuid": "2ed8101b-decd-4369-b573-e4d6d198bc8a", "priority": 1, "width": 3, "height": 2 @@ -5570,7 +5570,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "ed705c67-e4eb-4193-bdf9-d4a924dd93b3", + "uuid": "6568012d-7732-426a-b88d-de4832b1e9b7", "priority": 1, "width": 3, "height": 2 @@ -5603,7 +5603,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "fc74beef-c095-403c-80f9-d425211bc265", + "uuid": "71a2d2e7-8240-441e-9d74-7f245d8bc30c", "priority": 1, "width": 3, "height": 2 @@ -5636,7 +5636,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "8c3c352d-aedb-4e5c-8b11-701663699257", + "uuid": "3e761bbe-9420-4f72-8577-fe3f24e67fc7", "priority": 1, "width": 3, "height": 2 @@ -5668,7 +5668,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "ff4f627d-ca7d-40fb-91f9-efa759355463", + "uuid": "5f1e205e-5355-4073-9719-d75c64dec5ef", "priority": 1, "width": 3, "height": 2 @@ -5701,7 +5701,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "a454d30a-4211-45d3-9a3d-1b5524e4c685", + "uuid": "234dd2e9-4ec3-4e63-a451-c91bea1b772a", "priority": 1, "width": 3, "height": 2 @@ -5734,7 +5734,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "29666df5-dd97-4adc-8806-6ee2d37ae6b1", + "uuid": "1733c19b-7422-4ead-a94f-10b4fcc0c259", "priority": 1, "width": 3, "height": 2 @@ -5767,7 +5767,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "7d3b7e8a-3297-49c5-9967-7b7dd0d7da0a", + "uuid": "b29cc49a-4c8b-4b3e-a6e9-b33566c095ba", "priority": 1, "width": 3, "height": 2 @@ -5799,7 +5799,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "414c1fcc-6286-40b6-b763-d5636a961521", + "uuid": "0c437971-1fe6-4405-9c94-6c0b3353e254", "priority": 1, "width": 3, "height": 2 @@ -5832,7 +5832,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "722b5e5c-ccaf-446c-870d-ca620857a8f0", + "uuid": "3b38d6cd-1d8b-4d47-a0be-7008ec96d3c2", "priority": 1, "width": 3, "height": 2 @@ -5865,7 +5865,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "bd4c81bc-5d6e-4a65-89d5-3490e20a15aa", + "uuid": "830fe940-22c4-4dc4-8d8d-7f510c479083", "priority": 1, "width": 3, "height": 2 @@ -5898,7 +5898,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "9733aadf-c2d1-4637-82fd-4231b478627e", + "uuid": "af80182c-8dab-4706-8f12-b2bed52ed579", "priority": 1, "width": 3, "height": 2 @@ -5931,7 +5931,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "11441331-6a56-46de-b68a-675da0e8d7dd", + "uuid": "d00960fc-a26a-4f51-a1f9-fb6ab91eb675", "priority": 1, "width": 3, "height": 2 @@ -5964,7 +5964,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "239d1916-fe42-4040-a49f-df02b2435df2", + "uuid": "cfeaed84-896c-47b3-ae32-671429fbe598", "priority": 1, "width": 3, "height": 2 @@ -5997,7 +5997,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "8df2d399-9bb4-40a7-b919-6acfa037b79e", + "uuid": "0565f017-cb6d-4f00-a103-ac0c76ad9a3f", "priority": 1, "width": 3, "height": 2 @@ -6030,7 +6030,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "5906339d-e446-403c-b3fa-17dbf8837768", + "uuid": "e481d07f-ce0c-44e3-a565-47a9583effc2", "priority": 1, "width": 3, "height": 2 @@ -6063,7 +6063,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "07333723-4693-4665-a4d1-74cfc654536b", + "uuid": "4908fa7c-fbd6-423f-8295-962b0277c449", "priority": 1, "width": 3, "height": 2 @@ -6096,7 +6096,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "5f4c12a5-62f3-40c5-9db4-0c6f7833e549", + "uuid": "0b1e80c1-5594-4b10-9cda-29680eae64f4", "priority": 2, "width": 3, "height": 2 @@ -6130,7 +6130,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "d68da322-465f-47ad-960e-24a851421009", + "uuid": "8c24df25-b039-489d-bbc5-02caef052fa4", "priority": 2, "width": 3, "height": 2 @@ -6164,7 +6164,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "7b0efa21-8217-4f22-9b47-a0f7d702ffd1", + "uuid": "f5611d68-1311-4b30-b31c-b217cba0c93a", "priority": 2, "width": 3, "height": 2 @@ -6198,7 +6198,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "cc842377-93e7-4ed1-b4b0-3d07aa9acf6c", + "uuid": "50d03271-92d8-46c9-a057-44a3bc265490", "priority": 2, "width": 3, "height": 2 @@ -6232,7 +6232,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "cc27ff77-1b44-4658-9f2e-ce7d53cf076b", + "uuid": "c444c933-1788-4cbd-b857-b6b1fbfecadc", "priority": 2, "width": 3, "height": 2 @@ -6266,7 +6266,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "f3efcc74-79db-4b56-bb12-80d72918e185", + "uuid": "a546a0c7-cea4-4e43-b188-ddc0113fa9eb", "priority": 2, "width": 3, "height": 2 @@ -6300,7 +6300,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "891a0412-cb7d-4b91-834d-12fddc695664", + "uuid": "f1c064df-8be4-4e45-9fc3-853c0ef6c3b2", "priority": 2, "width": 3, "height": 2 @@ -6334,7 +6334,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "9f4a94f9-9cbf-4edf-a1e0-cfdaae192c2f", + "uuid": "46a355b4-f8e5-449d-ba6e-2bcd58829dbb", "priority": 2, "width": 3, "height": 2 @@ -6368,7 +6368,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "c843c1b3-f262-410d-9ca1-2f81e763bdd5", + "uuid": "84633522-2e19-44bb-85b5-025d7bda03ee", "priority": 2, "width": 3, "height": 2 @@ -6402,7 +6402,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "0c9cdbd7-da08-4d55-a818-964acadbb78f", + "uuid": "84d51367-bf9a-4a97-b033-c4edab13ff85", "priority": 2, "width": 3, "height": 2 @@ -6436,7 +6436,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "3bf3cc2a-4409-45a4-a582-a92931f4c181", + "uuid": "bde0ac3e-6916-4343-8a17-61ecfcbf1b8a", "priority": 2, "width": 3, "height": 2 @@ -6470,7 +6470,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "a9ddc30b-ee60-4840-90d3-0e85f8448f45", + "uuid": "f50ee277-4a7f-4c56-b955-90acd0b850ec", "priority": 2, "width": 3, "height": 2 @@ -6504,7 +6504,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "4144650a-aee0-4a96-baf6-96a17e18656a", + "uuid": "d835147f-53c5-43fa-9002-ad50fe0de774", "priority": 2, "width": 3, "height": 2 @@ -6538,7 +6538,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "c18ae749-9f90-43e5-8817-0ae16698b9ff", + "uuid": "3767cc0d-50d8-4461-a62a-d342d9bc78d2", "priority": 2, "width": 3, "height": 2 @@ -6572,7 +6572,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "02eda337-ec4f-439f-9722-b2ec48c556ef", + "uuid": "363abf0d-f230-4598-a5ec-887f9b6e60cb", "priority": 2, "width": 3, "height": 2 @@ -6606,7 +6606,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "478ee85c-2cc0-4904-8300-45c648216257", + "uuid": "a6724894-56fd-4175-9cfb-1c163d255dcf", "priority": 2, "width": 3, "height": 2 @@ -6636,7 +6636,7 @@ } ], "block": "crafting_table", - "uuid": "b0ff8046-3a22-4daf-b128-73394888bae1", + "uuid": "c40d9cc6-1a51-42cd-9548-d4e5bc535b84", "priority": 50 }, { @@ -6664,7 +6664,7 @@ } ], "block": "crafting_table", - "uuid": "aa20dab7-6fa5-4446-9bdd-bf39d3d4ad86", + "uuid": "d1bcf21e-c50d-4a98-a439-c7dbdca49fd6", "priority": 50 }, { @@ -6692,7 +6692,7 @@ } ], "block": "crafting_table", - "uuid": "c21f50c8-05b0-405b-b696-21cebfc73588", + "uuid": "fd4f6ba5-d200-4b6e-94d3-68052a512b7a", "priority": 50 }, { @@ -6720,7 +6720,7 @@ } ], "block": "crafting_table", - "uuid": "d57bb7be-a7de-45bc-879a-045a165ad65d", + "uuid": "4f972d64-197a-4f8a-a4fd-43810825fa94", "priority": 50 }, { @@ -6748,7 +6748,7 @@ } ], "block": "crafting_table", - "uuid": "57cacf6a-9d1a-4077-9a37-da8157e47079", + "uuid": "a3887a86-8f3a-410f-806b-1f17a701a882", "priority": 50 }, { @@ -6776,7 +6776,7 @@ } ], "block": "crafting_table", - "uuid": "a56fce29-6a3f-4f06-a713-fba189ae41bc", + "uuid": "8b8ac8a3-2f9b-4b2d-8ff1-26a67042b545", "priority": 50 }, { @@ -6804,7 +6804,7 @@ } ], "block": "crafting_table", - "uuid": "c4137dbf-9d85-4bf4-b673-beadd03a3a5b", + "uuid": "2800e524-8874-4190-a2e3-806777ab980e", "priority": 50 }, { @@ -6832,7 +6832,7 @@ } ], "block": "crafting_table", - "uuid": "9df6f8ea-f60e-4463-8c2e-7012d6d8178d", + "uuid": "0d261ec3-78e5-4e87-a04a-f56d54bdacf7", "priority": 50 }, { @@ -6860,7 +6860,7 @@ } ], "block": "crafting_table", - "uuid": "e60d0bb3-618b-4b00-832c-d6ec33139e8a", + "uuid": "4fc79973-388b-41b6-b670-10fd47b69f5d", "priority": 50 }, { @@ -6888,7 +6888,7 @@ } ], "block": "crafting_table", - "uuid": "88ef5bd6-7cdb-487e-ab35-b9d78d2dbff1", + "uuid": "04be4dcd-3552-4ab9-8f15-2164de30d904", "priority": 50 }, { @@ -6916,7 +6916,7 @@ } ], "block": "crafting_table", - "uuid": "5a73297b-7728-42be-8ad1-3022ea2de186", + "uuid": "699685ff-55e1-4124-8adb-fb223e98cf46", "priority": 50 }, { @@ -6944,7 +6944,7 @@ } ], "block": "crafting_table", - "uuid": "e0171e84-7b59-437a-bdf3-94f71754b20f", + "uuid": "49f8c4eb-c3a1-4359-8984-c8eda909892e", "priority": 50 }, { @@ -6972,7 +6972,7 @@ } ], "block": "crafting_table", - "uuid": "e7f254aa-fa58-462d-a001-f09193af4840", + "uuid": "4e20a460-37f1-4a37-b357-51d02c283644", "priority": 50 }, { @@ -7000,7 +7000,7 @@ } ], "block": "crafting_table", - "uuid": "02214f8d-21c4-4357-8d9f-303688af2282", + "uuid": "0fda574c-9807-4622-840a-6557533b28fb", "priority": 50 }, { @@ -7028,7 +7028,7 @@ } ], "block": "crafting_table", - "uuid": "acfc4f33-a7cc-4c1d-b686-c058c07f66ba", + "uuid": "f74cd3b5-3a7b-4634-b29c-11ee151eefd5", "priority": 50 }, { @@ -7056,7 +7056,7 @@ } ], "block": "crafting_table", - "uuid": "0c4236dc-3e42-4216-b3ab-6ffbc9770051", + "uuid": "41ef7b23-9605-4645-bcce-2285b7f82843", "priority": 50 }, { @@ -7084,7 +7084,7 @@ } ], "block": "crafting_table", - "uuid": "ff37955f-3771-4be6-80b8-48df7338cb4b", + "uuid": "559314ba-636e-451d-b0c6-ed9eb636918a", "priority": 50 }, { @@ -7112,7 +7112,7 @@ } ], "block": "crafting_table", - "uuid": "dc72a6f0-415b-4d6c-b465-61830ec2ffd1", + "uuid": "3e8f40c4-f793-4bcc-a444-f2b7ce830436", "priority": 50 }, { @@ -7140,7 +7140,7 @@ } ], "block": "crafting_table", - "uuid": "5935c414-5f8c-4d40-8f66-152638edc024", + "uuid": "71d0af4a-600d-4c2a-8927-be01f48fe959", "priority": 50 }, { @@ -7168,7 +7168,7 @@ } ], "block": "crafting_table", - "uuid": "4b6e8642-0000-4b21-b128-63168550f025", + "uuid": "c4b9aede-2d0a-44de-aa63-8b78703a6ec1", "priority": 50 }, { @@ -7196,7 +7196,7 @@ } ], "block": "crafting_table", - "uuid": "4985e8f0-d927-42f5-9d4b-8a2c33f513d5", + "uuid": "81ce4e54-41cc-4577-abec-c99f1273d506", "priority": 50 }, { @@ -7224,7 +7224,7 @@ } ], "block": "crafting_table", - "uuid": "c781a600-8548-471c-909d-48fba67ac343", + "uuid": "2d3e371d-52ee-4625-bc05-60fd31259791", "priority": 50 }, { @@ -7252,7 +7252,7 @@ } ], "block": "crafting_table", - "uuid": "a24d71f1-678b-4d0c-a208-841510fd01c4", + "uuid": "8e02b844-ed15-4d66-b718-6832bc0319a9", "priority": 50 }, { @@ -7280,7 +7280,7 @@ } ], "block": "crafting_table", - "uuid": "5a1c5717-5966-4896-994b-ac8bab61c3c5", + "uuid": "bf3a1d07-bfa9-43bb-8f78-e38d1fc61d58", "priority": 50 }, { @@ -7308,7 +7308,7 @@ } ], "block": "crafting_table", - "uuid": "f23a06c4-4d52-46c4-afca-f4feae89250b", + "uuid": "b99c0310-6e09-49cc-98e8-bf8dbc0f940d", "priority": 50 }, { @@ -7336,7 +7336,7 @@ } ], "block": "crafting_table", - "uuid": "b421fbe8-7bd7-46bb-a510-297e3d7ea795", + "uuid": "0d274053-de00-4020-93b9-f3d63482c9a0", "priority": 50 }, { @@ -7364,7 +7364,7 @@ } ], "block": "crafting_table", - "uuid": "3c2584c0-3cd2-451f-9879-050085442b07", + "uuid": "ce02ff5f-14bd-4c45-b9a2-7ae402f7fd75", "priority": 50 }, { @@ -7392,7 +7392,7 @@ } ], "block": "crafting_table", - "uuid": "e37bbbca-8a13-41f1-a484-12f9303fa487", + "uuid": "9fb502a3-da0d-464a-a4e0-b3e55e6e13f4", "priority": 50 }, { @@ -7420,7 +7420,7 @@ } ], "block": "crafting_table", - "uuid": "39c81d7d-ade5-4d73-93c5-9a0c778d1a8c", + "uuid": "c78f3d0c-cc25-4591-afb1-dbfc06d5dc79", "priority": 50 }, { @@ -7448,7 +7448,7 @@ } ], "block": "crafting_table", - "uuid": "a5f28622-be31-4de3-8f5d-62d0bdebdc6b", + "uuid": "b193e1f4-ab21-4ae7-bb97-f2e69dfea34f", "priority": 50 }, { @@ -7476,7 +7476,7 @@ } ], "block": "crafting_table", - "uuid": "12210523-ff63-4c78-968f-bf996eb93687", + "uuid": "5576c284-b635-41b8-bf33-83dd927817b4", "priority": 50 }, { @@ -7504,7 +7504,7 @@ } ], "block": "crafting_table", - "uuid": "1048c1eb-1200-497b-b10a-d726678165f8", + "uuid": "b343cff5-306e-444d-8147-3dab29c238c8", "priority": 50 }, { @@ -7532,7 +7532,7 @@ } ], "block": "crafting_table", - "uuid": "c571f84b-bdf9-4f9c-b13b-47b38aa14276", + "uuid": "ee26b6e3-6e4a-4e93-bf07-4b8b5d53e92e", "priority": 50 }, { @@ -7560,7 +7560,7 @@ } ], "block": "crafting_table", - "uuid": "fd6e643c-f03d-4ac4-867d-f8c23eed0619", + "uuid": "21c337ce-ef20-4e27-8f85-8eccd0752063", "priority": 50 }, { @@ -7588,7 +7588,7 @@ } ], "block": "crafting_table", - "uuid": "01b0bc47-e917-4dca-97b8-1bb85c1633e7", + "uuid": "2e139696-37c2-4073-9c7d-e3a13f5d2d8f", "priority": 50 }, { @@ -7616,7 +7616,7 @@ } ], "block": "crafting_table", - "uuid": "3752ba7c-f83f-43dd-8020-428779849e3e", + "uuid": "f95d01cd-5c37-4ae3-a3f0-4b0a2f87eda3", "priority": 50 }, { @@ -7644,7 +7644,7 @@ } ], "block": "crafting_table", - "uuid": "50d9fabe-5162-4f0a-a47d-de37b10ecc24", + "uuid": "3f40db57-1f5b-4c72-be66-f5a83193776f", "priority": 50 }, { @@ -7672,7 +7672,7 @@ } ], "block": "crafting_table", - "uuid": "08fd0d1f-6c2f-4d8e-8d1f-ac129dd06d0e", + "uuid": "11c4b6d1-ab13-4ef1-8bf8-0ccd6753f903", "priority": 50 }, { @@ -7700,7 +7700,7 @@ } ], "block": "crafting_table", - "uuid": "8b895245-2442-4635-bca0-f6db61e26cc4", + "uuid": "a480d3e6-14c1-4e2b-aa24-0e16b4d6f609", "priority": 50 }, { @@ -7728,7 +7728,7 @@ } ], "block": "crafting_table", - "uuid": "994e6931-0127-434f-9437-f38e5db61149", + "uuid": "145fa699-1c24-4cde-a069-c123e065af83", "priority": 50 }, { @@ -7756,7 +7756,7 @@ } ], "block": "crafting_table", - "uuid": "4e77bed0-fc29-481a-b1f2-79278f697cf0", + "uuid": "26ba7f47-9148-47ad-8f43-3a637c65b283", "priority": 50 }, { @@ -7784,7 +7784,7 @@ } ], "block": "crafting_table", - "uuid": "91ab4d72-faa7-404b-bf20-602d862a0dfc", + "uuid": "d72697d4-702a-4fe9-b383-df6139f46096", "priority": 50 }, { @@ -7812,7 +7812,7 @@ } ], "block": "crafting_table", - "uuid": "9f69ef9b-085b-4022-86e8-c30656c87618", + "uuid": "919e5c4b-3223-4308-98e8-32c61feaa2bb", "priority": 50 }, { @@ -7840,7 +7840,7 @@ } ], "block": "crafting_table", - "uuid": "f895f2b6-02d3-4abd-ba37-1ccfde9e3cc6", + "uuid": "7b1a2688-56ee-4966-9904-33f95528fe6e", "priority": 50 }, { @@ -7868,7 +7868,7 @@ } ], "block": "crafting_table", - "uuid": "87249d59-88e4-4bac-ba34-a1fa6cc05939", + "uuid": "a488b06f-4648-411a-ad08-92758f862024", "priority": 50 }, { @@ -7896,7 +7896,7 @@ } ], "block": "crafting_table", - "uuid": "e7c9ff77-50e0-4dc1-b90f-087827d90056", + "uuid": "454c249d-0670-4755-9c4c-34fea366d6e0", "priority": 50 }, { @@ -7924,7 +7924,7 @@ } ], "block": "crafting_table", - "uuid": "3417ca91-07c8-4606-b8f0-33a1c05cdea0", + "uuid": "446a4020-4c77-42d4-8626-c499d020c1be", "priority": 50 }, { @@ -7952,7 +7952,7 @@ } ], "block": "crafting_table", - "uuid": "3366acb3-6cc5-4246-827f-5dc326d399a3", + "uuid": "ab2d4b78-bcdd-4a0e-bcf6-4ab14ba1b1ec", "priority": 50 }, { @@ -7980,7 +7980,7 @@ } ], "block": "crafting_table", - "uuid": "ce920e84-7c59-4ce3-b353-b55cdb187748", + "uuid": "391e57b5-ce3e-42b3-a131-618b82ca0fe6", "priority": 50 }, { @@ -8008,7 +8008,7 @@ } ], "block": "crafting_table", - "uuid": "fcd4654b-7fae-4e7c-8da7-ff36e6205976", + "uuid": "6132b414-e0b7-4bcd-862f-ca8df993f429", "priority": 50 }, { @@ -8036,7 +8036,7 @@ } ], "block": "crafting_table", - "uuid": "4fed0dc5-1b35-40ee-98b9-969543550e21", + "uuid": "6166c323-e02f-4008-bd77-1081e0fc21c7", "priority": 50 }, { @@ -8064,7 +8064,7 @@ } ], "block": "crafting_table", - "uuid": "6cb0828b-a25b-4741-b8d1-8e8ebb7fce5e", + "uuid": "0aa87079-2a70-4ba8-8b04-9c8ea6c3ad4f", "priority": 50 }, { @@ -8092,7 +8092,7 @@ } ], "block": "crafting_table", - "uuid": "089b0c08-1155-4163-83fb-4dd602e91989", + "uuid": "9c56f02c-4bc8-4342-8777-a6c3fda022df", "priority": 50 }, { @@ -8120,7 +8120,7 @@ } ], "block": "crafting_table", - "uuid": "93bc5936-6f63-42a1-abd1-ca89075a950a", + "uuid": "430c63cb-dacf-499e-bd9a-13204033eab1", "priority": 50 }, { @@ -8148,7 +8148,7 @@ } ], "block": "crafting_table", - "uuid": "67bb6870-e7f9-4555-819c-dc519e8b2a2c", + "uuid": "8d708cd6-3574-4055-abb5-f77d9309b61b", "priority": 50 }, { @@ -8176,7 +8176,7 @@ } ], "block": "crafting_table", - "uuid": "b7cb1f97-fd4a-4824-b01f-c3dfbbfc2269", + "uuid": "1436ffa0-f7b8-4b47-84bb-d03010a41f25", "priority": 50 }, { @@ -8204,7 +8204,7 @@ } ], "block": "crafting_table", - "uuid": "4ce4c5ad-1048-4e2a-be6b-28ebe20b2638", + "uuid": "12b411c1-8c7f-4e25-b3ae-1ec256e232ea", "priority": 50 }, { @@ -8232,7 +8232,7 @@ } ], "block": "crafting_table", - "uuid": "bbf57332-60ba-46e2-b013-70f4c262f161", + "uuid": "8990c2d7-cebc-49d8-b39f-460b68a3f3e8", "priority": 50 }, { @@ -8260,7 +8260,7 @@ } ], "block": "crafting_table", - "uuid": "3442577f-6158-4008-a964-41ff5dc94ec4", + "uuid": "b293bb87-ee98-4d8f-a702-d15b48af9e5d", "priority": 50 }, { @@ -8288,7 +8288,7 @@ } ], "block": "crafting_table", - "uuid": "c2e91390-6299-4aef-a3eb-bd7ed5f1f1ce", + "uuid": "64f9e46d-cc3b-4611-b62b-ef6fc70723f6", "priority": 50 }, { @@ -8316,7 +8316,7 @@ } ], "block": "crafting_table", - "uuid": "f967cee8-22ec-493b-8f46-452b16e3fae8", + "uuid": "a6ab0382-c9bf-402e-a8b9-26bda269d6d8", "priority": 50 }, { @@ -8344,7 +8344,7 @@ } ], "block": "crafting_table", - "uuid": "f0f0e2e2-75fc-4c46-876f-9723346e4bc7", + "uuid": "1b0c6cff-0bea-4962-be24-f2b0c82c4a1c", "priority": 50 }, { @@ -8372,7 +8372,7 @@ } ], "block": "crafting_table", - "uuid": "465a136b-afc9-4acf-8df2-c855342877f2", + "uuid": "83c6541e-5aa9-418f-82ee-850de123740b", "priority": 50 }, { @@ -8400,7 +8400,7 @@ } ], "block": "crafting_table", - "uuid": "1cd3b4d2-23b6-4c04-a04f-f582f1f9f430", + "uuid": "7fae41a1-a50f-46a6-ab65-cae195afaca2", "priority": 50 }, { @@ -8428,7 +8428,7 @@ } ], "block": "crafting_table", - "uuid": "f3b04768-cbdb-4526-9b64-77e397f99084", + "uuid": "42bf8943-ff26-4bfb-85c8-a9c8ec6efc26", "priority": 50 }, { @@ -8456,7 +8456,7 @@ } ], "block": "crafting_table", - "uuid": "764ecb3e-50c0-48c5-bb17-54532de36cc7", + "uuid": "992d4189-ab66-4dcf-8076-1871fe3db7f8", "priority": 50 }, { @@ -8484,7 +8484,7 @@ } ], "block": "crafting_table", - "uuid": "1402f624-6369-49d5-8cd7-5d3c9e9ebb8b", + "uuid": "f0b6ad77-969d-4496-90a9-7762cd34690f", "priority": 50 }, { @@ -8512,7 +8512,7 @@ } ], "block": "crafting_table", - "uuid": "7ce97b94-144c-49d7-a87f-10ff87e073be", + "uuid": "31b58986-9bf0-40c1-a292-c68138acaa60", "priority": 50 }, { @@ -8540,7 +8540,7 @@ } ], "block": "crafting_table", - "uuid": "b64c5409-68f7-4cd1-8120-9ce5f9536cdb", + "uuid": "9151e335-42b7-4918-8daf-ea15a295ab45", "priority": 50 }, { @@ -8568,7 +8568,7 @@ } ], "block": "crafting_table", - "uuid": "53ff24c2-531e-4c1f-bfb4-b90ec4b020a3", + "uuid": "17035f29-db21-4889-ad60-6d9ee392c786", "priority": 50 }, { @@ -8596,7 +8596,7 @@ } ], "block": "crafting_table", - "uuid": "8c47465c-db7c-4ecb-9369-bd46744aae64", + "uuid": "23e21dda-6a54-4cce-9c15-4beeb43d2a87", "priority": 50 }, { @@ -8624,7 +8624,7 @@ } ], "block": "crafting_table", - "uuid": "0ceb3eda-ef41-4023-a7b3-7494e9969367", + "uuid": "21b45a4f-e347-458d-b9f7-b1e16ebc9a40", "priority": 50 }, { @@ -8652,7 +8652,7 @@ } ], "block": "crafting_table", - "uuid": "dff33d41-160d-4aef-8034-634bd1f30c46", + "uuid": "eda94197-cb84-4bd2-a3ad-dc5358317c55", "priority": 50 }, { @@ -8680,7 +8680,7 @@ } ], "block": "crafting_table", - "uuid": "0a6f906a-4471-4791-8052-8b6f55106dc7", + "uuid": "044bce1b-50ec-4ae7-8335-fdfc956d6a5a", "priority": 50 }, { @@ -8708,7 +8708,7 @@ } ], "block": "crafting_table", - "uuid": "926a60b7-3bfc-4f92-aa08-eb0a1ac69fbd", + "uuid": "40f8217e-5f20-4096-8517-6e878c576eef", "priority": 50 }, { @@ -8736,7 +8736,7 @@ } ], "block": "crafting_table", - "uuid": "56aaf40a-d74e-4d7b-a75a-9bdcbb8a4632", + "uuid": "2c74bf78-68dc-44c1-b1f4-740f28ab265c", "priority": 50 }, { @@ -8764,7 +8764,7 @@ } ], "block": "crafting_table", - "uuid": "3d789aee-9e87-44c3-96ce-7b409beef351", + "uuid": "20b53fc2-3526-472b-9e7e-13d7ba9f616f", "priority": 50 }, { @@ -8792,7 +8792,7 @@ } ], "block": "crafting_table", - "uuid": "5888e0ea-121e-4135-bd10-f4b2160948c0", + "uuid": "3e2d80fe-842a-4d27-8a05-abba26d136f5", "priority": 50 }, { @@ -8820,7 +8820,7 @@ } ], "block": "crafting_table", - "uuid": "63a57c8c-9289-4cec-a84a-3fb6d88c392f", + "uuid": "62e6376c-1dc5-421c-95f7-12dca563a150", "priority": 50 }, { @@ -8848,7 +8848,7 @@ } ], "block": "crafting_table", - "uuid": "f59911ef-47ee-472f-aabc-f5982365f476", + "uuid": "e8a2fae2-c5c6-4b9c-9e73-26c4fc0f0085", "priority": 50 }, { @@ -8876,7 +8876,7 @@ } ], "block": "crafting_table", - "uuid": "c5ae34a7-f288-4c82-a26c-4c24a18aa05b", + "uuid": "9403003c-85d2-4ee6-a8d0-27c5a97fb1dd", "priority": 50 }, { @@ -8904,7 +8904,7 @@ } ], "block": "crafting_table", - "uuid": "97b451fd-d664-4def-bbb3-3e626153dd9d", + "uuid": "3b196f6d-3741-4ff8-9084-eedb80db6a85", "priority": 50 }, { @@ -8932,7 +8932,7 @@ } ], "block": "crafting_table", - "uuid": "cf871c1d-3576-4046-a532-b67aa8337039", + "uuid": "d29a3fb3-8ac6-47c8-be70-e6f6b11d317f", "priority": 50 }, { @@ -8960,7 +8960,7 @@ } ], "block": "crafting_table", - "uuid": "4ea3e7e6-29df-4c96-aad5-64fe08da24cd", + "uuid": "df2b8f07-dee1-407a-bef3-8f7fb2bb8e0f", "priority": 50 }, { @@ -8988,7 +8988,7 @@ } ], "block": "crafting_table", - "uuid": "492ca75d-c0b0-4fa2-8580-9ae4dcaebba4", + "uuid": "0944dda3-0994-4982-9615-f72c33b5b1a0", "priority": 50 }, { @@ -9016,7 +9016,7 @@ } ], "block": "crafting_table", - "uuid": "cbb07b67-1df0-42dd-a089-8f811cf17606", + "uuid": "e1b33cc5-84ec-4129-9a38-ad6a8ee2b732", "priority": 50 }, { @@ -9044,7 +9044,7 @@ } ], "block": "crafting_table", - "uuid": "223f5155-46dd-47a9-a86d-13380b6ff3a7", + "uuid": "533f79dd-5256-42de-b251-85bb12e89a0f", "priority": 50 }, { @@ -9072,7 +9072,7 @@ } ], "block": "crafting_table", - "uuid": "abce726d-bf0d-43b4-9f67-a4adb2ba73b5", + "uuid": "9de38dcb-d9ca-4886-a3a7-77648f24630b", "priority": 50 }, { @@ -9100,7 +9100,7 @@ } ], "block": "crafting_table", - "uuid": "3cc2d4c5-078b-4d96-b347-6e4be2854a19", + "uuid": "9e4d34ff-d907-4877-99a1-38406ccdaf55", "priority": 50 }, { @@ -9128,7 +9128,7 @@ } ], "block": "crafting_table", - "uuid": "b2318c8a-0f79-4902-b1d3-3543b3069107", + "uuid": "0c29d2f1-c4ba-413e-bc61-9fa56ba3391d", "priority": 50 }, { @@ -9155,7 +9155,7 @@ } ], "block": "crafting_table", - "uuid": "ca3b6cdb-0ada-4a54-a60a-5e03fe80829a", + "uuid": "28b20a37-815f-4e57-93c7-7dd9f6956c14", "priority": 50 }, { @@ -9182,7 +9182,7 @@ } ], "block": "crafting_table", - "uuid": "e9ea874f-028b-452b-9909-23cb1f9d3a48", + "uuid": "2868ca3e-6f7b-488a-adca-e4bc40732fbb", "priority": 50 }, { @@ -9209,7 +9209,7 @@ } ], "block": "crafting_table", - "uuid": "16898bd3-ca61-4e04-b68a-7c7641d1a4e7", + "uuid": "3c1b774b-35f3-4495-bd5b-4ee67d82b216", "priority": 50 }, { @@ -9236,7 +9236,7 @@ } ], "block": "crafting_table", - "uuid": "fce3aebe-83b6-4888-89db-394028568d63", + "uuid": "3ae39547-9c12-46ec-8a5a-8d0a8a524dbf", "priority": 50 }, { @@ -9263,7 +9263,7 @@ } ], "block": "crafting_table", - "uuid": "2be21ee3-88f7-4dbe-8c61-2a67c0bccf4a", + "uuid": "35d90b13-6959-496e-a40c-002fe5c96b25", "priority": 50 }, { @@ -9290,7 +9290,7 @@ } ], "block": "crafting_table", - "uuid": "910c15a3-646a-45af-a34b-fa2059a9c7a7", + "uuid": "8c6bd4d3-ad57-4f0e-8555-df5ceaa422a4", "priority": 50 }, { @@ -9317,7 +9317,7 @@ } ], "block": "crafting_table", - "uuid": "908c9397-4798-4e47-96c9-abaf1e50a6b2", + "uuid": "7497d896-534f-4098-96be-432a785eff43", "priority": 50 }, { @@ -9344,7 +9344,7 @@ } ], "block": "crafting_table", - "uuid": "ccdda97c-452c-42ff-a6eb-39e3747f39b7", + "uuid": "c29d7ee8-4394-4ea8-9573-142ba22dc195", "priority": 50 }, { @@ -9371,7 +9371,7 @@ } ], "block": "crafting_table", - "uuid": "34cfca8c-5c5e-444b-bbdc-065c7dc9105f", + "uuid": "21eb71cb-7a1c-4772-bcdc-077c3a70d4c8", "priority": 50 }, { @@ -9398,7 +9398,7 @@ } ], "block": "crafting_table", - "uuid": "0d5ad089-7b63-4bc6-aee0-0d720a7a9a5a", + "uuid": "adb6e314-a990-4797-909b-c4e2185ebe63", "priority": 50 }, { @@ -9425,7 +9425,7 @@ } ], "block": "crafting_table", - "uuid": "b5ac5a21-1537-400c-b398-73ba518e293e", + "uuid": "23453212-4951-4ffb-8e09-f273ab3327ae", "priority": 50 }, { @@ -9452,7 +9452,7 @@ } ], "block": "crafting_table", - "uuid": "219a6445-f1ee-48f5-95d7-826037e6c892", + "uuid": "e20f7c27-7ae0-47d9-b442-c529feae7739", "priority": 50 }, { @@ -9479,7 +9479,7 @@ } ], "block": "crafting_table", - "uuid": "60e4a2e3-9b9c-4267-a05d-34f8089d0916", + "uuid": "28f45f14-2133-482e-a55b-6f7c3b599501", "priority": 50 }, { @@ -9506,7 +9506,7 @@ } ], "block": "crafting_table", - "uuid": "14e6601e-6b64-4ae9-b767-2f85c8b8b03c", + "uuid": "f0191e1a-90ec-44d1-ba27-de9541578cd8", "priority": 50 }, { @@ -9533,7 +9533,7 @@ } ], "block": "crafting_table", - "uuid": "61790805-8953-470c-a045-e9df4fe57ff8", + "uuid": "32b4e1c7-0539-4c41-8574-c3ad41afc6af", "priority": 50 }, { @@ -9561,7 +9561,7 @@ } ], "block": "crafting_table", - "uuid": "3b1a218a-0b7a-4d6c-b723-cbc75f96dbb7", + "uuid": "7380ceeb-6bbe-452c-bc72-2d74f7cd4084", "priority": 50 }, { @@ -9589,7 +9589,7 @@ } ], "block": "crafting_table", - "uuid": "6d5aab85-359c-487e-a9a6-071697c27f24", + "uuid": "347afb75-6cff-4b8d-bd1d-fd91fdc39e1c", "priority": 50 }, { @@ -9617,7 +9617,7 @@ } ], "block": "crafting_table", - "uuid": "be92f189-2a98-4d83-8a18-1ad3b1dedba9", + "uuid": "c0c4493c-4e8d-4b42-8c49-876909ec46dd", "priority": 50 }, { @@ -9645,7 +9645,7 @@ } ], "block": "crafting_table", - "uuid": "99731cbc-ae0a-4b5b-8a4e-5ae884b0cf1f", + "uuid": "e8079dbd-a8cc-4e24-9213-c3646a319b0a", "priority": 50 }, { @@ -9673,7 +9673,7 @@ } ], "block": "crafting_table", - "uuid": "ab0418dd-3bc1-473e-a42b-31a64e108581", + "uuid": "8cd8b8d1-6165-430b-93a5-04b050a4089b", "priority": 50 }, { @@ -9701,7 +9701,7 @@ } ], "block": "crafting_table", - "uuid": "054555a6-a0a1-4e70-8c4f-056ef1d08534", + "uuid": "b82783e2-6a82-402c-a02e-477bcbcc9819", "priority": 50 }, { @@ -9729,7 +9729,7 @@ } ], "block": "crafting_table", - "uuid": "4f16c946-9ca8-44df-b0a0-96032f8aae36", + "uuid": "07f5b443-f942-42ed-a3be-9971095eebbb", "priority": 50 }, { @@ -9757,7 +9757,7 @@ } ], "block": "crafting_table", - "uuid": "cdb9111e-9b55-4cf0-b56e-0615e97edd87", + "uuid": "5f74f149-9cbc-4a62-96b1-07c3ea56069d", "priority": 50 }, { @@ -9785,7 +9785,7 @@ } ], "block": "crafting_table", - "uuid": "436c725a-f859-4445-96d2-f15048beaa47", + "uuid": "7893f294-7640-4360-a946-7038150d78a2", "priority": 50 }, { @@ -9813,7 +9813,7 @@ } ], "block": "crafting_table", - "uuid": "8368add6-c846-4558-8bb0-192a02ad5cf5", + "uuid": "bd1d6d7f-b659-425e-adad-0c199998d9d1", "priority": 50 }, { @@ -9841,7 +9841,7 @@ } ], "block": "crafting_table", - "uuid": "2cce3222-7d5e-4e66-8a6a-485dd90cdf7f", + "uuid": "71aa7520-d28f-4d49-a772-f88eee02725e", "priority": 50 }, { @@ -9869,7 +9869,7 @@ } ], "block": "crafting_table", - "uuid": "14bab6c5-f60a-4fc9-9bc8-600ec2676621", + "uuid": "6e5e53f2-80b7-47c1-8cef-dd23210f20c5", "priority": 50 }, { @@ -9897,7 +9897,7 @@ } ], "block": "crafting_table", - "uuid": "35b2d090-5c05-4c83-84f2-5b482c0f9365", + "uuid": "53424821-a3cc-4ccd-87db-1cf0262cc2fb", "priority": 50 }, { @@ -9925,7 +9925,7 @@ } ], "block": "crafting_table", - "uuid": "d7e13cf1-0111-4d23-98a4-772319757f67", + "uuid": "58ce445c-6b60-4548-bc60-d8ff246be575", "priority": 50 }, { @@ -9953,7 +9953,7 @@ } ], "block": "crafting_table", - "uuid": "6f668ba6-49e6-4e6d-a592-39ffee08231e", + "uuid": "aa0b5972-2553-405e-a76f-a9f940173535", "priority": 50 }, { @@ -9981,7 +9981,7 @@ } ], "block": "crafting_table", - "uuid": "a005eee2-1369-444d-864f-b4ffd8cfe03d", + "uuid": "72d93472-8f4d-4b5e-abb6-3a56d1812c62", "priority": 50 }, { @@ -10009,7 +10009,7 @@ } ], "block": "crafting_table", - "uuid": "f4484184-c359-424d-886a-51411b8da2a2", + "uuid": "822067d6-c681-4782-9745-2aa7470dd16f", "priority": 50 }, { @@ -10037,7 +10037,7 @@ } ], "block": "crafting_table", - "uuid": "0f89e190-0c74-4ca7-b752-22d8cb6a73e8", + "uuid": "108175b9-029c-4943-815b-84ee1cc2d232", "priority": 50 }, { @@ -10065,7 +10065,7 @@ } ], "block": "crafting_table", - "uuid": "f6190081-6e32-4539-b703-ba05253b7dd4", + "uuid": "26ef223e-01f9-4814-aea8-af99cc34c052", "priority": 50 }, { @@ -10093,7 +10093,7 @@ } ], "block": "crafting_table", - "uuid": "d17319bd-55a2-4210-aa69-52972946769a", + "uuid": "d4ebfcdf-dfba-4e46-99c4-8b316130685e", "priority": 50 }, { @@ -10121,7 +10121,7 @@ } ], "block": "crafting_table", - "uuid": "98fec32d-4edd-4f10-87f2-23302f39a4f0", + "uuid": "cfbfa062-8a83-43d7-bc7a-a8eb0cac7b60", "priority": 50 }, { @@ -10149,7 +10149,7 @@ } ], "block": "crafting_table", - "uuid": "355382d9-e6a2-400b-857b-9c3c971fe639", + "uuid": "dab0fc71-293d-4543-84dc-f75fcfc4fcf8", "priority": 50 }, { @@ -10177,7 +10177,7 @@ } ], "block": "crafting_table", - "uuid": "bf6ca0be-b038-431a-9c1d-140d703dd01a", + "uuid": "d2ec82f5-c8f8-425c-b52a-605647345815", "priority": 50 }, { @@ -10205,7 +10205,7 @@ } ], "block": "crafting_table", - "uuid": "8f560598-b673-44f5-8238-45365b5dce56", + "uuid": "17661ae2-0ea9-41f2-9cf6-2fb9d5968ebd", "priority": 50 }, { @@ -10233,7 +10233,7 @@ } ], "block": "crafting_table", - "uuid": "e976fb3b-619d-4c65-aef3-1056228fe2f2", + "uuid": "5480f95c-975c-4d3a-8b18-00d44657381c", "priority": 50 }, { @@ -10261,7 +10261,7 @@ } ], "block": "crafting_table", - "uuid": "59493aa1-82a6-4f13-8e8a-90ff53c173b4", + "uuid": "95ea27e3-1dbb-436a-a4a2-b397fe1ce60c", "priority": 50 }, { @@ -10289,7 +10289,7 @@ } ], "block": "crafting_table", - "uuid": "55b0e8a2-d11c-466f-a6d9-0c438729d406", + "uuid": "423347e4-9ad4-4efd-b49c-ba8252eb528f", "priority": 50 }, { @@ -10317,7 +10317,7 @@ } ], "block": "crafting_table", - "uuid": "db4b5873-4bf0-4f27-9c7e-6e1795c5977e", + "uuid": "b81f409a-3598-4b08-acfe-38c1f127cc68", "priority": 50 }, { @@ -10345,7 +10345,7 @@ } ], "block": "crafting_table", - "uuid": "a54f4347-8dcd-4763-9a72-635f7f0069b2", + "uuid": "a9e7c515-a5fa-4433-b689-7a58a7171fb7", "priority": 50 }, { @@ -10373,7 +10373,7 @@ } ], "block": "crafting_table", - "uuid": "9a4399ac-5a61-4c9f-a0f4-8f6a29569559", + "uuid": "0a71d729-114b-4d6e-9534-2c468dca3147", "priority": 50 }, { @@ -10401,7 +10401,7 @@ } ], "block": "crafting_table", - "uuid": "8ad26581-75ac-4ce9-9660-cb331eef87b1", + "uuid": "a5855275-ad84-4020-a7cb-3e018595779f", "priority": 50 }, { @@ -10429,7 +10429,7 @@ } ], "block": "crafting_table", - "uuid": "0d6694af-c5d9-491c-abf3-fa8643d1d138", + "uuid": "789e09da-b06b-445b-9a3e-7b41529bbe25", "priority": 50 }, { @@ -10457,7 +10457,7 @@ } ], "block": "crafting_table", - "uuid": "a9a9d595-cc71-4444-ac9e-d6a9ef2db25c", + "uuid": "33ba868e-757e-49de-a273-1ae7d7587721", "priority": 50 }, { @@ -10485,7 +10485,7 @@ } ], "block": "crafting_table", - "uuid": "bbf0a723-e379-4af1-97a9-d585c158b1b3", + "uuid": "8b100ebe-e6b0-4c3f-bd0b-a024c33c6a71", "priority": 50 }, { @@ -10513,7 +10513,7 @@ } ], "block": "crafting_table", - "uuid": "a8315aff-bba6-41cb-8da4-f2238db681ed", + "uuid": "adb5ffe4-fba6-41fd-b987-4af25369627d", "priority": 50 }, { @@ -10541,7 +10541,7 @@ } ], "block": "crafting_table", - "uuid": "18e0c5fd-e4c6-4222-9ca9-f8ec48e4e8fc", + "uuid": "cae687c1-15b6-4375-996f-55726b68b2c6", "priority": 50 }, { @@ -10569,7 +10569,7 @@ } ], "block": "crafting_table", - "uuid": "0a61b303-f284-4bfb-bcdc-60deeacce133", + "uuid": "65131364-9101-4d6f-a220-b8f402e042c4", "priority": 50 }, { @@ -10597,7 +10597,7 @@ } ], "block": "crafting_table", - "uuid": "f2eb39f4-2e2b-460b-a439-cb57d2edfd18", + "uuid": "7bcaac06-4b74-4c40-b6cb-aa7d46f522d3", "priority": 50 }, { @@ -10625,7 +10625,7 @@ } ], "block": "crafting_table", - "uuid": "30248d74-4b72-4b53-9ea7-990e06768855", + "uuid": "7322f238-e002-4c05-89c6-99ac8e5d6fe3", "priority": 50 }, { @@ -10653,7 +10653,7 @@ } ], "block": "crafting_table", - "uuid": "8d4d0d71-9260-436b-b946-fdccafd9ca6a", + "uuid": "3cd6f80a-d36d-4b30-89aa-65d41ed02514", "priority": 50 }, { @@ -10681,7 +10681,7 @@ } ], "block": "crafting_table", - "uuid": "4212e095-6dba-4c38-a703-d02499dcea0d", + "uuid": "85b9f26f-365d-44c5-9dcf-e6a61507faeb", "priority": 50 }, { @@ -10709,7 +10709,7 @@ } ], "block": "crafting_table", - "uuid": "80cacc9b-0e92-4698-bec8-4312ff6db459", + "uuid": "3ca3f20e-61ad-4f2c-801f-777994aa140b", "priority": 50 }, { @@ -10737,7 +10737,7 @@ } ], "block": "crafting_table", - "uuid": "5f32ac98-acb8-4906-b34e-9a138efcc47d", + "uuid": "5a84dbd1-6cea-4fc9-b45a-6693288b818a", "priority": 50 }, { @@ -10765,7 +10765,7 @@ } ], "block": "crafting_table", - "uuid": "eb8453eb-4cca-4d42-806d-df8971672439", + "uuid": "ef101d1f-e569-43fd-9517-917343ad474c", "priority": 50 }, { @@ -10793,7 +10793,7 @@ } ], "block": "crafting_table", - "uuid": "c32f479d-ed98-445c-ba81-8ebbfe4dba9e", + "uuid": "e7904b0b-1f76-4288-9520-422bc7c4d426", "priority": 50 }, { @@ -10820,7 +10820,7 @@ } ], "block": "crafting_table", - "uuid": "9e43e783-faab-42f2-9988-7b5fcbc44087", + "uuid": "97cbcf81-6d3e-45e3-ab80-f15c1782fab1", "priority": 50 }, { @@ -10847,7 +10847,7 @@ } ], "block": "crafting_table", - "uuid": "bb3bd0bf-e606-4149-96e5-0c2900d85cba", + "uuid": "a011f249-40ef-4d03-9789-ecbd4f30faf1", "priority": 50 }, { @@ -10874,7 +10874,7 @@ } ], "block": "crafting_table", - "uuid": "4938e268-ba0c-4c83-b60b-c145745f0fcc", + "uuid": "e0615909-8049-4aea-9246-5f3f9a6cec20", "priority": 50 }, { @@ -10901,7 +10901,7 @@ } ], "block": "crafting_table", - "uuid": "0e9948c2-65f6-4751-a763-bca9e24bea32", + "uuid": "85ff419e-75af-4f5f-b9b6-efccd7209c5a", "priority": 50 }, { @@ -10928,7 +10928,7 @@ } ], "block": "crafting_table", - "uuid": "a449af49-5ca7-4963-a939-af67afe7f6e3", + "uuid": "02ae6e58-be66-49ed-8460-17033d7f8ea3", "priority": 50 }, { @@ -10955,7 +10955,7 @@ } ], "block": "crafting_table", - "uuid": "d7551c2c-dcae-48cd-b595-76d7e548d5cb", + "uuid": "fddce233-e559-416c-9b15-d301cf8ee6bd", "priority": 50 }, { @@ -10982,7 +10982,7 @@ } ], "block": "crafting_table", - "uuid": "96ca2bec-031b-4bb0-a159-91ec2fa6e358", + "uuid": "2635d566-ee83-4c28-a1d5-0a5b2619b109", "priority": 50 }, { @@ -11009,7 +11009,7 @@ } ], "block": "crafting_table", - "uuid": "efe4401b-b944-4ec7-ab1e-c4b79cfcaee4", + "uuid": "e3a25ca3-f2c7-4a24-9892-a78d2271cd39", "priority": 50 }, { @@ -11036,7 +11036,7 @@ } ], "block": "crafting_table", - "uuid": "ffa0ad1a-a1f2-4d20-89e2-41431be9636f", + "uuid": "e4ca27f3-c5ee-40f9-ad61-3cd2ed43479e", "priority": 50 }, { @@ -11063,7 +11063,7 @@ } ], "block": "crafting_table", - "uuid": "6814f3d3-7bfc-4afc-89fa-9535272914a4", + "uuid": "f5d6446d-703c-4776-867c-7789155d243c", "priority": 50 }, { @@ -11090,7 +11090,7 @@ } ], "block": "crafting_table", - "uuid": "d4bd0ed5-09b7-4730-af32-9041b44e5edb", + "uuid": "aa361c23-1f85-457a-8221-393fbd5d3c0a", "priority": 50 }, { @@ -11117,7 +11117,7 @@ } ], "block": "crafting_table", - "uuid": "d62adc92-4e4d-4be3-a129-16b4d00983ab", + "uuid": "ca54fde7-8a0b-44ea-8ac2-96f3b5b546dd", "priority": 50 }, { @@ -11144,7 +11144,7 @@ } ], "block": "crafting_table", - "uuid": "7da35a41-3b72-4062-90d6-135acea2cf6b", + "uuid": "65ddc4e1-b662-4793-acd8-7a1e7f2279a0", "priority": 50 }, { @@ -11171,7 +11171,7 @@ } ], "block": "crafting_table", - "uuid": "173d5260-1215-4a12-95e5-0ebd34034eb8", + "uuid": "022969d9-4f17-4911-a711-9904ba9bac59", "priority": 50 }, { @@ -11198,7 +11198,7 @@ } ], "block": "crafting_table", - "uuid": "461c8fc2-23cc-4c08-968d-38c5f4312a48", + "uuid": "bb58aacb-9f0c-4bb5-a809-721557342a78", "priority": 50 }, { @@ -11226,7 +11226,7 @@ } ], "block": "crafting_table", - "uuid": "ba8e7fc9-50de-400d-95dc-52e5dc35be19", + "uuid": "b4e4e1fc-4651-4239-b267-da7d3c507a66", "priority": 50 }, { @@ -11254,7 +11254,7 @@ } ], "block": "crafting_table", - "uuid": "7278ba3c-bed0-425a-805e-3c17e2c9c4f5", + "uuid": "af1eaa79-f1a3-4328-8d45-56b0fd5458b3", "priority": 50 }, { @@ -11282,7 +11282,7 @@ } ], "block": "crafting_table", - "uuid": "1cf8a350-2d7b-4f5b-8d7b-2308b326b4f3", + "uuid": "be99d3f8-a1dd-4839-913f-7e13adbed4e6", "priority": 50 }, { @@ -11310,7 +11310,7 @@ } ], "block": "crafting_table", - "uuid": "1f825b59-53d3-43d6-a5a9-d2c106805301", + "uuid": "f0f2907f-f3e6-413f-a373-63b3a8860a31", "priority": 50 }, { @@ -11338,7 +11338,7 @@ } ], "block": "crafting_table", - "uuid": "e60e3f49-c2db-44e8-a490-b2082d6acc39", + "uuid": "30b04624-f680-4b61-9727-4a6a97013624", "priority": 50 }, { @@ -11366,7 +11366,7 @@ } ], "block": "crafting_table", - "uuid": "96f94ad1-a8d9-438c-9051-6a8acadbf003", + "uuid": "eefd1f24-d368-4ec6-bc94-932fe94cbe11", "priority": 50 }, { @@ -11394,7 +11394,7 @@ } ], "block": "crafting_table", - "uuid": "9eac8f79-c868-4f10-81a0-4dde19300d9b", + "uuid": "c9a3d7f9-1042-4ce3-992c-c42968af4615", "priority": 50 }, { @@ -11422,7 +11422,7 @@ } ], "block": "crafting_table", - "uuid": "8dcb658c-0bfb-47ea-a6cb-dd8a3e66abff", + "uuid": "6590f0d0-6797-4e53-9095-bb654dd18cdb", "priority": 50 }, { @@ -11450,7 +11450,7 @@ } ], "block": "crafting_table", - "uuid": "71ca3746-a95d-48df-ab5d-9cb554ba17aa", + "uuid": "1112b205-1b55-4bed-b86e-e36dd9e33bf8", "priority": 50 }, { @@ -11478,7 +11478,7 @@ } ], "block": "crafting_table", - "uuid": "9c70753d-d575-4e13-ae91-26863380133a", + "uuid": "925018ef-b67b-4285-8614-d3a757a8609c", "priority": 50 }, { @@ -11506,7 +11506,7 @@ } ], "block": "crafting_table", - "uuid": "3b0b0636-72c3-44f9-a503-0684bf79f6d4", + "uuid": "604c938d-9102-4f0a-91c8-17a48949fbf4", "priority": 50 }, { @@ -11534,7 +11534,7 @@ } ], "block": "crafting_table", - "uuid": "e55eba4e-0903-4521-831e-27431dc37462", + "uuid": "6709c056-391d-4be6-920f-82914156b221", "priority": 50 }, { @@ -11562,7 +11562,7 @@ } ], "block": "crafting_table", - "uuid": "a52410cd-b8b3-4d32-a8d9-a1fb34194a08", + "uuid": "80e54b62-43c9-44c7-b31f-e2bd880601dc", "priority": 50 }, { @@ -11590,7 +11590,7 @@ } ], "block": "crafting_table", - "uuid": "9c25f92a-5c51-4015-8709-248995464f4f", + "uuid": "7fa678fe-4dce-4528-8530-b4805d73f663", "priority": 50 }, { @@ -11618,7 +11618,7 @@ } ], "block": "crafting_table", - "uuid": "21ea87cc-d049-425a-b665-aeb0fe83f063", + "uuid": "17c17713-8281-4791-8f6c-0c1e4e5f64dd", "priority": 50 }, { @@ -11646,7 +11646,7 @@ } ], "block": "crafting_table", - "uuid": "51277489-295a-42ca-84d3-04d8bc30e2b0", + "uuid": "dad4701e-bee0-42c4-b438-78d6b9175ff0", "priority": 50 }, { @@ -11674,7 +11674,7 @@ } ], "block": "crafting_table", - "uuid": "ca324041-5acb-4b31-b886-450dd09905f8", + "uuid": "6e8c14a3-8e53-49e0-bc01-2332b0afe9e3", "priority": 50 }, { @@ -11702,7 +11702,7 @@ } ], "block": "crafting_table", - "uuid": "16446ec8-e5aa-4661-a59c-413b12f22fd5", + "uuid": "d24bd783-4452-4e83-91c4-a50f41b4c116", "priority": 50 }, { @@ -11730,7 +11730,7 @@ } ], "block": "crafting_table", - "uuid": "c41de608-bbac-4cfd-b3df-3f7f557acbe2", + "uuid": "388992f7-dadc-4d30-a554-b0b1abd03a4c", "priority": 50 }, { @@ -11758,7 +11758,7 @@ } ], "block": "crafting_table", - "uuid": "433bed30-0a6c-4111-b02e-07566c51e7f5", + "uuid": "acf75474-4299-417f-bf75-330f32ae5c88", "priority": 50 }, { @@ -11786,7 +11786,7 @@ } ], "block": "crafting_table", - "uuid": "385a8f6c-9bc7-4a80-970c-60427ebedf83", + "uuid": "915a33dc-4e61-4fbd-b092-c9ef34d26658", "priority": 50 }, { @@ -11814,7 +11814,7 @@ } ], "block": "crafting_table", - "uuid": "60e87b37-4f37-4082-9e2b-1e02095a9ca1", + "uuid": "621ae9bc-9c17-4993-88e4-4e7cc53fc17a", "priority": 50 }, { @@ -11842,7 +11842,7 @@ } ], "block": "crafting_table", - "uuid": "94b928af-9e15-4647-829f-303aa0670538", + "uuid": "3a4f7aa1-f509-4a1d-9b2b-370cf5ef9f29", "priority": 50 }, { @@ -11870,7 +11870,7 @@ } ], "block": "crafting_table", - "uuid": "9816f3da-4f2c-41d3-b76e-0c4d9a8e8ecb", + "uuid": "63933c73-e342-409d-ab05-8b887a7a9d67", "priority": 50 }, { @@ -11898,7 +11898,7 @@ } ], "block": "crafting_table", - "uuid": "8345fc01-8912-4db4-bce9-99f450f2428e", + "uuid": "31901f0e-354b-4c49-9b44-4bf0d59a05a1", "priority": 50 }, { @@ -11926,7 +11926,7 @@ } ], "block": "crafting_table", - "uuid": "92b8da68-9676-496e-a44f-8be4ce2888f6", + "uuid": "de04136a-f04e-4253-b74c-77ad7c658099", "priority": 50 }, { @@ -11954,7 +11954,7 @@ } ], "block": "crafting_table", - "uuid": "831050c3-eb04-430a-be0c-1765b4683bbd", + "uuid": "8291fe1f-d134-4939-969e-84b867462852", "priority": 50 }, { @@ -11982,7 +11982,7 @@ } ], "block": "crafting_table", - "uuid": "6788487e-4229-49db-b72d-6feab2225910", + "uuid": "f654ec2a-4203-45ea-acc4-94e2fe2cc082", "priority": 50 }, { @@ -12010,7 +12010,7 @@ } ], "block": "crafting_table", - "uuid": "95af30a3-af5c-4fa8-a91a-284fad71937b", + "uuid": "359a17c5-905d-4732-998f-72af26dd0276", "priority": 50 }, { @@ -12038,7 +12038,7 @@ } ], "block": "crafting_table", - "uuid": "030af9fa-29e5-428c-9814-4592aef9663a", + "uuid": "62cf0825-c44e-48c3-9d20-e6d6e72f38c1", "priority": 50 }, { @@ -12066,7 +12066,7 @@ } ], "block": "crafting_table", - "uuid": "b03e06b0-ed83-4acf-a8b4-3a6b57eacc0e", + "uuid": "edf645c2-793b-48f5-ab17-7b257789efdd", "priority": 50 }, { @@ -12094,7 +12094,7 @@ } ], "block": "crafting_table", - "uuid": "0349a913-14f4-411f-a410-986cf84b7757", + "uuid": "bcfc6f81-8c4c-4fdb-836b-9d35313e7ee8", "priority": 50 }, { @@ -12122,7 +12122,7 @@ } ], "block": "crafting_table", - "uuid": "32657b5d-1635-411a-9920-c40227ee1636", + "uuid": "28d729f7-b3c5-452b-90eb-f6e53174f107", "priority": 50 }, { @@ -12150,7 +12150,7 @@ } ], "block": "crafting_table", - "uuid": "1baa7f9e-f0be-446d-b82c-0bd592b3ee28", + "uuid": "4b381a0b-7b90-4da9-8872-5c4aac912192", "priority": 50 }, { @@ -12178,7 +12178,7 @@ } ], "block": "crafting_table", - "uuid": "f138167b-b3b2-4646-8442-58d48f3475e0", + "uuid": "ab14938b-412c-44a9-a21f-0841dc4ece43", "priority": 50 }, { @@ -12206,7 +12206,7 @@ } ], "block": "crafting_table", - "uuid": "507284cc-3917-4a5a-8f8a-13c9613bd09a", + "uuid": "fc1bd906-987a-4986-bc7b-eba51da640bb", "priority": 50 }, { @@ -12234,7 +12234,7 @@ } ], "block": "crafting_table", - "uuid": "c9c3d3b5-512f-4185-8e84-504a82363d08", + "uuid": "f55826ab-4ce8-4b58-adc5-1fb02407926e", "priority": 50 }, { @@ -12262,7 +12262,7 @@ } ], "block": "crafting_table", - "uuid": "c2960148-b745-44f5-bdd2-e09473277b2a", + "uuid": "5deeb33c-a94d-4bfe-a8a1-3fd6dc87c090", "priority": 50 }, { @@ -12290,7 +12290,7 @@ } ], "block": "crafting_table", - "uuid": "ed967341-40d5-43a0-9b3b-98dbbd364b98", + "uuid": "7afa642e-8e9e-4b26-9f5c-22799ad79e03", "priority": 50 }, { @@ -12318,7 +12318,7 @@ } ], "block": "crafting_table", - "uuid": "c4561276-5af5-414b-974d-717c7f827840", + "uuid": "98d7aaa6-81c8-4323-9268-371976af29ef", "priority": 50 }, { @@ -12346,7 +12346,7 @@ } ], "block": "crafting_table", - "uuid": "97098a4c-1d1c-4476-a519-4d087e984321", + "uuid": "82926cab-858d-461e-8ca5-9a423ab9c4df", "priority": 50 }, { @@ -12374,7 +12374,7 @@ } ], "block": "crafting_table", - "uuid": "c6f31152-58de-42db-b677-c965339b6e17", + "uuid": "0c61243f-739c-4b68-add1-cd8c8ee71050", "priority": 50 }, { @@ -12402,7 +12402,7 @@ } ], "block": "crafting_table", - "uuid": "b02cf85a-49fa-4b46-9e13-a9e00549854f", + "uuid": "0e865b37-2716-4dd5-a21c-d00c334b3a63", "priority": 50 }, { @@ -12430,7 +12430,7 @@ } ], "block": "crafting_table", - "uuid": "dacede25-0e84-48fb-b249-9bcf08e56500", + "uuid": "0ed4350c-dea9-4475-bd15-6b006b9a1ef0", "priority": 50 }, { @@ -12458,7 +12458,7 @@ } ], "block": "crafting_table", - "uuid": "a898d05e-f317-4072-8385-b39b6e44632d", + "uuid": "19aa11da-cc9d-4cb8-b8f5-c82977295c13", "priority": 50 }, { @@ -12486,7 +12486,7 @@ } ], "block": "crafting_table", - "uuid": "7feb0ff5-a022-471a-aff2-971f7ccee18a", + "uuid": "17723edf-28c3-4c18-be0f-bb16890bd637", "priority": 50 }, { @@ -12514,7 +12514,7 @@ } ], "block": "crafting_table", - "uuid": "8484d846-990b-46e2-bf2c-a906992cbf78", + "uuid": "3c247a6f-b9e4-4511-a89f-ec7ec3f07479", "priority": 50 }, { @@ -12542,7 +12542,7 @@ } ], "block": "crafting_table", - "uuid": "997a5513-89b0-410e-9abf-6a2488b6b919", + "uuid": "81b5b556-44c4-4b42-969c-72ddb5b2f3b3", "priority": 50 }, { @@ -12570,7 +12570,7 @@ } ], "block": "crafting_table", - "uuid": "fcf78e4c-86a8-4c72-beb2-eb0586c31f93", + "uuid": "4a53a754-6f3c-4fd8-9b32-8c8676893a9d", "priority": 50 }, { @@ -12598,7 +12598,7 @@ } ], "block": "crafting_table", - "uuid": "5ce849eb-ad76-41d1-8155-935064f1439e", + "uuid": "535cc158-ec76-4fec-a938-b70fa00a99ba", "priority": 50 }, { @@ -12626,7 +12626,7 @@ } ], "block": "crafting_table", - "uuid": "03d91830-a06c-424e-bf9a-ff2379b1770b", + "uuid": "cd457d69-57fa-427b-bbc2-1261870365c2", "priority": 50 }, { @@ -12654,7 +12654,7 @@ } ], "block": "crafting_table", - "uuid": "423a3c99-7f10-45ac-aec9-cde875ec0e62", + "uuid": "bc79e119-34a7-4f89-8b6b-755384705fe5", "priority": 50 }, { @@ -12682,7 +12682,7 @@ } ], "block": "crafting_table", - "uuid": "b27f3bbf-446c-496a-a6a1-ccf6f16a85c7", + "uuid": "02712a7d-ea56-42dd-a2ca-906d0ca7684d", "priority": 50 }, { @@ -12710,7 +12710,7 @@ } ], "block": "crafting_table", - "uuid": "e91afb04-3f17-4917-b6b7-89d7e5a72f47", + "uuid": "55e1995d-4cfc-48ba-bafd-fd56afff0fa6", "priority": 50 }, { @@ -12738,7 +12738,7 @@ } ], "block": "crafting_table", - "uuid": "862fdbf7-ed90-4107-89a1-fee5482cfae4", + "uuid": "c43685af-7a9c-4e37-ae81-97042a1995b2", "priority": 50 }, { @@ -12766,7 +12766,7 @@ } ], "block": "crafting_table", - "uuid": "5fe08ec7-bae5-4545-b444-b961d0a815fe", + "uuid": "399d0bcc-2550-41f6-92a2-9c233c6f1ce1", "priority": 50 }, { @@ -12794,7 +12794,7 @@ } ], "block": "crafting_table", - "uuid": "1bd65887-beca-4943-ae8b-b64ccb0bb834", + "uuid": "18cb4c15-d150-4d8b-8f25-370418209439", "priority": 50 }, { @@ -12822,7 +12822,7 @@ } ], "block": "crafting_table", - "uuid": "44bfc07f-4ada-4fcb-94e6-51b36b344f11", + "uuid": "22646217-dc71-4986-84a2-5c85223d3116", "priority": 50 }, { @@ -12850,7 +12850,7 @@ } ], "block": "crafting_table", - "uuid": "2a0224d0-4376-4b4c-933c-604b631a8cb6", + "uuid": "27bcfed5-97e7-4dce-9f7d-947a02c9415d", "priority": 50 }, { @@ -12878,7 +12878,7 @@ } ], "block": "crafting_table", - "uuid": "ae9da2ac-42a4-478b-8409-b73bbede04e1", + "uuid": "a82f69a0-858c-4909-bc5b-b32e4573dc81", "priority": 50 }, { @@ -12906,7 +12906,7 @@ } ], "block": "crafting_table", - "uuid": "9cb4c715-d85c-484b-80f7-268cedb4fd05", + "uuid": "937e7a45-e31e-409a-8039-accacb5ceac9", "priority": 50 }, { @@ -12934,7 +12934,7 @@ } ], "block": "crafting_table", - "uuid": "6dd38ef3-9418-4e88-9d2d-141de1e53dad", + "uuid": "5acc9270-77c7-4be8-91df-9581db3c009a", "priority": 50 }, { @@ -12962,7 +12962,7 @@ } ], "block": "crafting_table", - "uuid": "8f22e360-a264-443e-a879-9f9bc72e7c64", + "uuid": "07b7cde0-8ce5-4946-87a5-6dc24e5a86cd", "priority": 50 }, { @@ -12990,7 +12990,7 @@ } ], "block": "crafting_table", - "uuid": "fd7dac40-223e-40ac-bd52-470f72a887ce", + "uuid": "92e2f1e1-bdca-43bc-bebb-2946e38e71eb", "priority": 50 }, { @@ -13018,7 +13018,7 @@ } ], "block": "crafting_table", - "uuid": "59e4a92d-dd14-441d-81e7-7797c5c27ddb", + "uuid": "3a68dfd3-83d6-463f-9dae-623e0d72ecc4", "priority": 50 }, { @@ -13046,7 +13046,7 @@ } ], "block": "crafting_table", - "uuid": "0f51c115-ea91-4467-9020-8025ef9438e0", + "uuid": "9b143499-9d0f-4a6c-81f2-91b3f4d5a5f6", "priority": 50 }, { @@ -13074,7 +13074,7 @@ } ], "block": "crafting_table", - "uuid": "a1035679-37b0-4bcb-a693-d3408a2ff20f", + "uuid": "25d8e7ce-8a92-4be3-87f4-0a357afddb5f", "priority": 50 }, { @@ -13102,7 +13102,7 @@ } ], "block": "crafting_table", - "uuid": "ea33a1c6-1486-4fb7-a3d7-6b7f78ecc61c", + "uuid": "fdbf71a2-e707-4336-8fe2-5aeb809114c8", "priority": 50 }, { @@ -13130,7 +13130,7 @@ } ], "block": "crafting_table", - "uuid": "43c035dc-28d2-4986-a64d-783aa9ce9edb", + "uuid": "67a56a2b-cd86-4dd5-b641-20ac13a78bdd", "priority": 50 }, { @@ -13158,7 +13158,7 @@ } ], "block": "crafting_table", - "uuid": "bffc45ae-840f-432f-a3c9-9acaab1066b8", + "uuid": "6eb19d34-874f-4eb9-93b1-ed2f217dad99", "priority": 50 }, { @@ -13186,7 +13186,7 @@ } ], "block": "crafting_table", - "uuid": "ba3a7d1c-03e3-451c-a244-af160b3323b3", + "uuid": "738e157e-3d27-4dac-a821-c8bb7f1b2868", "priority": 50 }, { @@ -13214,7 +13214,7 @@ } ], "block": "crafting_table", - "uuid": "51ffbff1-3873-4619-ba63-24d1d60f22df", + "uuid": "cf1fff55-c066-45c4-8018-9fecc042eb55", "priority": 50 }, { @@ -13242,7 +13242,7 @@ } ], "block": "crafting_table", - "uuid": "b666e3e7-6824-4a5b-b830-eb0dfe5ea812", + "uuid": "bedced87-9572-46d8-900d-4726e567778d", "priority": 50 }, { @@ -13270,7 +13270,7 @@ } ], "block": "crafting_table", - "uuid": "7e24d0fe-ee32-4b2e-9683-13e949b4232f", + "uuid": "89e514b5-a41f-445a-b2de-f610e2458301", "priority": 50 }, { @@ -13298,7 +13298,7 @@ } ], "block": "crafting_table", - "uuid": "8898b35e-a47f-4c70-81ce-16abfb4c4328", + "uuid": "ca025271-51e6-4771-ae69-d63cb5ca643f", "priority": 50 }, { @@ -13326,7 +13326,7 @@ } ], "block": "crafting_table", - "uuid": "45e9b990-8798-45c5-a811-4a8e088e1f53", + "uuid": "e4d96ac2-d952-4142-b79f-b10cb49a4aae", "priority": 50 }, { @@ -13354,7 +13354,7 @@ } ], "block": "crafting_table", - "uuid": "57e400d2-7e21-4fbc-8f1a-18dd1c3d8da7", + "uuid": "581b60cd-ee3e-4e1b-a942-6236957966f3", "priority": 50 }, { @@ -13382,7 +13382,7 @@ } ], "block": "crafting_table", - "uuid": "9784d547-6db8-466e-ab91-5728ccf6249a", + "uuid": "0b376e38-7db9-48fb-be6b-747bf6f82353", "priority": 50 }, { @@ -13410,7 +13410,7 @@ } ], "block": "crafting_table", - "uuid": "a279fa35-9762-41f4-89f6-b6e1a79f3dc2", + "uuid": "6c648208-f7d9-42de-b609-b36f4b624760", "priority": 50 }, { @@ -13438,7 +13438,7 @@ } ], "block": "crafting_table", - "uuid": "f01dc9ca-e991-4384-8438-f13546ec8bf7", + "uuid": "9fc14a7e-3902-4e16-8de3-16c3b24f85df", "priority": 50 }, { @@ -13466,7 +13466,7 @@ } ], "block": "crafting_table", - "uuid": "e32dba39-997f-413f-9451-ec5f92750eed", + "uuid": "cb6c5086-cdbe-4ed4-9a96-0b5475612e08", "priority": 50 }, { @@ -13494,7 +13494,7 @@ } ], "block": "crafting_table", - "uuid": "d581db91-73bf-46fe-9437-0cadcd7eedaf", + "uuid": "916bb581-1e56-4745-9ec3-16d6f9ba13e1", "priority": 50 }, { @@ -13522,7 +13522,7 @@ } ], "block": "crafting_table", - "uuid": "ffa43014-aded-4f1c-8faf-c3e7bc436c7a", + "uuid": "ed42b7bb-8208-4c77-a87e-001e6cecc6d0", "priority": 50 }, { @@ -13550,7 +13550,7 @@ } ], "block": "crafting_table", - "uuid": "12002913-c6a8-4c26-bc69-f83120f7c965", + "uuid": "d7966530-5400-4935-bf49-d7ebce241937", "priority": 50 }, { @@ -13578,7 +13578,7 @@ } ], "block": "crafting_table", - "uuid": "7417f342-1b1b-493d-84c2-c01a82dccbed", + "uuid": "c231a4be-3086-4e36-a383-625420fdd2b5", "priority": 50 }, { @@ -13606,7 +13606,7 @@ } ], "block": "crafting_table", - "uuid": "1d99e54e-3edf-496a-bc35-4f8d43e65046", + "uuid": "3d2e0a83-567f-438f-b4c6-af209a47a643", "priority": 50 }, { @@ -13634,7 +13634,7 @@ } ], "block": "crafting_table", - "uuid": "905cbe49-0a69-4a5b-b76b-f69095ca1066", + "uuid": "28f05c60-4e11-44d7-a58e-182e4b444e99", "priority": 50 }, { @@ -13662,7 +13662,7 @@ } ], "block": "crafting_table", - "uuid": "f5242c22-3aa6-43a0-b2d3-7b9f42e8a7ca", + "uuid": "1a6a724c-e684-4bb7-a939-c02d0e1b889f", "priority": 50 }, { @@ -13690,7 +13690,7 @@ } ], "block": "crafting_table", - "uuid": "0371684e-dc82-41e7-b345-f3187749e590", + "uuid": "3121d113-bd82-4263-a97c-182120897c08", "priority": 50 }, { @@ -13718,7 +13718,7 @@ } ], "block": "crafting_table", - "uuid": "6cdd9a8a-79f4-4ef6-a176-405c693eacb3", + "uuid": "dfb638e0-b2cf-4359-9a23-4ea54a14907f", "priority": 50 }, { @@ -13746,7 +13746,7 @@ } ], "block": "crafting_table", - "uuid": "f00a616f-51f6-42c3-8c5b-ed599b393abc", + "uuid": "6fcdaae9-306d-4f04-a836-e096a9d25309", "priority": 50 }, { @@ -13774,7 +13774,7 @@ } ], "block": "crafting_table", - "uuid": "c7343d41-c3ae-413d-935d-32ab526607d5", + "uuid": "fd7577ca-ad1a-419e-8a95-60184ce79024", "priority": 50 }, { @@ -13802,7 +13802,7 @@ } ], "block": "crafting_table", - "uuid": "5ca12987-ec80-48a1-8f5b-05582f3c9d23", + "uuid": "73da420b-7d97-4801-a348-c59a7210f0ba", "priority": 50 }, { @@ -13830,7 +13830,7 @@ } ], "block": "crafting_table", - "uuid": "002752ee-ad28-4f58-b49d-d5a93aa1433a", + "uuid": "27f1e71d-a217-4cc0-a51d-1806bf7da3b9", "priority": 50 }, { @@ -13858,7 +13858,7 @@ } ], "block": "crafting_table", - "uuid": "78ef6643-8904-43d3-8f9e-82e255ac2bd4", + "uuid": "673bcac1-3b8d-464c-a020-655c3ca91688", "priority": 50 }, { @@ -13886,7 +13886,7 @@ } ], "block": "crafting_table", - "uuid": "da8a6382-4a17-4d13-978f-3d6dec7e95bb", + "uuid": "45e68311-a9b3-4c7f-a710-0a48c25fb1ce", "priority": 50 }, { @@ -13914,7 +13914,7 @@ } ], "block": "crafting_table", - "uuid": "0f2fb1c9-957a-4880-9c79-bb4919c575d8", + "uuid": "941c3083-45b5-408c-b3c0-f33699e1ee25", "priority": 50 }, { @@ -13942,7 +13942,7 @@ } ], "block": "crafting_table", - "uuid": "e091f054-4139-413b-be71-085b9a007d54", + "uuid": "10446643-ad1e-43c8-a145-ee3c1b4703b4", "priority": 50 }, { @@ -13970,7 +13970,7 @@ } ], "block": "crafting_table", - "uuid": "736044c2-1b8f-41e6-9bbd-424381e0dd6e", + "uuid": "23441fc5-7bca-4327-a0d6-45866ff2b1d1", "priority": 50 }, { @@ -13998,7 +13998,7 @@ } ], "block": "crafting_table", - "uuid": "f2bd3e55-cb0f-44bd-9fe0-4be8b2935463", + "uuid": "ed7de1c3-508f-4081-b0d6-a6abaf10cb90", "priority": 50 }, { @@ -14026,7 +14026,7 @@ } ], "block": "crafting_table", - "uuid": "c8b95606-6ed4-4420-9a7b-a8f36670aaa9", + "uuid": "0f3fec97-a9c2-4730-9325-03b35bbb3684", "priority": 50 }, { @@ -14054,7 +14054,7 @@ } ], "block": "crafting_table", - "uuid": "01db2d6d-08f6-4d11-950b-00c2e71cb233", + "uuid": "be07a6ed-2495-4421-b063-d719d9a5bba7", "priority": 50 }, { @@ -14082,7 +14082,7 @@ } ], "block": "crafting_table", - "uuid": "3df6d31c-a195-4e7f-8499-1438a1b9fcaf", + "uuid": "2ae6641f-a99d-4bf9-ad99-b867ed693f19", "priority": 50 }, { @@ -14110,7 +14110,7 @@ } ], "block": "crafting_table", - "uuid": "3ced6a2f-dbef-48a9-947d-92b8a88262ea", + "uuid": "a8f09d1a-ea01-4de7-8c13-ac86b399e5bb", "priority": 50 }, { @@ -14138,7 +14138,7 @@ } ], "block": "crafting_table", - "uuid": "2f7a39b2-d7ff-4eb1-9edd-9858905d2c8e", + "uuid": "c53229b4-39a9-43fd-8a80-77f872eacc8b", "priority": 50 }, { @@ -14166,7 +14166,7 @@ } ], "block": "crafting_table", - "uuid": "e356a953-1336-4d3c-acbf-6d101eeea85d", + "uuid": "5ab4f22d-5943-4951-b078-c93e9b75df9a", "priority": 50 }, { @@ -14194,7 +14194,7 @@ } ], "block": "crafting_table", - "uuid": "4bf34063-98a2-4ff8-82bf-5c0818c8674e", + "uuid": "a9164172-359f-4bb9-8856-da7b80b6ca46", "priority": 50 }, { @@ -14222,7 +14222,7 @@ } ], "block": "crafting_table", - "uuid": "4650d75c-b82d-4865-9fc8-2f5b6cc5ffa8", + "uuid": "24c5e39d-3035-40c9-80bc-764384cd50c5", "priority": 50 }, { @@ -14250,7 +14250,7 @@ } ], "block": "crafting_table", - "uuid": "8c042df2-612c-48cf-ad22-8e695cf4817c", + "uuid": "d38c0dec-97fb-4dd0-a955-269630d1a5d8", "priority": 50 }, { @@ -14278,7 +14278,7 @@ } ], "block": "crafting_table", - "uuid": "e890874d-28b8-469a-a44c-f01ae0ce6471", + "uuid": "2d3b9bab-1f16-4a14-a444-48b85a2cd87b", "priority": 50 }, { @@ -14306,7 +14306,7 @@ } ], "block": "crafting_table", - "uuid": "29da2162-9c30-4ee9-9d3a-5458cea0a58d", + "uuid": "58808818-6d10-47f8-ba4e-ea6a81c0d899", "priority": 50 }, { @@ -14334,7 +14334,7 @@ } ], "block": "crafting_table", - "uuid": "322ca7c9-e8c3-4030-b946-e588ad0e049b", + "uuid": "533175a2-e02b-4116-ae03-88fdcc78b204", "priority": 50 }, { @@ -14362,7 +14362,7 @@ } ], "block": "crafting_table", - "uuid": "db4155d9-71d8-423a-abaf-022f6a002c90", + "uuid": "fc321b28-ec81-42f8-b1d4-961e5a1a2992", "priority": 50 }, { @@ -14390,7 +14390,7 @@ } ], "block": "crafting_table", - "uuid": "5a6f80ab-5da6-4d50-bf4b-bbbd95445e3d", + "uuid": "8a63faac-aae5-40ef-98a3-2b25c295bbb6", "priority": 50 }, { @@ -14418,7 +14418,7 @@ } ], "block": "crafting_table", - "uuid": "e6085119-3a12-440c-9487-d03a6b2d1e4d", + "uuid": "3676da1a-9465-4a85-92d7-07c89485a5c4", "priority": 50 }, { @@ -14446,7 +14446,7 @@ } ], "block": "crafting_table", - "uuid": "f366c9ba-90cc-4389-92f4-9022f6864118", + "uuid": "7956e4a8-967a-4e78-9940-064149e80ae4", "priority": 50 }, { @@ -14474,7 +14474,7 @@ } ], "block": "crafting_table", - "uuid": "924d3057-3cb1-4127-bf13-69502b9b7bb7", + "uuid": "92ad7d9f-98a3-4674-86e5-1ad25fc85b4b", "priority": 50 }, { @@ -14502,7 +14502,7 @@ } ], "block": "crafting_table", - "uuid": "e3856636-c8f6-48ec-92ef-2e31d29bce20", + "uuid": "b3256d06-499b-42cb-a2c4-e5e9d86b578d", "priority": 50 }, { @@ -14530,7 +14530,7 @@ } ], "block": "crafting_table", - "uuid": "4c11d93b-e8bf-4edd-aeb1-bb2c763f06be", + "uuid": "9c6a3b08-4b89-4ab0-a8aa-8e5d4120266e", "priority": 50 }, { @@ -14558,7 +14558,7 @@ } ], "block": "crafting_table", - "uuid": "8af1d1f6-79cd-41df-aa81-be91dec3316e", + "uuid": "0663a049-abe9-4579-a251-78664943b930", "priority": 50 }, { @@ -14586,7 +14586,7 @@ } ], "block": "crafting_table", - "uuid": "6a7429de-2d5b-4cef-a31c-a86d5d0cb07d", + "uuid": "70c515d3-6e79-448f-87ca-ea54bb0735d4", "priority": 50 }, { @@ -14614,7 +14614,7 @@ } ], "block": "crafting_table", - "uuid": "553a1b74-20ee-414f-a59a-72e6c7e06aac", + "uuid": "92dca147-875d-4446-993f-1e4435e10a76", "priority": 50 }, { @@ -14642,7 +14642,7 @@ } ], "block": "crafting_table", - "uuid": "ce8863c4-172e-48e1-aeee-b14f912d59ac", + "uuid": "461e67e3-c5d4-487c-9b8b-501805931bf6", "priority": 50 }, { @@ -14670,7 +14670,7 @@ } ], "block": "crafting_table", - "uuid": "8965482f-8c3f-4bc3-ba13-44256a6cfd79", + "uuid": "65e2bd41-0819-4562-b86c-6ef0b9bb9f27", "priority": 50 }, { @@ -14698,7 +14698,7 @@ } ], "block": "crafting_table", - "uuid": "a68567a4-5ecd-47a9-9cec-b37b409a45c6", + "uuid": "96d6dfa7-d258-4b48-a6a5-b0c588ec8a46", "priority": 50 }, { @@ -14726,7 +14726,7 @@ } ], "block": "crafting_table", - "uuid": "634b627b-138b-4dd4-b5f2-a9e709dbada9", + "uuid": "6c9d86e1-a8a4-4990-9a27-60d986951977", "priority": 50 }, { @@ -14754,7 +14754,7 @@ } ], "block": "crafting_table", - "uuid": "fe780d54-4808-4fe3-9b68-f98ce5b60e22", + "uuid": "df15cf55-ce3b-4e0c-b490-a8813cf329d2", "priority": 50 }, { @@ -14782,7 +14782,7 @@ } ], "block": "crafting_table", - "uuid": "e992995d-9e47-4fc8-9c4a-006e768d6842", + "uuid": "8bdde033-97c0-4347-adf8-f800fe8f33d2", "priority": 50 }, { @@ -14810,7 +14810,7 @@ } ], "block": "crafting_table", - "uuid": "da75d6ca-202b-46a3-a323-410d20786101", + "uuid": "180e9ad4-f2d6-4304-88bd-63e17a539c59", "priority": 50 }, { @@ -14838,7 +14838,7 @@ } ], "block": "crafting_table", - "uuid": "de626faf-7b47-428d-beaf-84a57af86bb8", + "uuid": "5100e5a9-4da5-414a-870b-7a95b5e91fa2", "priority": 50 }, { @@ -14866,7 +14866,7 @@ } ], "block": "crafting_table", - "uuid": "1c20ab52-1794-4cf3-8516-ee0236c04e18", + "uuid": "713573f7-41bc-40e7-a7f7-10639fcbf342", "priority": 50 }, { @@ -14894,7 +14894,7 @@ } ], "block": "crafting_table", - "uuid": "2a486a5a-ae9f-4e79-9641-166d5b58dd86", + "uuid": "b7ffa16c-e964-415f-aa32-8653efdd0ec2", "priority": 50 }, { @@ -14922,7 +14922,7 @@ } ], "block": "crafting_table", - "uuid": "8bba0034-ddbb-4829-a6a0-ff9aa324de18", + "uuid": "3060f7af-91f9-4778-a6a1-45809d4234e7", "priority": 50 }, { @@ -14950,7 +14950,7 @@ } ], "block": "crafting_table", - "uuid": "dbbdd740-3751-43f5-954a-cfcc0d9e80ae", + "uuid": "7f31aa86-b1e4-4523-bc9f-6c0cbac2dc56", "priority": 50 }, { @@ -14978,7 +14978,7 @@ } ], "block": "crafting_table", - "uuid": "9247b071-8741-417b-8568-3ff3f30d6604", + "uuid": "25737763-faef-4a3e-86dd-edac39a238a1", "priority": 50 }, { @@ -15004,7 +15004,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "4d450d11-cce7-40b0-8ec3-308ee1bfbf0e", + "uuid": "de6d54bc-8d4d-4630-8f35-e5ed6ee17e32", "priority": 50, "width": 3, "height": 3 @@ -15035,7 +15035,7 @@ "A" ], "block": "crafting_table", - "uuid": "72828d7a-c6c8-4528-8a4b-d26da2f58bf6", + "uuid": "092290e4-e9ec-435f-ad4a-e1c7a35e8e11", "priority": 50, "width": 1, "height": 2 @@ -15062,7 +15062,7 @@ "A" ], "block": "crafting_table", - "uuid": "84dde3b4-d974-458e-b3be-09b10f9542c7", + "uuid": "e181e0b6-3f4b-42e7-81ce-9c4fe7deba41", "priority": 50, "width": 1, "height": 2 @@ -15094,7 +15094,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "b55c31d3-609c-4826-a5a9-d0d4fe9f1693", + "uuid": "ff0abc25-a26f-48d1-ab59-54fd21a7e5ef", "priority": 50, "width": 3, "height": 3 @@ -15122,7 +15122,7 @@ " A " ], "block": "crafting_table", - "uuid": "03765ed8-2c01-4056-8822-b7a65e504188", + "uuid": "96225d0d-61f9-4826-8161-2234f0ceb92e", "priority": 50, "width": 3, "height": 3 @@ -15157,7 +15157,7 @@ "A" ], "block": "crafting_table", - "uuid": "9ba0c44d-8c56-48be-9c9c-fb374034a56e", + "uuid": "bad2423c-544e-4398-8ad4-baee6d1439c0", "priority": 50, "width": 1, "height": 2 @@ -15184,7 +15184,7 @@ "A" ], "block": "crafting_table", - "uuid": "da36a81f-b305-4e95-ad10-030d2a8f0140", + "uuid": "ca38a6c3-473a-406c-a110-2a5f5c39c348", "priority": 50, "width": 1, "height": 2 @@ -15212,7 +15212,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "33aa52fc-8e0c-446d-96cf-be866f95a9ad", + "uuid": "d6406d1d-f02f-4492-8f15-aae575e4b6ac", "priority": 50, "width": 3, "height": 3 @@ -15239,7 +15239,7 @@ "A" ], "block": "crafting_table", - "uuid": "1cc85bfd-b137-426f-a754-522030784e73", + "uuid": "ae1ba31e-df98-431c-9857-1bc0a12c5594", "priority": 50, "width": 1, "height": 2 @@ -15272,7 +15272,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "ad87f354-70dd-41dd-8732-497ef580d66c", + "uuid": "0194b279-c6df-448f-aff3-8af515473de0", "priority": -1, "width": 3, "height": 3 @@ -15298,7 +15298,7 @@ " A " ], "block": "crafting_table", - "uuid": "ebcf41ca-1b63-4c7d-bc6c-fd878dc35208", + "uuid": "47ce7ec5-d20b-4e04-8fe8-a7ca97317133", "priority": -1, "width": 3, "height": 2 @@ -15325,7 +15325,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "c2dae62b-11a5-4728-9fe3-2f4ecc07601d", + "uuid": "258b3d0a-68df-4965-a09d-b75d8f645cfa", "priority": 0, "width": 3, "height": 3 @@ -15364,7 +15364,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "568657c1-6759-459f-a793-d9e6936ca44a", + "uuid": "316f2ab2-6ab6-40b4-a498-ed057377d642", "priority": -1, "width": 3, "height": 3 @@ -15399,7 +15399,7 @@ } ], "block": "crafting_table", - "uuid": "522e08e0-350b-4a4b-ab3d-1ed5d327ec59", + "uuid": "fae48d0d-5b29-4328-9421-e22f2322b605", "priority": 0 }, { @@ -15431,7 +15431,7 @@ } ], "block": "crafting_table", - "uuid": "46b4e748-162c-4825-bf6b-8863aaefb7ab", + "uuid": "41bee7cf-d4f8-4511-a541-95f3df8e5917", "priority": -1 }, { @@ -15462,7 +15462,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "370efadf-d9bb-485e-81a8-d96f2e3a7c52", + "uuid": "4ce95ecd-d922-412a-b680-c8eeb072a365", "priority": -1, "width": 3, "height": 3 @@ -15495,7 +15495,7 @@ "B" ], "block": "crafting_table", - "uuid": "e2d3cb11-6e29-4fa1-8f8c-e554eb13e58c", + "uuid": "2a6eafa6-2fd1-4c4b-9396-7cd596139cdc", "priority": 0, "width": 1, "height": 2 @@ -15527,7 +15527,7 @@ "B" ], "block": "crafting_table", - "uuid": "196b86dc-10fb-4c6c-a842-7680d7722dcc", + "uuid": "4c6732f2-b5ed-449a-b1c7-a63ac387cae6", "priority": 0, "width": 1, "height": 2 @@ -15553,7 +15553,7 @@ "AA" ], "block": "crafting_table", - "uuid": "cb56fa75-2e52-47e6-996f-8a0a13f1dcdd", + "uuid": "9e38566c-5de2-4b8e-8297-d756f4e40fbb", "priority": 0, "width": 2, "height": 2 @@ -15580,7 +15580,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "17c4304e-cac6-4f64-aed8-dceb94354969", + "uuid": "973489a8-dcc0-496c-82a0-18ad3942892b", "priority": 0, "width": 3, "height": 2 @@ -15609,7 +15609,7 @@ } ], "block": "crafting_table", - "uuid": "cb6587d1-bdb7-48a9-9409-052517d8884a", + "uuid": "9f939822-3b8b-4d9f-923b-96893020bdd1", "priority": 0 }, { @@ -15635,7 +15635,7 @@ "AA" ], "block": "crafting_table", - "uuid": "f19972f1-214a-443b-8111-107115dcc52c", + "uuid": "133d3661-f490-4560-90b5-12d808ed5593", "priority": 0, "width": 2, "height": 3 @@ -15668,7 +15668,7 @@ "ABA" ], "block": "crafting_table", - "uuid": "46e189f1-a966-4691-9355-baa0fc7008ab", + "uuid": "6fa837e5-a43e-4d09-aa60-954a654cbc9d", "priority": 0, "width": 3, "height": 2 @@ -15701,7 +15701,7 @@ "ABA" ], "block": "crafting_table", - "uuid": "6b56073e-f438-44ce-9ffc-4086200c6acf", + "uuid": "04ac89d9-effa-4cf1-80b5-1bbb65f711a7", "priority": 0, "width": 3, "height": 2 @@ -15735,7 +15735,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "e72ca06b-db9c-4168-b644-7b92875eb679", + "uuid": "463d4884-7cbb-49e8-b759-fa8e49a13673", "priority": 0, "width": 3, "height": 3 @@ -15761,7 +15761,7 @@ "A" ], "block": "crafting_table", - "uuid": "57a48e64-628e-409d-8cda-9d497f0a8107", + "uuid": "09728590-2510-4982-9011-4b34c4009a15", "priority": 0, "width": 1, "height": 1 @@ -15787,7 +15787,7 @@ "A" ], "block": "crafting_table", - "uuid": "04e1e5c5-3196-4b56-ae46-16becba5a90c", + "uuid": "be137f8f-7f68-4a96-a54c-62eec9da6792", "priority": 0, "width": 1, "height": 1 @@ -15799,8 +15799,8 @@ "A": { "type": "default", "count": 1, - "itemId": "minecraft:wood", - "auxValue": 12 + "itemId": "minecraft:stripped_acacia_wood", + "auxValue": 32767 } }, "output": [ @@ -15813,7 +15813,7 @@ "A" ], "block": "crafting_table", - "uuid": "ebf36563-495f-407d-853d-6442075c5387", + "uuid": "7aca4a45-b447-4b45-a508-b6486db7405c", "priority": 0, "width": 1, "height": 1 @@ -15825,8 +15825,8 @@ "A": { "type": "default", "count": 1, - "itemId": "minecraft:wood", - "auxValue": 4 + "itemId": "minecraft:acacia_wood", + "auxValue": 32767 } }, "output": [ @@ -15839,7 +15839,7 @@ "A" ], "block": "crafting_table", - "uuid": "50871fdb-d52c-4d8b-8dfc-699e07e8c5ca", + "uuid": "9c14969d-6734-4012-96ab-af7bf00726cb", "priority": 0, "width": 1, "height": 1 @@ -15867,7 +15867,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "853a71d0-1bdf-4003-a39b-62dc6414c350", + "uuid": "421f112b-ab4b-4f3c-9dd8-bb9464c2c2b0", "priority": 0, "width": 3, "height": 3 @@ -15880,12 +15880,12 @@ "type": "default", "count": 1, "itemId": "minecraft:acacia_log", - "auxValue": 0 + "auxValue": 32767 } }, "output": [ { - "id": "minecraft:wood", + "id": "minecraft:acacia_wood", "count": 3 } ], @@ -15894,7 +15894,7 @@ "AA" ], "block": "crafting_table", - "uuid": "ef57ae6c-20d7-4822-afe3-80dac9965688", + "uuid": "5890ec61-b64a-4c7e-b64c-0c05c4a1430f", "priority": 0, "width": 2, "height": 2 @@ -15912,7 +15912,7 @@ }, "output": [ { - "id": "minecraft:wood", + "id": "minecraft:stripped_acacia_wood", "count": 3 } ], @@ -15921,7 +15921,7 @@ "AA" ], "block": "crafting_table", - "uuid": "87d33e67-a4d0-45b9-a0b5-fc5e259ef351", + "uuid": "9a828d6a-f9b9-4354-9489-dc789eb08ae7", "priority": 0, "width": 2, "height": 2 @@ -15939,7 +15939,7 @@ }, "output": [ { - "id": "minecraft:wooden_slab", + "id": "minecraft:acacia_slab", "count": 6 } ], @@ -15947,7 +15947,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "f225bab2-6f41-4997-827b-ff9ddb0aeb5f", + "uuid": "5f01ff19-13a0-4dfe-9b04-3037a2faf351", "priority": 0, "width": 3, "height": 1 @@ -15987,7 +15987,7 @@ "ABA" ], "block": "crafting_table", - "uuid": "ee9e7630-b4d6-408f-af73-04272519b4c3", + "uuid": "a828354d-dad0-4072-95ee-798583ec617a", "priority": 0, "width": 3, "height": 3 @@ -16014,7 +16014,7 @@ "AA" ], "block": "crafting_table", - "uuid": "b74e8235-78e8-41b4-8004-d1c7d08dbf51", + "uuid": "f42c5413-245d-4275-9504-fc48bce96636", "priority": 1, "width": 2, "height": 2 @@ -16043,7 +16043,7 @@ } ], "block": "crafting_table", - "uuid": "fd95bc28-d863-4f2e-aa1d-cd886fc0aa06", + "uuid": "380f29b6-1fa4-4bcd-8190-3c6388fc887c", "priority": 0 }, { @@ -16069,7 +16069,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "9662ece1-3ccb-4751-ae6e-6b4d93a8676c", + "uuid": "14cfb538-7313-49ea-b4c2-6f778e696165", "priority": 0, "width": 3, "height": 3 @@ -16096,7 +16096,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "59347e15-0de1-47ba-b45b-5b5bd87afde3", + "uuid": "8d074557-7cc2-44d2-8518-59dd63606c16", "priority": 0, "width": 3, "height": 2 @@ -16130,7 +16130,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "72a96105-13d0-418d-9ba4-da3e3a8733fa", + "uuid": "25755a12-f35e-4e1f-bce9-33ce3bf0e03d", "priority": 0, "width": 3, "height": 3 @@ -16164,7 +16164,7 @@ "ABA" ], "block": "crafting_table", - "uuid": "301dfd02-7ffd-4faa-b075-8243a05666f4", + "uuid": "d7e735a7-f529-4346-8567-e05a716c9636", "priority": 0, "width": 3, "height": 3 @@ -16204,7 +16204,7 @@ "C" ], "block": "crafting_table", - "uuid": "f8005d9e-7694-4418-9dc9-fe002273c983", + "uuid": "099dca72-e0fd-43c1-9dce-36f9584f8e64", "priority": 0, "width": 1, "height": 3 @@ -16232,7 +16232,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "caa1d345-7c81-45f1-a645-814dc119fbb3", + "uuid": "da788b88-62aa-4a0b-89f4-fcee8c254b0e", "priority": 0, "width": 3, "height": 3 @@ -16258,7 +16258,7 @@ "A" ], "block": "crafting_table", - "uuid": "92e388ed-00cb-49b5-af82-7fcc61d55018", + "uuid": "97edad9a-64c5-48bd-b7a1-ca3c00c741f7", "priority": 0, "width": 1, "height": 1 @@ -16287,7 +16287,7 @@ } ], "block": "crafting_table", - "uuid": "318eb220-106d-4a6e-9d7c-25c3487a95dc", + "uuid": "af5a3524-9b8b-44e4-b825-18ab2a47f426", "priority": 0 }, { @@ -16313,7 +16313,7 @@ "AA" ], "block": "crafting_table", - "uuid": "ebbf621e-3a9f-4476-92ce-5916519b8a0d", + "uuid": "4868d4c1-56fc-497e-9940-199b52c63ca1", "priority": 0, "width": 2, "height": 3 @@ -16346,7 +16346,7 @@ "ABA" ], "block": "crafting_table", - "uuid": "a3382135-3f98-4d58-b329-c24f65607615", + "uuid": "940404d4-e5cc-44e0-bec0-85d9207060d9", "priority": 0, "width": 3, "height": 2 @@ -16379,7 +16379,7 @@ "ABA" ], "block": "crafting_table", - "uuid": "d34c6014-74ca-44f2-8ab0-cd37aab85535", + "uuid": "f9e2b18d-1ab8-4eea-93a1-340ff7cdf465", "priority": 0, "width": 3, "height": 2 @@ -16413,7 +16413,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "30c08934-04f8-4939-81db-64d7a2c2ac8b", + "uuid": "903a6250-6f26-487c-b660-b2114f70b9ac", "priority": 0, "width": 3, "height": 3 @@ -16440,7 +16440,7 @@ "A" ], "block": "crafting_table", - "uuid": "ef177257-1434-4808-b060-2d2b4f684910", + "uuid": "2c70b8e9-5a3c-4fb6-a4a4-a7212b4c7c99", "priority": 0, "width": 1, "height": 2 @@ -16466,7 +16466,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "9f859eab-56e7-4b53-a9a9-216f13e0c954", + "uuid": "f97ff018-a31e-4b3a-a577-d43eca77d099", "priority": 0, "width": 3, "height": 1 @@ -16494,7 +16494,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "5b50134d-b76a-4e65-bbbe-aa91a6ce9608", + "uuid": "b6af043d-4b99-4ca1-8705-2ab1f47977d0", "priority": 0, "width": 3, "height": 3 @@ -16520,7 +16520,7 @@ "A" ], "block": "crafting_table", - "uuid": "44f32002-f163-4482-ab88-89fadc636e80", + "uuid": "d448389e-97c0-4d97-9cad-b6ee7bb795ac", "priority": 0, "width": 1, "height": 1 @@ -16546,7 +16546,7 @@ "A" ], "block": "crafting_table", - "uuid": "c44120e6-0ab7-4212-96e3-e9ef234f83f7", + "uuid": "218ec5ea-b12e-4225-8738-7f5cfb12c0e5", "priority": 0, "width": 1, "height": 1 @@ -16572,7 +16572,7 @@ "AA" ], "block": "crafting_table", - "uuid": "f58f4df9-099a-46eb-b53c-6cb15793628b", + "uuid": "e9bc4382-f149-4b61-a7ce-b7a232f10f77", "priority": 0, "width": 2, "height": 1 @@ -16599,7 +16599,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "0af8fb7f-a194-49ac-8b77-17bb8393635f", + "uuid": "9e162a90-1c7a-426e-827b-291c3718ce5f", "priority": 0, "width": 3, "height": 2 @@ -16633,7 +16633,7 @@ " B " ], "block": "crafting_table", - "uuid": "9352072c-d98e-4b39-a7e9-e24984c1083f", + "uuid": "f80cadc0-1439-4b88-8c91-af1530a50054", "priority": 0, "width": 3, "height": 3 @@ -16659,7 +16659,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "1a1a3a5e-9e95-4aef-948b-20f6259f5e6b", + "uuid": "fb437307-c439-49ae-90a0-7d562209aa6a", "priority": 0, "width": 3, "height": 1 @@ -16687,7 +16687,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "bd378844-a241-4ca4-a40d-73e88ba7298a", + "uuid": "8a55a1b5-8092-4169-8e2a-1ad92401b514", "priority": 0, "width": 3, "height": 3 @@ -16714,7 +16714,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "2be6bdf3-8c03-49af-a442-218421deaac2", + "uuid": "a751885b-0d5a-47b3-b714-4ff25e73cf9c", "priority": 0, "width": 3, "height": 2 @@ -16743,7 +16743,7 @@ } ], "block": "crafting_table", - "uuid": "4c626895-9da1-4fc8-9166-aa8041e93047", + "uuid": "fd2eb2f9-6f92-4ec9-8fe8-73f23e59405e", "priority": 0 }, { @@ -16770,7 +16770,7 @@ } ], "block": "crafting_table", - "uuid": "1819f702-52df-490b-a99a-a6d4559a43bb", + "uuid": "33c869cc-537c-4ec8-8de3-390567e08b49", "priority": 0 }, { @@ -16797,7 +16797,7 @@ } ], "block": "crafting_table", - "uuid": "f18cfc99-93ab-4a85-a81e-59c9916bdfa2", + "uuid": "ac3ba3de-d11e-4bb9-a787-c1c32d2327bc", "priority": 0 }, { @@ -16824,7 +16824,7 @@ } ], "block": "crafting_table", - "uuid": "0dcdd7d3-cad2-4906-8dc7-8678140b590e", + "uuid": "e21204d2-85ce-42c8-9d15-a434b53c6de9", "priority": 0 }, { @@ -16851,7 +16851,7 @@ } ], "block": "crafting_table", - "uuid": "aaa89f1d-3d3d-4b90-bb3d-71c28e7bfe4b", + "uuid": "bd53522b-09a4-4d63-8043-ae34dac7e9f3", "priority": 0 }, { @@ -16878,7 +16878,7 @@ } ], "block": "crafting_table", - "uuid": "9d0fe5fb-cd22-4ebc-8733-1d5c14748179", + "uuid": "2d091d49-0f35-47b5-b820-cda68a720d0a", "priority": 0 }, { @@ -16908,7 +16908,7 @@ "ABA" ], "block": "crafting_table", - "uuid": "ca3f0fa9-580e-43ef-b82a-a5dc24d3867f", + "uuid": "e0903805-3409-4125-af8e-956363c9cca5", "priority": -1, "width": 3, "height": 3 @@ -16938,7 +16938,7 @@ } ], "block": "crafting_table", - "uuid": "0a97e6b4-dd53-4b95-8597-1200225efd2d", + "uuid": "24c0eb25-5a3e-4576-844e-0ea303917120", "priority": 0 }, { @@ -16976,7 +16976,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "eb606a60-e3bd-4068-8b94-38372bcfb3f6", + "uuid": "ac0f4019-c570-4a51-9019-1f8c3dbe92ea", "priority": 0, "width": 3, "height": 3 @@ -17009,7 +17009,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "a09d2687-a7ba-41cc-82be-5bb7b393b4a2", + "uuid": "321278bb-9942-48e1-a21a-04c46f584e30", "priority": -1, "width": 3, "height": 3 @@ -17043,7 +17043,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "c324874f-73c8-40a4-a14c-669dc0612279", + "uuid": "5284d70a-f573-4f7c-8db5-30f6c96ec964", "priority": 2, "width": 3, "height": 3 @@ -17077,7 +17077,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "61666500-ffd8-4267-81d5-1ba2083be8d5", + "uuid": "8ae488bc-5b23-4da6-8344-533d1fc05484", "priority": 2, "width": 3, "height": 3 @@ -17111,7 +17111,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "8f393142-8625-43ba-8f3e-4a9601cd9109", + "uuid": "1967f77f-552d-420a-b718-277d76b1748b", "priority": 2, "width": 3, "height": 3 @@ -17170,7 +17170,7 @@ } ], "block": "crafting_table", - "uuid": "7a8dbdd1-3e84-4e90-86be-21b3adfc0b93", + "uuid": "66c737e5-e1d0-442d-9bf3-fa384ee5c126", "priority": 0 }, { @@ -17195,7 +17195,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "37a2926d-53c9-46ff-8118-7f25bc101908", + "uuid": "8faedbc1-0269-47e1-8c71-883c13bf63a7", "priority": 0, "width": 3, "height": 2 @@ -17224,7 +17224,7 @@ } ], "block": "crafting_table", - "uuid": "c8c9cd34-62d3-4313-b41b-09fcc6aaa3ad", + "uuid": "dce6765a-e448-4d6c-9791-fb852970d9f7", "priority": 0 }, { @@ -17250,7 +17250,7 @@ "AA" ], "block": "crafting_table", - "uuid": "98b86cdf-72ff-44e1-8e8c-773895c33f60", + "uuid": "e06a01a9-38ce-434c-9c53-8696b2ae84c1", "priority": 0, "width": 2, "height": 3 @@ -17283,7 +17283,7 @@ "ABA" ], "block": "crafting_table", - "uuid": "541332d9-7302-4e15-bd6e-3cdfd35b3a90", + "uuid": "29b8dcb3-2146-4a74-96fc-a3a77667d917", "priority": 0, "width": 3, "height": 2 @@ -17316,7 +17316,7 @@ "ABA" ], "block": "crafting_table", - "uuid": "0f27feb1-6eca-4fec-9dd7-942a9d6b8c5b", + "uuid": "e4b262e4-8af1-442f-92f3-80623aade103", "priority": 0, "width": 3, "height": 2 @@ -17350,7 +17350,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "1518aa97-1b2c-4a2a-9551-cc90e9770fe6", + "uuid": "43aa007f-f668-4b87-83df-f9a778e63372", "priority": 0, "width": 3, "height": 3 @@ -17376,7 +17376,7 @@ "A" ], "block": "crafting_table", - "uuid": "63b9146a-d105-4279-a5e5-c1207e40b738", + "uuid": "9832fa73-fa92-47a1-9d25-7902cfbf00ba", "priority": 0, "width": 1, "height": 1 @@ -17402,7 +17402,7 @@ "A" ], "block": "crafting_table", - "uuid": "0e787de0-00c5-4676-b66d-410d0b0623b9", + "uuid": "2297f38c-cb65-4ef0-b657-abcc7e611525", "priority": 0, "width": 1, "height": 1 @@ -17414,8 +17414,8 @@ "A": { "type": "default", "count": 1, - "itemId": "minecraft:wood", - "auxValue": 10 + "itemId": "minecraft:stripped_birch_wood", + "auxValue": 32767 } }, "output": [ @@ -17428,7 +17428,7 @@ "A" ], "block": "crafting_table", - "uuid": "505e49cc-56d5-403d-8dd7-bf042f0dc0bf", + "uuid": "5db06b16-8823-41d6-8f9d-f4e25989431d", "priority": 0, "width": 1, "height": 1 @@ -17440,8 +17440,8 @@ "A": { "type": "default", "count": 1, - "itemId": "minecraft:wood", - "auxValue": 2 + "itemId": "minecraft:birch_wood", + "auxValue": 32767 } }, "output": [ @@ -17454,7 +17454,7 @@ "A" ], "block": "crafting_table", - "uuid": "7ca686e1-b4d7-4353-9c55-2219b4447141", + "uuid": "ceaae00e-68af-49b6-a2a0-a83d7a38073c", "priority": 0, "width": 1, "height": 1 @@ -17482,7 +17482,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "5afc7619-df4f-48f2-ac2e-243e0b3db356", + "uuid": "25e140c3-2aa0-4141-9f75-b47588dba923", "priority": 0, "width": 3, "height": 3 @@ -17495,12 +17495,12 @@ "type": "default", "count": 1, "itemId": "minecraft:birch_log", - "auxValue": 0 + "auxValue": 32767 } }, "output": [ { - "id": "minecraft:wood", + "id": "minecraft:birch_wood", "count": 3 } ], @@ -17509,7 +17509,7 @@ "AA" ], "block": "crafting_table", - "uuid": "2662452f-0eae-4039-aa5d-e6f7c3f1b259", + "uuid": "499d8cfc-a0fa-4116-bcdf-f0b259a1ed8b", "priority": 0, "width": 2, "height": 2 @@ -17527,7 +17527,7 @@ }, "output": [ { - "id": "minecraft:wood", + "id": "minecraft:stripped_birch_wood", "count": 3 } ], @@ -17536,7 +17536,7 @@ "AA" ], "block": "crafting_table", - "uuid": "4b9849d8-923f-4e5d-be19-b6c3937e9315", + "uuid": "930f4782-5e46-4d75-b03d-693b7a3678e3", "priority": 0, "width": 2, "height": 2 @@ -17554,7 +17554,7 @@ }, "output": [ { - "id": "minecraft:wooden_slab", + "id": "minecraft:birch_slab", "count": 6 } ], @@ -17562,7 +17562,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "3a2a9b65-ee31-45c3-a410-74dfddc521d0", + "uuid": "53ffba4c-9205-4018-9e18-3bb75ec85a27", "priority": 0, "width": 3, "height": 1 @@ -17596,7 +17596,7 @@ " B " ], "block": "crafting_table", - "uuid": "16066d7e-a70c-4dfa-b449-fc51c2e2e639", + "uuid": "26bf21ef-7718-4aea-b4f5-f55df9fd533b", "priority": 0, "width": 3, "height": 3 @@ -17625,7 +17625,7 @@ } ], "block": "crafting_table", - "uuid": "7ef699b0-8534-4202-ba41-918608d45ccd", + "uuid": "1ad4bbc3-3ae9-41e3-b992-21a59b44e415", "priority": 0 }, { @@ -17652,7 +17652,7 @@ } ], "block": "crafting_table", - "uuid": "fad126c5-8d8d-4762-a5ce-3c385b834430", + "uuid": "c0fec55c-76d2-45e4-a1fc-8de210fe96c1", "priority": 0 }, { @@ -17676,7 +17676,7 @@ "AA" ], "block": "crafting_table", - "uuid": "da22e897-70c0-4bd8-b1c5-9ac58f0c1074", + "uuid": "fd8155da-d6ec-4142-9435-32be085eb5f8", "priority": 0, "width": 2, "height": 1 @@ -17710,7 +17710,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "c646a6b7-f6f3-489e-b68f-58084fe639aa", + "uuid": "379f0437-3ecf-4967-8179-2d45cdbfa3b4", "priority": 1, "width": 3, "height": 3 @@ -17781,7 +17781,7 @@ } ], "block": "crafting_table", - "uuid": "464a3efc-f388-4d5e-b54f-3d3b15e23d4e", + "uuid": "b02b8da0-c750-473e-b5e0-c4d45eb9714a", "priority": 0 }, { @@ -17850,7 +17850,7 @@ } ], "block": "crafting_table", - "uuid": "3891abb0-ffd0-4f0d-83df-544c8f8ebf51", + "uuid": "1bee1229-c8b8-4680-b53c-587e7f0ab443", "priority": 1 }, { @@ -17871,7 +17871,7 @@ } ], "block": "crafting_table", - "uuid": "01a5953e-0df5-4357-ab6d-66d3d134aae4", + "uuid": "575dfc09-5284-4ce0-860a-f2003052e394", "priority": 0 }, { @@ -17892,7 +17892,7 @@ } ], "block": "crafting_table", - "uuid": "e9ea53cf-abbe-4d27-bb31-8d8e95719255", + "uuid": "6cec44ac-413b-42bc-9248-f3196c491b38", "priority": 0 }, { @@ -17924,7 +17924,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "3ebca630-b39d-4bf2-86b7-9e674b616739", + "uuid": "e735d97a-fe2e-4be9-be1e-7e480c8fecbb", "priority": 0, "width": 3, "height": 3 @@ -17958,7 +17958,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "7d214178-c5a8-489b-8279-a6c86bdb62f8", + "uuid": "650e6734-eb8e-4778-b329-d8424479efe8", "priority": 1, "width": 3, "height": 3 @@ -17985,7 +17985,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "6a0684f1-3153-4455-b55b-400992f3f1f9", + "uuid": "8f285c11-d3ec-4390-9140-d99a5ca5d052", "priority": 0, "width": 3, "height": 2 @@ -18019,7 +18019,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "434c496d-5531-434a-b8c0-cc02b47ff25c", + "uuid": "473d3dd3-4abc-44d5-9ba9-912ac9378992", "priority": 0, "width": 3, "height": 3 @@ -18053,7 +18053,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "8dbcded9-96fe-40ef-8d15-c59cc702d19e", + "uuid": "3c37557f-d019-4d82-ac20-602af4de2be0", "priority": 0, "width": 3, "height": 3 @@ -18087,7 +18087,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "22f2c41d-521d-4a30-a737-2e326cd90995", + "uuid": "4174d83e-c63a-4deb-9d40-b1bfd72d53aa", "priority": 1, "width": 3, "height": 3 @@ -18113,7 +18113,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "d4f5ccda-be29-4e6e-ba06-0a948a0c5225", + "uuid": "f6a61d5e-26f8-4f47-a3d6-3be6a170999f", "priority": 0, "width": 3, "height": 1 @@ -18141,7 +18141,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "28428b6a-141f-45ee-8c7e-9708c063f3a1", + "uuid": "ca18f246-77e7-45a4-abab-809c9cf5985b", "priority": 0, "width": 3, "height": 3 @@ -18168,7 +18168,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "4ebf92b0-0645-48f8-a0ad-b7d074b71162", + "uuid": "19257e92-1377-4adc-b0e5-724b0da73770", "priority": 0, "width": 3, "height": 2 @@ -18208,7 +18208,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "a8ef4716-d50c-48fa-b977-cba75f7d5c6f", + "uuid": "3d4e68cf-6449-4883-8bbc-47e39161b7fc", "priority": 0, "width": 3, "height": 3 @@ -18231,7 +18231,7 @@ } ], "block": "crafting_table", - "uuid": "ed62c1b2-4295-4f63-b50d-28f13b72072d", + "uuid": "276b8223-7b5e-4c46-aed8-82dfba6c1649", "priority": 0 }, { @@ -18264,7 +18264,7 @@ " B " ], "block": "crafting_table", - "uuid": "6864f7d8-d963-49bd-bc28-04ab8a438a70", + "uuid": "217301ff-1218-447f-a2f5-05e0aac8c96e", "priority": 0, "width": 3, "height": 3 @@ -18293,7 +18293,7 @@ } ], "block": "crafting_table", - "uuid": "a1f27c84-fe92-4d4c-832a-abbd7df59697", + "uuid": "d5d4aee5-601b-496e-b024-49b373f98ea6", "priority": 0 }, { @@ -18320,7 +18320,7 @@ } ], "block": "crafting_table", - "uuid": "23a0dab7-27aa-4861-a833-bb7c1fc46891", + "uuid": "1a4586d4-a361-4701-a79f-e453ec49c271", "priority": 0 }, { @@ -18344,7 +18344,7 @@ "AA" ], "block": "crafting_table", - "uuid": "09d98062-8c0e-4b2e-ade3-02fa4009b515", + "uuid": "31f14377-46f7-495f-a436-abb081e6aad8", "priority": 0, "width": 2, "height": 1 @@ -18378,7 +18378,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "20e42b74-6b82-47b8-a260-82674925a075", + "uuid": "3bd49844-39ba-4586-a328-5d6b127241f0", "priority": 0, "width": 3, "height": 3 @@ -18449,7 +18449,7 @@ } ], "block": "crafting_table", - "uuid": "6b8922f1-2e4c-4f81-84b4-c430de06bac1", + "uuid": "6c9bffde-0bde-4772-9da4-58a02f68a0b6", "priority": 0 }, { @@ -18518,7 +18518,7 @@ } ], "block": "crafting_table", - "uuid": "eb582e65-a95c-42da-9a33-42e471742cf8", + "uuid": "5f95caf4-8bb8-46cd-967a-fe934783e8a4", "priority": 1 }, { @@ -18539,7 +18539,7 @@ } ], "block": "crafting_table", - "uuid": "25737d5c-916f-45f7-baed-736f48e511c3", + "uuid": "4f3aba96-1b80-4a8e-abf5-019cd883dbda", "priority": 0 }, { @@ -18560,7 +18560,7 @@ } ], "block": "crafting_table", - "uuid": "e47b03df-cad3-4522-93e6-5c41190d680c", + "uuid": "f4256302-7dac-4281-ad0a-c6bcfc0b6d28", "priority": 0 }, { @@ -18586,7 +18586,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "b4e8c418-5f7b-4be5-a955-bec3489c1f9a", + "uuid": "a713fa97-f0a7-42b2-a329-6f316023bdbc", "priority": 0, "width": 3, "height": 3 @@ -18620,7 +18620,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "a8afd377-d687-4856-ba05-d35365fcdb53", + "uuid": "d956cada-c4d2-44d7-8371-dfbfd8c89754", "priority": 0, "width": 3, "height": 3 @@ -18654,7 +18654,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "5a77d5e9-f41a-4a95-b905-12da1d49d0c1", + "uuid": "7ca260d0-f076-44ca-ab9c-f1aa425b3029", "priority": 1, "width": 3, "height": 3 @@ -18681,7 +18681,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "aef5cd8e-771b-4b3b-86e1-388e0fce1d97", + "uuid": "c9892163-2b28-4670-b34e-89bc23dce5ea", "priority": 0, "width": 3, "height": 2 @@ -18715,7 +18715,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "25b09a64-45ae-4933-a237-18315931ce77", + "uuid": "019e26a0-f56a-4234-a9f6-180320b3e551", "priority": 0, "width": 3, "height": 3 @@ -18749,7 +18749,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "00e00460-a038-488c-b545-4d51899ed1d8", + "uuid": "bd23e973-9776-490c-9488-a25f7e98979d", "priority": 0, "width": 3, "height": 3 @@ -18783,7 +18783,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "56c4e641-1382-4edd-bef9-801f0391eccf", + "uuid": "03a8b3de-1677-4ea5-af29-1a962263200c", "priority": 1, "width": 3, "height": 3 @@ -18810,7 +18810,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "565908e9-0c07-4f0e-88d6-4fb1db85e2ba", + "uuid": "09799251-6045-48f2-a7b8-38998e40778c", "priority": 0, "width": 3, "height": 2 @@ -18838,7 +18838,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "cb2ca3ee-7d68-493a-ae51-6f09e095212a", + "uuid": "9012e3c2-54ae-4c52-9c20-781707169987", "priority": 0, "width": 3, "height": 3 @@ -18861,7 +18861,7 @@ } ], "block": "crafting_table", - "uuid": "08d63079-c92e-425c-9c0b-9ccc86bdb4f4", + "uuid": "88ffba62-aec4-4c96-967a-2e43211d2843", "priority": 0 }, { @@ -18882,7 +18882,7 @@ } ], "block": "crafting_table", - "uuid": "42d97905-a777-4659-8706-f06380a776b3", + "uuid": "54f67ba7-7f2e-4fe7-981a-cf2ab6ed18aa", "priority": 0 }, { @@ -18921,7 +18921,7 @@ } ], "block": "crafting_table", - "uuid": "915f7c32-ac01-42f5-9ad0-b67a2b9f493a", + "uuid": "49feec81-7c7b-4d42-a8ee-813b9c750735", "priority": 0 }, { @@ -18953,7 +18953,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "38542d80-1702-4395-83ac-ccba4b4a1b99", + "uuid": "e6f28913-bed4-466b-b7a2-eead52b4c275", "priority": 2, "width": 3, "height": 3 @@ -18987,7 +18987,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "82daf215-ba3e-4ee2-a87e-843a40937542", + "uuid": "af25b69b-d343-4d66-af9b-dd9f1f7bfeda", "priority": 2, "width": 3, "height": 3 @@ -19021,7 +19021,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "6c3ba931-33b2-4085-a507-aca4fca9dcce", + "uuid": "09b08c69-7985-438c-ab89-c5f4cb0efb9c", "priority": 2, "width": 3, "height": 3 @@ -19055,7 +19055,7 @@ " AB" ], "block": "crafting_table", - "uuid": "5ce5fcd0-0db2-4cb5-b8cd-6d241560b735", + "uuid": "6206268b-671d-40c3-93b4-6249cd07e5fd", "priority": 0, "width": 3, "height": 3 @@ -19082,7 +19082,7 @@ " A " ], "block": "crafting_table", - "uuid": "b3cc40f2-cacf-4625-b49e-a63bf3a5a6c6", + "uuid": "a2076086-c76a-4046-a8c8-d920e4353eee", "priority": 2, "width": 3, "height": 2 @@ -19109,7 +19109,7 @@ " A " ], "block": "crafting_table", - "uuid": "f0ef8393-94ac-42ac-9939-a406d394bf29", + "uuid": "3845c173-d3d6-4fd8-8b2e-6f363d038820", "priority": 2, "width": 3, "height": 2 @@ -19136,7 +19136,7 @@ " A " ], "block": "crafting_table", - "uuid": "5ffa0649-5555-47f0-a31c-c5103b85a2d1", + "uuid": "312bfedb-149a-4f41-907f-1451e072d5c5", "priority": 2, "width": 3, "height": 2 @@ -19162,7 +19162,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "5e8c885c-6043-403a-b7a2-7326a6e60b6f", + "uuid": "cb406723-eb54-42d0-9d39-e6b6541f43c8", "priority": 0, "width": 3, "height": 1 @@ -19194,7 +19194,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "ca9973e7-5558-41c9-a124-f77b46ebbaa1", + "uuid": "05080b0b-da12-4b89-97a7-222008b0006e", "priority": -1, "width": 3, "height": 2 @@ -19227,7 +19227,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "9d176a9a-f8d9-4e4f-b7d7-2a5d8ecae51c", + "uuid": "212de7d1-ea67-4fb7-9a1e-6a18a8dddcd4", "priority": 2, "width": 3, "height": 2 @@ -19260,7 +19260,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "ac9697b0-5af2-46cf-af5b-970fddbafaec", + "uuid": "4103c21b-e6f7-45cf-938c-bec72752bb4f", "priority": 2, "width": 3, "height": 2 @@ -19287,7 +19287,7 @@ "AA" ], "block": "crafting_table", - "uuid": "a64061c9-ef0e-4215-ad65-24a0e7a08a05", + "uuid": "b320a264-e394-4fbe-8314-49025838062c", "priority": 0, "width": 2, "height": 2 @@ -19315,7 +19315,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "906e2dd7-c113-4907-9459-505905572c66", + "uuid": "1e299f83-c8d0-416b-b89d-c1e4573f15ef", "priority": 0, "width": 3, "height": 3 @@ -19342,7 +19342,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "2c60fdb6-263e-484a-83dc-37a6c6a913f5", + "uuid": "ffa52b23-c183-4f6a-84e0-46e969f96d08", "priority": 0, "width": 3, "height": 2 @@ -19377,7 +19377,7 @@ " B " ], "block": "crafting_table", - "uuid": "59388eff-23f0-47ab-8673-1e07537cacef", + "uuid": "311ba140-fa54-48a4-9113-f622e897cf87", "priority": 0, "width": 3, "height": 3 @@ -19406,7 +19406,7 @@ } ], "block": "crafting_table", - "uuid": "13c0f39b-7de0-4774-b500-d0126e9a3e54", + "uuid": "b7281567-605c-4339-8314-e59a87a37d74", "priority": 0 }, { @@ -19433,7 +19433,7 @@ } ], "block": "crafting_table", - "uuid": "872e1523-16fe-4d2f-aa02-96c8c0a0ef37", + "uuid": "fa4a6421-12d5-4b01-9a18-961ec322b93a", "priority": 0 }, { @@ -19457,7 +19457,7 @@ "AA" ], "block": "crafting_table", - "uuid": "551ab91e-e0ee-496e-99ab-b54c2d248f28", + "uuid": "ecf24d73-4053-4356-a234-12c3d4872f98", "priority": 0, "width": 2, "height": 1 @@ -19491,7 +19491,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "6039dbf9-15cc-4700-9e78-6a04036d007d", + "uuid": "42762bdc-4729-4368-abf6-39764f692236", "priority": 0, "width": 3, "height": 3 @@ -19562,7 +19562,7 @@ } ], "block": "crafting_table", - "uuid": "fe168f58-b6a6-46bc-b5dd-54b8f97ea28a", + "uuid": "7a0a320c-a0be-4b21-ae39-01669aeaac1c", "priority": 0 }, { @@ -19631,7 +19631,7 @@ } ], "block": "crafting_table", - "uuid": "b4f30ca3-47b4-4dbe-bfa7-c6456e821a6f", + "uuid": "c5a4a287-48a5-4485-9b4a-55d825460ff0", "priority": 1 }, { @@ -19652,7 +19652,7 @@ } ], "block": "crafting_table", - "uuid": "176ddcc9-47bb-4bbe-a176-e54b956876b6", + "uuid": "6f8ff412-6ba0-424f-b953-5a5d628a5915", "priority": 0 }, { @@ -19684,7 +19684,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "debfeab8-5617-4b81-b43a-809bb8c1b5b4", + "uuid": "24cbb67b-182d-412c-bafa-89cd5fce8988", "priority": 0, "width": 3, "height": 3 @@ -19718,7 +19718,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "8d4d1388-b66e-4915-a8f9-64b59fe5ce13", + "uuid": "a9e7d36f-65af-4cce-be36-305cf2649928", "priority": 1, "width": 3, "height": 3 @@ -19745,7 +19745,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "8598eac5-06ef-4613-abe3-2d143b630855", + "uuid": "bdb06bb8-47ea-4a72-8644-cc6ae42847d2", "priority": 0, "width": 3, "height": 2 @@ -19779,7 +19779,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "a003f52b-2be8-40eb-8cc4-8f61abdcaea8", + "uuid": "9779ff6e-869c-43e8-838f-43e4b5f78434", "priority": 0, "width": 3, "height": 3 @@ -19813,7 +19813,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "c7674379-d7eb-437a-9abc-b3066f5c8b74", + "uuid": "b1e441b2-36b1-4ffb-bee7-9f172154628e", "priority": 0, "width": 3, "height": 3 @@ -19847,7 +19847,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "0ca3de43-de10-4339-8506-eeb2e5180bc1", + "uuid": "66555c78-310d-439c-93bd-9b3494769822", "priority": 1, "width": 3, "height": 3 @@ -19887,7 +19887,7 @@ "C" ], "block": "crafting_table", - "uuid": "c6dfd893-6416-4736-9762-a245eeb3282c", + "uuid": "723682b4-2aca-4e7a-b744-abed0958ba43", "priority": 0, "width": 1, "height": 3 @@ -19914,7 +19914,7 @@ " A " ], "block": "crafting_table", - "uuid": "7989ddca-86cf-4b1c-a1bf-d09fe8edcb22", + "uuid": "4df7de91-19d2-4e49-afb2-f101b99542ce", "priority": 0, "width": 3, "height": 2 @@ -19964,7 +19964,7 @@ "DDD" ], "block": "crafting_table", - "uuid": "832fbbd2-d334-4cd8-8356-c37d98ab1bfd", + "uuid": "0e1372c3-d1bf-4b2b-a7be-bee014012986", "priority": 0, "width": 3, "height": 3 @@ -19997,7 +19997,7 @@ "ABA" ], "block": "crafting_table", - "uuid": "bd70303d-9eef-4431-a4b3-17cdbfb5f4d5", + "uuid": "da72f0c4-461b-4428-8ec6-949b7b8dce2c", "priority": 0, "width": 3, "height": 2 @@ -20035,7 +20035,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "1285b9e7-2f0d-4463-b80c-7d0589512e04", + "uuid": "7be84482-425e-44b6-be39-016bf81f588e", "priority": -1, "width": 3, "height": 3 @@ -20074,7 +20074,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "66281ed9-1ea3-4c8d-8040-802744a22ce0", + "uuid": "b5e8eff4-a3a2-40b6-96ac-a10ef717b725", "priority": 0, "width": 3, "height": 3 @@ -20113,7 +20113,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "01294a39-0438-4b4c-8175-6282c2a4ad4a", + "uuid": "9fb56dbc-0a62-41f5-bead-798bc567183f", "priority": 0, "width": 3, "height": 3 @@ -20153,7 +20153,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "83318053-5e8c-4353-a2e8-84946d32feac", + "uuid": "4a5442c2-a66a-42c3-8ab9-f5baa064d80f", "priority": 2, "width": 3, "height": 3 @@ -20193,7 +20193,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "8f9904d9-1404-44c9-868b-900d72dee614", + "uuid": "3c3c722c-7e66-4f84-bf48-f4bed93b14bd", "priority": 2, "width": 3, "height": 3 @@ -20233,7 +20233,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "4ac29207-ca71-49dc-8bc5-fa9f8c033c03", + "uuid": "8330492c-c0a2-4669-afdd-c4870c248512", "priority": 0, "width": 3, "height": 3 @@ -20273,7 +20273,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "cd1f446e-81b8-4540-a938-aa47d2c7ac7c", + "uuid": "07f02054-0179-487d-81de-d127b222a528", "priority": 0, "width": 3, "height": 3 @@ -20313,7 +20313,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "e2a9909c-7e1a-4476-9c2d-5086a7cd16f9", + "uuid": "2ed4ab0b-6c0f-49f8-8a20-21e09d3b4ce4", "priority": 0, "width": 3, "height": 3 @@ -20353,7 +20353,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "2665b701-9d80-4856-b6c7-5acfb149f2db", + "uuid": "e97463f1-96a8-4f3d-8ceb-3d6aeee4f3d1", "priority": 0, "width": 3, "height": 3 @@ -20393,7 +20393,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "536abfec-7433-4943-bcc8-ac96bc5ecfa2", + "uuid": "886f5595-8c6d-45dd-a363-4a27d13583fb", "priority": 0, "width": 3, "height": 3 @@ -20433,7 +20433,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "adf39cdf-f858-48d5-b47d-6ccb4971c772", + "uuid": "cb9b5858-2b44-4c4c-b8aa-dd462fc12c3c", "priority": 2, "width": 3, "height": 3 @@ -20473,7 +20473,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "4ecf4d00-5f98-4dbe-b23c-fdbf0d78e25d", + "uuid": "18dc3b73-c1e0-4770-a02b-ff4d664435e3", "priority": 0, "width": 3, "height": 3 @@ -20513,7 +20513,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "5e23e193-31c6-4e8a-b028-153bad736bc1", + "uuid": "c6ef457b-72f4-442b-9130-bcc2d4e0a23b", "priority": 0, "width": 3, "height": 3 @@ -20535,10 +20535,9 @@ "auxValue": 32767 }, "C": { - "type": "default", + "type": "complex_alias", "count": 1, - "itemId": "minecraft:wood", - "auxValue": 32767 + "name": "minecraft:wood" } }, "output": [ @@ -20553,7 +20552,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "8506fa12-6d44-471a-a8fd-38c50c391c8b", + "uuid": "e8d1d08e-3a29-42ae-a15d-1c42ed5009ad", "priority": 0, "width": 3, "height": 3 @@ -20592,7 +20591,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "c3b04142-f9fe-4068-aec7-0c7f29d2523c", + "uuid": "5f1cd60f-0161-416a-a267-3a279696f572", "priority": 2, "width": 3, "height": 3 @@ -20630,7 +20629,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "d4904cb3-4d87-4803-a5ba-565f7f5c6d6f", + "uuid": "7e5cfb54-3e90-4823-a0ab-768c7589ef88", "priority": 2, "width": 3, "height": 3 @@ -20669,7 +20668,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "159dfeec-864d-4a36-8e62-e4dc296f82b8", + "uuid": "10618925-5396-448b-9bc1-53723db3853c", "priority": 2, "width": 3, "height": 3 @@ -20708,7 +20707,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "0ce97d96-eb0a-471c-807c-87b1473ed4a4", + "uuid": "528b1f25-93ac-46c0-b52a-806a3914be65", "priority": 2, "width": 3, "height": 3 @@ -20747,7 +20746,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "df851790-8ffc-4137-9ee4-de377db72a99", + "uuid": "5da71ab0-7861-462d-b9be-6b79e5e1fa3a", "priority": 2, "width": 3, "height": 3 @@ -20786,7 +20785,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "405a9ae9-8926-4175-9d64-e6cc157d800f", + "uuid": "1aef99f9-e981-4f69-935b-678d03357f61", "priority": 2, "width": 3, "height": 3 @@ -20825,7 +20824,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "32224cfd-c653-4b79-978b-76e4af552806", + "uuid": "d94fe6a3-35cd-4981-82a5-54ee12ade8d3", "priority": 2, "width": 3, "height": 3 @@ -20864,7 +20863,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "27a62e06-c61a-404c-9633-7c884270b52e", + "uuid": "b219b4df-0ea4-4963-8218-188fcb16c86b", "priority": 2, "width": 3, "height": 3 @@ -20903,7 +20902,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "e7108eeb-f65e-4d44-8b55-e068e41183c5", + "uuid": "ef730f5a-6f68-4680-8dfd-b2b1ba6b4446", "priority": 2, "width": 3, "height": 3 @@ -20942,7 +20941,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "11dbcc66-2f8a-458c-ada3-94550946d5ca", + "uuid": "f2b9f0a4-a9cb-4d43-8009-70c70ff924b4", "priority": 0, "width": 3, "height": 3 @@ -20981,7 +20980,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "07157a9f-4b57-4839-bcf4-704291121fea", + "uuid": "e2ef7f32-8de7-4c6c-8382-e1c1a7650bc0", "priority": 50, "width": 3, "height": 3 @@ -21020,7 +21019,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "104d7be5-63d6-4242-a762-92981c36c442", + "uuid": "6d71c96f-c762-4602-90bd-3937726f0898", "priority": 2, "width": 3, "height": 3 @@ -21059,7 +21058,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "bf6ab2de-5f46-4757-9cf6-516896a362da", + "uuid": "8d82c93b-f31e-455c-bbe1-3879cd45500a", "priority": 2, "width": 3, "height": 3 @@ -21098,7 +21097,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "4828ce1b-5104-4ae0-87f4-131ff59581b3", + "uuid": "7976a9dc-b5e2-4eb4-a223-a8f79649e749", "priority": 2, "width": 3, "height": 3 @@ -21137,7 +21136,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "059f2049-876c-4cfe-9de6-e97804e8051a", + "uuid": "5e815270-d2bb-46d1-a343-0eb84a52e20f", "priority": 2, "width": 3, "height": 3 @@ -21158,10 +21157,9 @@ "name": "minecraft:coal" }, "C": { - "type": "default", + "type": "complex_alias", "count": 1, - "itemId": "minecraft:wood", - "auxValue": 32767 + "name": "minecraft:wood" } }, "output": [ @@ -21176,7 +21174,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "392a26e0-3512-4ddd-8e81-7514db2d5a03", + "uuid": "217c6838-672d-4953-9851-931fed6deb09", "priority": 2, "width": 3, "height": 3 @@ -21209,7 +21207,7 @@ "B" ], "block": "crafting_table", - "uuid": "94fbef00-5357-4367-9f0d-883b73bc068a", + "uuid": "925b3d17-d8dd-4583-8bca-d6470a2a6912", "priority": 1, "width": 1, "height": 2 @@ -21242,7 +21240,7 @@ " B" ], "block": "crafting_table", - "uuid": "b1e74988-d678-4d96-8b2d-f05f77a7a42f", + "uuid": "5102da61-cb38-4808-a8ba-58cfabace28c", "priority": 0, "width": 2, "height": 2 @@ -21275,7 +21273,7 @@ "BB" ], "block": "crafting_table", - "uuid": "c16a7521-a930-4419-b8cf-2faad863a3fd", + "uuid": "5a05ac6b-42de-42b2-a1a9-b3f899733b4a", "priority": -1, "width": 2, "height": 3 @@ -21309,7 +21307,7 @@ "BB" ], "block": "crafting_table", - "uuid": "d2c3a15d-72bd-4ddc-b0ce-8d0b32a60ad4", + "uuid": "d9e1f256-7288-48d3-bae6-39969336af35", "priority": 2, "width": 2, "height": 3 @@ -21343,7 +21341,7 @@ "BB" ], "block": "crafting_table", - "uuid": "3b20cf1f-7272-464f-8cc3-dd19460c303a", + "uuid": "62a14c9e-9374-4ed2-911b-cf594b7bbaf3", "priority": 2, "width": 2, "height": 3 @@ -21377,7 +21375,7 @@ "BB" ], "block": "crafting_table", - "uuid": "866fd512-73ec-4ad9-a99c-ec4cff5168ad", + "uuid": "79964b08-e69c-497a-8792-156d6b99dd2a", "priority": 2, "width": 2, "height": 3 @@ -21405,7 +21403,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "3c47aefd-a35e-47d2-9d32-bd8f9eeaa1ed", + "uuid": "e0621633-4e76-4bc7-91aa-1dc1bb3284ac", "priority": 0, "width": 3, "height": 3 @@ -21439,7 +21437,7 @@ "A" ], "block": "crafting_table", - "uuid": "49b76658-f34c-4fcf-aff0-41157afb43a6", + "uuid": "792f6aed-d5e8-4b06-87a6-477ed75d1cb0", "priority": 0, "width": 1, "height": 3 @@ -21466,7 +21464,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "94658bee-f350-41b4-a0ba-cbf21b064dc5", + "uuid": "7eede7e3-e438-4783-914e-2c6af23594b7", "priority": 0, "width": 3, "height": 2 @@ -21492,7 +21490,7 @@ "A" ], "block": "crafting_table", - "uuid": "63302a4f-89d8-47d3-a579-e58f8b22dd38", + "uuid": "d5a5c7f4-ad84-4608-8b3d-c9e5d78862b7", "priority": 0, "width": 1, "height": 1 @@ -21521,7 +21519,7 @@ } ], "block": "crafting_table", - "uuid": "a9546db6-018b-431a-8299-1c4462b9b4d6", + "uuid": "06301583-1e48-4ffd-bb7d-8c3424d2c953", "priority": 0 }, { @@ -21547,7 +21545,7 @@ "AA" ], "block": "crafting_table", - "uuid": "f30a9b46-64b1-44f4-ae4b-c1aedd024ee8", + "uuid": "8bcb0dae-d2d5-47e8-af28-722421af41d3", "priority": 0, "width": 2, "height": 3 @@ -21580,7 +21578,7 @@ "ABA" ], "block": "crafting_table", - "uuid": "de7f29df-1ca1-435c-b167-b06646f1849f", + "uuid": "6f1f712a-9a90-4976-9ae6-a21175e63a81", "priority": 0, "width": 3, "height": 2 @@ -21613,7 +21611,7 @@ "ABA" ], "block": "crafting_table", - "uuid": "62486814-bb2d-4d9e-b420-40598d706430", + "uuid": "d453dd07-1121-4a8a-a121-a8bc92c1225c", "priority": 0, "width": 3, "height": 2 @@ -21647,7 +21645,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "ab6a10c7-9231-47fb-83cf-9d94ff6f6dc6", + "uuid": "ef804380-8395-4f48-b63d-ae1919230d47", "priority": 0, "width": 3, "height": 3 @@ -21673,7 +21671,7 @@ "A" ], "block": "crafting_table", - "uuid": "7af109cc-3925-4cf4-9f57-12338238be13", + "uuid": "dbc1c232-ba72-436e-bb53-207489710bfd", "priority": 0, "width": 1, "height": 1 @@ -21699,7 +21697,7 @@ "A" ], "block": "crafting_table", - "uuid": "aac80a5f-da4f-4420-85b1-67b1b003f2c4", + "uuid": "ddd5ca69-433b-409b-ace2-809123f9f06d", "priority": 0, "width": 1, "height": 1 @@ -21725,7 +21723,7 @@ "A" ], "block": "crafting_table", - "uuid": "a5b49abf-3ba5-48db-80f1-cf49aa80bde2", + "uuid": "7959affc-354a-4c6a-a9f2-b0f7f3ce75e6", "priority": 0, "width": 1, "height": 1 @@ -21751,7 +21749,7 @@ "A" ], "block": "crafting_table", - "uuid": "0c3a81c5-69b1-451f-855d-f4dd71838920", + "uuid": "b48d9eb1-91b9-48c2-bd59-23165ab18c32", "priority": 0, "width": 1, "height": 1 @@ -21777,7 +21775,7 @@ "AA" ], "block": "crafting_table", - "uuid": "70cce357-2b04-4073-978d-08ce686e4ea2", + "uuid": "2461383f-45d3-4885-ae6d-db3394616746", "priority": 0, "width": 2, "height": 1 @@ -21811,7 +21809,7 @@ " B " ], "block": "crafting_table", - "uuid": "41e8681a-dc29-4870-8467-6ed3b5ccade0", + "uuid": "76b00a55-7f69-4116-bdb6-3d3d5cac275b", "priority": 0, "width": 3, "height": 3 @@ -21837,7 +21835,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "ed8a7e63-bc24-42d2-83f3-3d489a5eeb52", + "uuid": "cccc0104-5778-4784-b89e-fd8fb56dcff8", "priority": 0, "width": 3, "height": 1 @@ -21865,7 +21863,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "7547cd4e-9fbc-4fa1-aa10-99abb90d96ea", + "uuid": "8cbc11c0-b0f2-497e-be77-5109b16f6eec", "priority": 0, "width": 3, "height": 3 @@ -21892,7 +21890,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "7137b871-76d4-4331-9459-b32b8e03350b", + "uuid": "3f9cdeda-b75d-45dd-8e16-3f5c4aa118ce", "priority": 0, "width": 3, "height": 2 @@ -21919,7 +21917,7 @@ "AA" ], "block": "crafting_table", - "uuid": "a9648c0d-a4e4-43b6-b564-7e393d9e0b42", + "uuid": "72281583-ede2-46ea-a0a2-a3b1ac87a8ef", "priority": 0, "width": 2, "height": 2 @@ -21946,7 +21944,7 @@ "AA" ], "block": "crafting_table", - "uuid": "e64fea04-5fc4-42fb-8f8c-10780916176e", + "uuid": "67a36287-4b4c-4c6d-95b4-f98e67fc61c9", "priority": 0, "width": 2, "height": 2 @@ -21975,7 +21973,7 @@ } ], "block": "crafting_table", - "uuid": "6172f245-7d4e-4a4d-bea9-1b0e3fb4e0c3", + "uuid": "168cc863-54d9-41fb-8f36-c11e1d39773a", "priority": 0 }, { @@ -22001,7 +21999,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "a9d33c23-b6a3-4680-874f-efd95af59c1b", + "uuid": "d33d4b35-7607-4567-8e1c-897c6e9427a7", "priority": 2, "width": 3, "height": 3 @@ -22029,7 +22027,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "d40e932c-ba11-4986-b854-be87ae7675a6", + "uuid": "86b14ddf-b2d2-4c8d-b69e-1a2e59cf0d7b", "priority": 2, "width": 3, "height": 3 @@ -22057,7 +22055,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "bffef4e0-e03b-49f9-9d51-7209507f3b58", + "uuid": "f3d2541f-1829-4afd-8fd5-f89b83568afb", "priority": 2, "width": 3, "height": 3 @@ -22086,7 +22084,7 @@ } ], "block": "crafting_table", - "uuid": "b93231ed-bebc-4eef-92d4-933ea4dd1500", + "uuid": "5a67cfce-0be0-4279-9746-5593ef67d1b1", "priority": 0 }, { @@ -22116,7 +22114,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "621a3fd1-5c79-4c91-a9eb-88738410ceb3", + "uuid": "6c579487-7d29-49d4-bc68-bdfc26fe65c5", "priority": 0, "width": 3, "height": 3 @@ -22143,7 +22141,7 @@ "A" ], "block": "crafting_table", - "uuid": "939ab942-1007-4290-a1a0-567b4291ed73", + "uuid": "c099ca05-5b22-4d08-a32a-04e365f42651", "priority": 1, "width": 1, "height": 2 @@ -22170,7 +22168,7 @@ "A" ], "block": "crafting_table", - "uuid": "ee05f51d-a527-4adc-899d-fc1e1ee53b5e", + "uuid": "39501b7e-a4ee-4086-a4c7-fdf1d4ccf4c3", "priority": 0, "width": 1, "height": 2 @@ -22197,7 +22195,7 @@ "A" ], "block": "crafting_table", - "uuid": "57531dab-bdcc-4145-b5e9-01a985f2943f", + "uuid": "0e443c0a-fdad-4433-9418-a199fbcde27b", "priority": 0, "width": 1, "height": 2 @@ -22224,7 +22222,7 @@ "AA" ], "block": "crafting_table", - "uuid": "2fc5621c-ace0-40fe-8b5b-f57a51085150", + "uuid": "48f32d40-9b9f-40d1-9764-2d9a66ca7b34", "priority": 0, "width": 2, "height": 2 @@ -22258,7 +22256,7 @@ " A " ], "block": "crafting_table", - "uuid": "ddc737b4-d38c-45e4-9a47-5e5519ef25b3", + "uuid": "c639405e-b750-4b3f-9ce6-d46af2d73b2b", "priority": 0, "width": 3, "height": 3 @@ -22284,7 +22282,7 @@ "A" ], "block": "crafting_table", - "uuid": "b117bf65-d38c-4fe6-a050-ce44235475c2", + "uuid": "b5f8fc03-a7ed-40d0-be2a-0c2dbe7dcf02", "priority": 0, "width": 1, "height": 1 @@ -22312,7 +22310,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "a83785b0-e070-4856-aa28-8a2e71095e58", + "uuid": "0d060d86-b9e6-4a04-90e2-7286768d6564", "priority": 0, "width": 3, "height": 3 @@ -22345,7 +22343,7 @@ "BA" ], "block": "crafting_table", - "uuid": "a73c8348-e270-4c0f-936c-14a96a313ba6", + "uuid": "113a0cd4-848c-4ce2-a838-d38a883ca30e", "priority": 0, "width": 2, "height": 2 @@ -22385,7 +22383,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "cb0cc263-6512-44c9-be5e-40c4f738d84d", + "uuid": "7b202cbb-d0ae-42e6-ad16-48f74f5ebf10", "priority": 0, "width": 3, "height": 3 @@ -22411,7 +22409,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "e6e03a2c-1896-4a92-a940-847dffa6effa", + "uuid": "e37a253d-e04b-4e0d-89b7-d48d10190488", "priority": 1, "width": 3, "height": 1 @@ -22439,7 +22437,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "b7dd4105-c808-4223-8814-09f0b95c9d90", + "uuid": "5195a391-22c9-4666-978a-103c6075ada3", "priority": 1, "width": 3, "height": 3 @@ -22466,7 +22464,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "d62ab156-3733-48bd-a1ad-197bc50f3be7", + "uuid": "0133425b-5963-4fce-a62a-637959ba1897", "priority": 1, "width": 3, "height": 2 @@ -22494,7 +22492,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "7c65fd24-48be-4e26-ba15-8bae7763a7fd", + "uuid": "8fa4d9c9-0230-4908-b053-af3e8f9dd3ff", "priority": 0, "width": 3, "height": 3 @@ -22521,7 +22519,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "1f2fa16c-78ac-4366-b72f-53749f7837de", + "uuid": "816b99a3-1fa0-4d76-95d7-e5b03f246b0b", "priority": 0, "width": 3, "height": 2 @@ -22561,7 +22559,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "c0fc6105-a839-4e03-aef0-883c6398aeab", + "uuid": "ade02ea8-9e88-4911-b5b9-7b216746fed1", "priority": 0, "width": 3, "height": 3 @@ -22595,7 +22593,7 @@ " A " ], "block": "crafting_table", - "uuid": "afc3dc02-bbdf-4a03-9c55-d254d459e892", + "uuid": "5ff5594b-0563-48a0-8594-9b5d1807791c", "priority": 0, "width": 3, "height": 3 @@ -22622,7 +22620,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "ba4b3bdf-4f63-4ee8-86d5-a22785246336", + "uuid": "8f79f09e-18d6-4567-94dc-680a4a35234d", "priority": -1, "width": 3, "height": 3 @@ -22650,7 +22648,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "b0a64bf1-b199-4569-bedb-973e0ab1c73c", + "uuid": "f4206ae2-66af-49f1-a75f-e7c1ff648812", "priority": 2, "width": 3, "height": 3 @@ -22678,7 +22676,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "f54213a9-0037-475d-9b50-7e6afa367ebb", + "uuid": "efff3098-b51b-45fe-a460-e9eb082afd71", "priority": 2, "width": 3, "height": 3 @@ -22706,7 +22704,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "28f86fd6-6317-4771-ad90-3c9fcec524ae", + "uuid": "4fe700ca-db51-495a-9aea-ec50786e91f9", "priority": 2, "width": 3, "height": 3 @@ -22740,7 +22738,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "cb75dec8-b663-49ef-9772-b934551ec3c4", + "uuid": "66bf294a-74b4-4572-8f1f-91db5ca3a2cc", "priority": 0, "width": 3, "height": 3 @@ -22772,7 +22770,7 @@ "ABA" ], "block": "crafting_table", - "uuid": "ce6da9a3-4513-489f-9a8e-2d812162a34a", + "uuid": "8469dbff-82ba-481b-a268-999e5f63d0c8", "priority": 0, "width": 3, "height": 1 @@ -22800,7 +22798,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "a4273675-0778-4970-b3a6-deb7d33ba613", + "uuid": "9d16226e-e9fc-42ae-b655-e94b87809e54", "priority": 1, "width": 3, "height": 3 @@ -22827,7 +22825,7 @@ "AA" ], "block": "crafting_table", - "uuid": "6bd1db6d-7c9b-451a-9fe5-c4cfd716d1c4", + "uuid": "3af38fb4-0269-45f5-b4fd-fff525494e2f", "priority": 1, "width": 2, "height": 2 @@ -22853,7 +22851,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "1cbbbd99-d8de-4ea7-b22e-f70673ab822e", + "uuid": "ed40daf3-7f67-458c-9572-b19ca1a5cae2", "priority": 1, "width": 3, "height": 1 @@ -22881,7 +22879,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "b6a80dff-6ce8-4c4c-8556-2597239fe0af", + "uuid": "a9952e8f-95fc-4d29-8fa4-a22767744b8d", "priority": 1, "width": 3, "height": 3 @@ -22908,7 +22906,7 @@ "AA" ], "block": "crafting_table", - "uuid": "9bc4c1c3-7e78-42e5-9ce0-5cab22179ef4", + "uuid": "71f8e5e9-f128-4dde-93ee-6389a72b7b4a", "priority": 1, "width": 2, "height": 2 @@ -22934,7 +22932,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "5ec59517-1871-461d-9c9a-636ece52d1d2", + "uuid": "34544687-1036-4ac1-b053-b507a70169e2", "priority": 1, "width": 3, "height": 1 @@ -22962,7 +22960,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "e47fa307-f47d-4636-8cab-e5cccd33ad92", + "uuid": "d613684a-4096-4139-9003-a748c7c7c962", "priority": 1, "width": 3, "height": 3 @@ -22989,7 +22987,7 @@ "AA" ], "block": "crafting_table", - "uuid": "b496496a-ee92-4276-a4f0-6398b30dba4a", + "uuid": "e547fa06-ded0-4f33-8da8-fa065cf5fae9", "priority": 2, "width": 2, "height": 2 @@ -23016,7 +23014,7 @@ "AA" ], "block": "crafting_table", - "uuid": "ee20393a-8689-4c36-afed-0ffdec382330", + "uuid": "97f8f50a-7e6d-4806-9e86-5bf8e804eab4", "priority": 2, "width": 2, "height": 2 @@ -23043,7 +23041,7 @@ "AA" ], "block": "crafting_table", - "uuid": "9a4b35f0-9d78-46b1-8593-d481981d8270", + "uuid": "71afe714-d7b6-4d77-9a13-bff54295fbe1", "priority": 2, "width": 2, "height": 2 @@ -23070,7 +23068,7 @@ "AA" ], "block": "crafting_table", - "uuid": "e3e4d076-ccbd-46ac-8faf-d5c81e983149", + "uuid": "5ee866b0-ac9b-4630-ba0e-92344e60c1d9", "priority": 1, "width": 2, "height": 2 @@ -23096,7 +23094,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "ecc08c9a-adfe-4ed0-bb16-6b6b5f65fdbd", + "uuid": "bdbe55a3-4647-43c2-a2e7-932662ed8c4e", "priority": 1, "width": 3, "height": 1 @@ -23124,7 +23122,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "0fb238c6-0abf-4c8c-8a0f-c69cf41c69a9", + "uuid": "34cd7f6a-d5ee-4a4e-8d67-7b7b888a6666", "priority": 1, "width": 3, "height": 3 @@ -23151,7 +23149,7 @@ "AA" ], "block": "crafting_table", - "uuid": "cda6cb7d-fe05-4db5-aff4-2ee2a637a462", + "uuid": "56790ebb-f36b-4ec0-8fe4-54dbecddc9f0", "priority": 1, "width": 2, "height": 2 @@ -23177,7 +23175,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "00407335-0625-4eaf-b2d7-86d626b0a542", + "uuid": "634cc4e6-8cce-4cc6-84ee-a8c732e0a86b", "priority": 1, "width": 3, "height": 1 @@ -23205,7 +23203,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "ba021e4b-b217-4483-a2af-904dd813e22b", + "uuid": "9649fb5d-308b-49c6-a54c-0265e3a56039", "priority": 1, "width": 3, "height": 3 @@ -23232,7 +23230,7 @@ "AA" ], "block": "crafting_table", - "uuid": "03f0c1f1-8282-4c13-bcc9-89b1f8429b94", + "uuid": "b8fdc165-2fce-4ad9-9c7c-282089278ae7", "priority": 1, "width": 2, "height": 2 @@ -23258,7 +23256,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "52412f84-85b6-441e-b2c7-31988c7d8ad7", + "uuid": "3b74a265-e0a9-4b16-a310-fc02fce71e1f", "priority": 1, "width": 3, "height": 1 @@ -23286,7 +23284,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "f4160c71-9ac0-4bd4-9bde-05f9bab4cdab", + "uuid": "8b5a5684-51df-4d14-a579-081da74fe39e", "priority": 1, "width": 3, "height": 3 @@ -23313,7 +23311,7 @@ "AA" ], "block": "crafting_table", - "uuid": "405a8fa0-5986-4749-af1b-336f637e1822", + "uuid": "8912c40d-179c-4073-92c6-68545641ce69", "priority": 1, "width": 2, "height": 2 @@ -23339,7 +23337,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "f3270a6a-680e-42ec-9eaf-8555b88f2a6f", + "uuid": "2ecce791-0175-436e-9ca4-6bcf078e9cde", "priority": 1, "width": 3, "height": 1 @@ -23367,7 +23365,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "85c377bc-a328-41bd-a083-cf9e89a8d4e5", + "uuid": "5a2b8fa5-eb10-4316-b684-f22979c1f4cb", "priority": 1, "width": 3, "height": 3 @@ -23394,7 +23392,7 @@ "AA" ], "block": "crafting_table", - "uuid": "35ab226f-a5f0-4b5b-af79-86c5859e5d6e", + "uuid": "ded54166-13ef-40ea-92d1-8dea56c720c5", "priority": 1, "width": 2, "height": 2 @@ -23420,7 +23418,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "2529def4-60a7-4dab-b176-6fbc85df78f2", + "uuid": "59ff3bdd-8713-4cfe-85f3-4ae8b5d4cb57", "priority": 1, "width": 3, "height": 1 @@ -23448,7 +23446,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "79438712-1ef4-4bf9-8c1a-ccebfbd73e85", + "uuid": "96654833-dbf4-462d-a6d2-9b9d13a1ca56", "priority": 1, "width": 3, "height": 3 @@ -23475,7 +23473,7 @@ "AA" ], "block": "crafting_table", - "uuid": "6afc78f4-77d1-4f89-a0c3-c2a2d259c8db", + "uuid": "e1a0b24f-3127-4e61-9d37-f349064d5ec1", "priority": 1, "width": 2, "height": 2 @@ -23501,7 +23499,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "4464ed27-4736-4242-b03b-7911ce8711ed", + "uuid": "f609b72b-84b5-4a9f-b245-f18e304a5ddd", "priority": 1, "width": 3, "height": 1 @@ -23529,7 +23527,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "14b6cc70-8093-4e10-9e55-53ebdfc481b7", + "uuid": "8f9a7805-dfd3-4982-9fb9-1fc21035ac67", "priority": 1, "width": 3, "height": 3 @@ -23555,7 +23553,7 @@ "A" ], "block": "crafting_table", - "uuid": "96d7b76d-56e1-4ecc-9848-870da768a85b", + "uuid": "cb68da60-55c7-47a1-9e1f-b18311b3b52f", "priority": 0, "width": 1, "height": 1 @@ -23583,7 +23581,7 @@ "AA" ], "block": "crafting_table", - "uuid": "5593ddb8-3890-4f79-bbc8-dad20624f50d", + "uuid": "dee9c5dd-e2a2-4978-b44c-2dc9114dcdd9", "priority": 0, "width": 2, "height": 3 @@ -23616,7 +23614,7 @@ "ABA" ], "block": "crafting_table", - "uuid": "3a0a56d3-2996-45d8-9d82-15ae3e3955ed", + "uuid": "67809d1d-d329-4248-a775-ed5656e84ffc", "priority": 0, "width": 3, "height": 2 @@ -23649,7 +23647,7 @@ "ABA" ], "block": "crafting_table", - "uuid": "5727cda4-de93-4423-88e1-5ad02f27c7db", + "uuid": "07534b67-5d4f-41b3-9557-d031693b5657", "priority": 0, "width": 3, "height": 2 @@ -23683,7 +23681,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "258768a7-a5bf-4561-ab53-8eba8f9dd78b", + "uuid": "a7d078d7-bd3e-479a-9454-1666a8ffad4d", "priority": 0, "width": 3, "height": 3 @@ -23710,7 +23708,7 @@ "AA" ], "block": "crafting_table", - "uuid": "b52e57fd-8879-40b2-8faf-cb242694117b", + "uuid": "bdd395ca-205d-4c3b-8b2b-c72d8df9558b", "priority": 0, "width": 2, "height": 2 @@ -23736,7 +23734,7 @@ "A" ], "block": "crafting_table", - "uuid": "5f2e330d-077a-48a0-8d8f-988336dafec7", + "uuid": "40ae0141-d3e5-43ff-8b0c-47a827a8996b", "priority": 0, "width": 1, "height": 1 @@ -23762,7 +23760,7 @@ "A" ], "block": "crafting_table", - "uuid": "a3d885a1-86db-4b6b-8de9-c97c99cc3c52", + "uuid": "f8bad0d5-5761-4317-97df-82ce361c9bad", "priority": 0, "width": 1, "height": 1 @@ -23788,7 +23786,7 @@ "A" ], "block": "crafting_table", - "uuid": "cc86eb77-17e2-4612-be71-13908d6bb470", + "uuid": "b9b3c7fa-9d4f-4290-a4dd-c2f88e8dae0d", "priority": 0, "width": 1, "height": 1 @@ -23814,7 +23812,7 @@ "A" ], "block": "crafting_table", - "uuid": "138e0926-aea3-4ff5-93d6-3a4446c7002c", + "uuid": "51b5a353-78b8-43e3-82fb-633b60ede02c", "priority": 0, "width": 1, "height": 1 @@ -23840,7 +23838,7 @@ "AA" ], "block": "crafting_table", - "uuid": "a37062d3-aed2-4e11-8d0a-99f235e4a558", + "uuid": "73cc9c97-c21e-4dee-98a1-5587060c92a5", "priority": 0, "width": 2, "height": 1 @@ -23874,7 +23872,7 @@ " B " ], "block": "crafting_table", - "uuid": "39222597-91a9-42d6-8675-83704dc9d314", + "uuid": "cc2ae24b-8d0b-42d3-a9f6-3cec9e25b2ca", "priority": 0, "width": 3, "height": 3 @@ -23900,7 +23898,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "6a5554bd-fd49-4088-b318-42d9c41a2fb5", + "uuid": "1f1e5410-5add-4666-a838-51793e53897a", "priority": 0, "width": 3, "height": 1 @@ -23928,7 +23926,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "4d646e3c-f859-48d6-8ecc-55994a4242b7", + "uuid": "f131beb7-c71a-4ab4-b0c5-33b359f728c2", "priority": 0, "width": 3, "height": 3 @@ -23955,7 +23953,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "afe82bfb-14a4-4243-92db-9bd41f950e18", + "uuid": "f6cc2232-2230-4481-abd4-2ec91065a71c", "priority": 0, "width": 3, "height": 2 @@ -24001,7 +23999,7 @@ " A " ], "block": "crafting_table", - "uuid": "7d729410-99a4-4cde-a065-0a2c95b6e0d9", + "uuid": "0be58f87-e5b8-413c-bc5e-08296091b504", "priority": 0, "width": 3, "height": 3 @@ -24036,7 +24034,7 @@ " B " ], "block": "crafting_table", - "uuid": "64b5acc9-7576-40ee-9eef-fff70dffa98a", + "uuid": "11d86cf2-477c-43fd-b91f-3a2e6339da02", "priority": 0, "width": 3, "height": 3 @@ -24065,7 +24063,7 @@ } ], "block": "crafting_table", - "uuid": "d5104992-1ab2-4537-83ba-3b6482e9a45e", + "uuid": "09b2b08c-41c5-4383-8506-4a85ef402b7c", "priority": 0 }, { @@ -24089,7 +24087,7 @@ "AA" ], "block": "crafting_table", - "uuid": "e269ccac-d7f4-4612-9718-1f1f532cb3a5", + "uuid": "6f3d230e-294d-40ed-884f-10504459abae", "priority": 0, "width": 2, "height": 1 @@ -24123,7 +24121,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "4c4c0fe1-35b2-46a7-84f2-2a6a12ea14e7", + "uuid": "c17568f7-1b73-465b-b3e1-2063b2ea042a", "priority": 0, "width": 3, "height": 3 @@ -24194,7 +24192,7 @@ } ], "block": "crafting_table", - "uuid": "18de7fe4-72ff-48ca-8a8b-b74bd1018206", + "uuid": "7253e66d-4ac6-4950-940c-a347c1780bcd", "priority": 0 }, { @@ -24221,7 +24219,7 @@ } ], "block": "crafting_table", - "uuid": "e2e56e81-e9fc-4481-b035-a1ba39ab9360", + "uuid": "385d9471-9f17-49d1-8ae0-8f0b34805559", "priority": 0 }, { @@ -24248,7 +24246,7 @@ } ], "block": "crafting_table", - "uuid": "8bc02f52-8b53-413f-8177-139dc029b0bc", + "uuid": "1c322eac-2465-43d2-bdff-83f9484f6455", "priority": 1 }, { @@ -24269,7 +24267,7 @@ } ], "block": "crafting_table", - "uuid": "19ac6708-3c28-4969-9a41-1daf6ee3b031", + "uuid": "dcef73f0-16f7-4347-8aeb-d64c83b0f7b4", "priority": 0 }, { @@ -24301,7 +24299,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "5f0a88d7-9fa8-4ca7-a514-5f6f925a539d", + "uuid": "a45459e4-1503-40cb-b099-3acbeff4fd2c", "priority": 0, "width": 3, "height": 3 @@ -24328,7 +24326,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "3af5b961-1ee4-4a63-b7d9-9c30d889d021", + "uuid": "9753398d-3916-47e6-b770-d7d7935c7c16", "priority": 0, "width": 3, "height": 2 @@ -24362,7 +24360,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "6ce64422-3d56-495b-9a99-ba30b1c129f3", + "uuid": "228adccc-5b0e-42a8-a90d-0686e1239ec3", "priority": 0, "width": 3, "height": 3 @@ -24396,7 +24394,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "63fedbe7-9ebe-4356-9f46-b38960f52481", + "uuid": "61d34526-ec75-48d6-a999-7ea503504d75", "priority": 0, "width": 3, "height": 3 @@ -24423,7 +24421,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "c81ac0c9-e0d4-4621-a74e-914b14e5e22c", + "uuid": "a5ba8aa3-8abb-44e7-b2a7-9787ddc2ffb2", "priority": 0, "width": 3, "height": 2 @@ -24452,7 +24450,7 @@ } ], "block": "crafting_table", - "uuid": "c3f24abd-476c-4301-a16f-a6c25cf0ebfa", + "uuid": "cf6dbef6-7404-431c-af26-42c6f5edc055", "priority": 0 }, { @@ -24478,7 +24476,7 @@ "AA" ], "block": "crafting_table", - "uuid": "81efebfc-65b2-4104-8517-7c1a55d9e7d3", + "uuid": "1a705011-2697-4737-83e9-f97cbdc96c3d", "priority": 0, "width": 2, "height": 3 @@ -24511,7 +24509,7 @@ "ABA" ], "block": "crafting_table", - "uuid": "e70d4233-d36f-452a-b492-2d2fa54b8106", + "uuid": "c87a0297-ef0a-4227-b135-ea32fdb2c79d", "priority": 0, "width": 3, "height": 2 @@ -24544,7 +24542,7 @@ "ABA" ], "block": "crafting_table", - "uuid": "ee85d00b-4bdc-44ab-b982-31da2a7e5c97", + "uuid": "e24a9961-aeb1-4c06-a225-15d82443ab59", "priority": 0, "width": 3, "height": 2 @@ -24578,7 +24576,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "cc7e426f-e1fe-4ce0-a8d2-5fbc0f61d804", + "uuid": "2f9bab1d-30bc-4f40-b3ee-7fb364d60013", "priority": 0, "width": 3, "height": 3 @@ -24604,7 +24602,7 @@ "A" ], "block": "crafting_table", - "uuid": "22b05f1a-fbb3-4ce1-858b-a7ab2b53960f", + "uuid": "abd23d21-b99a-4b38-93e1-40d1562be585", "priority": 0, "width": 1, "height": 1 @@ -24630,7 +24628,7 @@ "A" ], "block": "crafting_table", - "uuid": "ec56ff11-f4fe-449d-9e88-16e04dba66b8", + "uuid": "39a8a459-96df-4328-b405-c9790e98e618", "priority": 0, "width": 1, "height": 1 @@ -24642,8 +24640,8 @@ "A": { "type": "default", "count": 1, - "itemId": "minecraft:wood", - "auxValue": 13 + "itemId": "minecraft:stripped_dark_oak_wood", + "auxValue": 32767 } }, "output": [ @@ -24656,7 +24654,7 @@ "A" ], "block": "crafting_table", - "uuid": "283a62ed-397d-4b3c-af43-c9ab25d2bd34", + "uuid": "5f402cb9-2e8c-44b6-95b3-67c598879770", "priority": 0, "width": 1, "height": 1 @@ -24668,8 +24666,8 @@ "A": { "type": "default", "count": 1, - "itemId": "minecraft:wood", - "auxValue": 5 + "itemId": "minecraft:dark_oak_wood", + "auxValue": 32767 } }, "output": [ @@ -24682,7 +24680,7 @@ "A" ], "block": "crafting_table", - "uuid": "4ab4da9c-d0df-4a22-830d-8ed7c596aadf", + "uuid": "c74fc693-e663-4834-aa7d-943dd0a697f6", "priority": 0, "width": 1, "height": 1 @@ -24710,7 +24708,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "29ba9cdf-cefe-4c57-a071-0f92f7c10b96", + "uuid": "9c16bb31-84a1-43f7-8b0f-3cf2d2c6747d", "priority": 0, "width": 3, "height": 3 @@ -24723,12 +24721,12 @@ "type": "default", "count": 1, "itemId": "minecraft:dark_oak_log", - "auxValue": 0 + "auxValue": 32767 } }, "output": [ { - "id": "minecraft:wood", + "id": "minecraft:dark_oak_wood", "count": 3 } ], @@ -24737,7 +24735,7 @@ "AA" ], "block": "crafting_table", - "uuid": "66ffb4de-f21f-41c3-b21e-cbad98cfad7a", + "uuid": "950d93a6-e992-4a7b-80be-3dc182f588d5", "priority": 0, "width": 2, "height": 2 @@ -24755,7 +24753,7 @@ }, "output": [ { - "id": "minecraft:wood", + "id": "minecraft:stripped_dark_oak_wood", "count": 3 } ], @@ -24764,7 +24762,7 @@ "AA" ], "block": "crafting_table", - "uuid": "d4e702df-8db0-49cb-9813-300cd9f55570", + "uuid": "e0976917-0a36-4eba-8878-1d48d5afea53", "priority": 0, "width": 2, "height": 2 @@ -24782,7 +24780,7 @@ }, "output": [ { - "id": "minecraft:wooden_slab", + "id": "minecraft:dark_oak_slab", "count": 6 } ], @@ -24790,7 +24788,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "e65fb317-9499-479d-9930-00320e712a1a", + "uuid": "26824104-6bd0-4716-9ff2-2d416815e874", "priority": 0, "width": 3, "height": 1 @@ -24824,7 +24822,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "5224f234-6d78-4817-8712-c756106476a8", + "uuid": "ab63c93e-eb41-44d3-a0e1-467e355bc965", "priority": 0, "width": 3, "height": 3 @@ -24858,7 +24856,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "a86a0c98-5c2b-46eb-916d-8bae522db9c3", + "uuid": "763450a1-77a5-496d-8e6c-983013d81d6a", "priority": 1, "width": 3, "height": 3 @@ -24898,7 +24896,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "1c802ff7-dcf7-4afe-9abc-a39479292f49", + "uuid": "7f09ea26-a456-4c8f-8c36-e4f23c137b1e", "priority": 2, "width": 3, "height": 3 @@ -24938,7 +24936,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "11a09035-275d-48a7-bb7d-273e84f8c2d8", + "uuid": "44e98db0-0d15-427e-ae40-91586a66d37b", "priority": 2, "width": 3, "height": 3 @@ -24978,7 +24976,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "918fe186-50d0-431e-b522-c695e1383cfd", + "uuid": "ba97e6b9-b3ff-42c7-a75b-c5bb5d60ce15", "priority": 2, "width": 3, "height": 3 @@ -25004,7 +25002,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "39efcf8d-340a-4a13-bd0b-0a8583e260b3", + "uuid": "7d811fc9-fe21-4d50-8ee9-4eb8f42f0a0b", "priority": 1, "width": 3, "height": 1 @@ -25032,7 +25030,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "3478aed9-87e7-4b01-9e00-1e90f91bd48a", + "uuid": "9a656da4-cbb7-4cd1-a9eb-3d54968fb68e", "priority": 1, "width": 3, "height": 3 @@ -25059,7 +25057,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "974fb543-391f-4dd3-be1b-fa33b388d8dc", + "uuid": "97b583a0-1bfa-45e8-bfe2-dd5734a611de", "priority": 1, "width": 3, "height": 2 @@ -25086,7 +25084,7 @@ "AA" ], "block": "crafting_table", - "uuid": "2873bd2b-857c-411c-aed7-2e3d56d42d32", + "uuid": "39eb8fc0-3336-4e85-8af2-de46bda5bb9a", "priority": 1, "width": 2, "height": 2 @@ -25112,7 +25110,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "a0d3fb68-2f05-4541-aa05-c74b689eb5ff", + "uuid": "7a709217-ab42-4339-ae76-6a872a54bc31", "priority": 1, "width": 3, "height": 1 @@ -25140,7 +25138,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "8672905a-9423-43b5-9eaa-05b9b7fb9570", + "uuid": "13d2f96d-0553-4f90-bab3-115a46dbc29b", "priority": 1, "width": 3, "height": 3 @@ -25167,7 +25165,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "cbb86b8f-a827-4305-be06-b90e30c4ea90", + "uuid": "861f37bc-12c4-4e4d-a9a3-87cf30d80978", "priority": 1, "width": 3, "height": 2 @@ -25194,7 +25192,7 @@ "AA" ], "block": "crafting_table", - "uuid": "29cb06c2-c05b-4727-8f3e-10203c2ccd28", + "uuid": "350eaa04-d1e5-4001-82f3-6af84ab15dd5", "priority": 1, "width": 2, "height": 2 @@ -25234,7 +25232,7 @@ "ACA" ], "block": "crafting_table", - "uuid": "e07e033f-d2df-4997-93bd-1e6fb1cd604a", + "uuid": "02a677be-42f4-4f2a-8145-2212a8a4718d", "priority": 0, "width": 3, "height": 3 @@ -25260,7 +25258,7 @@ "A" ], "block": "crafting_table", - "uuid": "ff3be407-02dc-471d-8e0e-8dcd14fca5cf", + "uuid": "4ab3cfac-aae0-422e-b1cc-95c90638af7a", "priority": 0, "width": 1, "height": 1 @@ -25294,7 +25292,7 @@ " B" ], "block": "crafting_table", - "uuid": "30e231be-db3f-43fe-9dbd-dc964923a744", + "uuid": "83c92036-f16d-4395-adca-4a6a17e2744a", "priority": 0, "width": 2, "height": 3 @@ -25322,7 +25320,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "5bee48d5-84ce-4031-a75a-d9a0d52cac23", + "uuid": "1872c606-25d1-415c-b658-78d51bbcd919", "priority": 0, "width": 3, "height": 3 @@ -25349,7 +25347,7 @@ "A A" ], "block": "crafting_table", - "uuid": "fdcfeeb3-ccd0-4724-9b46-8fe39b160cf3", + "uuid": "a9e8d881-f705-4111-bce6-9f39baeb1a4d", "priority": 0, "width": 3, "height": 2 @@ -25377,7 +25375,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "af0d33f0-c3cb-4c57-9101-45cc33ee23a4", + "uuid": "a226b8f3-c77e-4bc1-b6c4-8fa28372b880", "priority": 0, "width": 3, "height": 3 @@ -25404,7 +25402,7 @@ "A A" ], "block": "crafting_table", - "uuid": "edf8cefc-a8e1-47ae-83ef-5b6e793908ef", + "uuid": "eb9d0c70-8ae0-4ab4-bb8b-e19ff24ab6a8", "priority": 0, "width": 3, "height": 2 @@ -25438,7 +25436,7 @@ " B" ], "block": "crafting_table", - "uuid": "0bac9c1d-5f33-4a73-9371-94abad5ee38a", + "uuid": "a3d93a40-db21-424a-882c-5fe507b6a018", "priority": 0, "width": 2, "height": 3 @@ -25466,7 +25464,7 @@ "A A" ], "block": "crafting_table", - "uuid": "6bcb49f0-2751-4c06-b934-1e31a9db7383", + "uuid": "d66c18b8-9940-4a06-af04-a054b68a5802", "priority": 0, "width": 3, "height": 3 @@ -25500,7 +25498,7 @@ " B " ], "block": "crafting_table", - "uuid": "0d5ff9e3-6f31-45f2-8f0d-77d2abce4ba6", + "uuid": "7444a438-4269-4942-9d62-fd2ff23b092f", "priority": 0, "width": 3, "height": 3 @@ -25534,7 +25532,7 @@ "B" ], "block": "crafting_table", - "uuid": "6e2958a8-2bbd-4c78-bc8d-711d1ad2664c", + "uuid": "47d11e12-99e6-4905-8b2d-fdd6ecc887cf", "priority": 0, "width": 1, "height": 3 @@ -25568,7 +25566,7 @@ "B" ], "block": "crafting_table", - "uuid": "8b81de38-3343-4fc3-b78d-c9a8155345e4", + "uuid": "eb77d570-16ac-4734-ba03-ccd5532c1ece", "priority": 0, "width": 1, "height": 3 @@ -25601,7 +25599,7 @@ "BA" ], "block": "crafting_table", - "uuid": "485b8d69-fb36-4997-b74f-4112d8ba38c8", + "uuid": "a40a4900-0efc-4ba1-9336-451203135391", "priority": 0, "width": 2, "height": 2 @@ -25629,7 +25627,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "14f81dcb-fb5e-40d9-a9b7-1b68b2fbef46", + "uuid": "50ff3ea9-df96-4eb1-b6fd-8daf5e9d57c4", "priority": 0, "width": 3, "height": 3 @@ -25656,7 +25654,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "671321f4-df52-4bbe-90d2-09726f7caf2f", + "uuid": "9fef32ed-b026-41e8-ba2c-b3d7c263c38b", "priority": 0, "width": 3, "height": 2 @@ -25696,7 +25694,7 @@ "ACA" ], "block": "crafting_table", - "uuid": "1fe69a6a-f4f3-48a0-9d36-edb4e0266b82", + "uuid": "edea3c53-e7c7-4413-a015-1e7bc6671f80", "priority": 0, "width": 3, "height": 3 @@ -25722,7 +25720,7 @@ "A" ], "block": "crafting_table", - "uuid": "1913949a-593a-4cce-9e3c-7e920edaff5a", + "uuid": "c647c87f-24bc-4e48-b584-42105d5dd7c6", "priority": 0, "width": 1, "height": 1 @@ -25750,7 +25748,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "5c408077-1dd1-48c7-ab95-43ff33f51f15", + "uuid": "31f756a6-36ef-4114-b6ea-075da839838c", "priority": 0, "width": 3, "height": 3 @@ -25777,7 +25775,7 @@ "AA" ], "block": "crafting_table", - "uuid": "2f2c0acf-78e1-4ec0-a1f3-aa7b8b67de27", + "uuid": "7e0bd9c3-65e1-42df-b5f3-420a680dbeb8", "priority": 0, "width": 2, "height": 2 @@ -25804,7 +25802,7 @@ "AA" ], "block": "crafting_table", - "uuid": "4ec5d84d-e8cb-47a8-9d32-b4b4b44949a4", + "uuid": "3b9bfdc3-8be9-4b9f-9001-f1e1cba0d41f", "priority": 0, "width": 2, "height": 2 @@ -25838,7 +25836,7 @@ "ABA" ], "block": "crafting_table", - "uuid": "9b278b0a-1eaf-474e-a149-98121a21eb02", + "uuid": "8419efbc-126f-454e-a709-64a8a6e16ab5", "priority": 0, "width": 3, "height": 3 @@ -25878,7 +25876,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "1629762c-f2c6-4907-9d26-b326cc5d031b", + "uuid": "74bed96f-7005-457f-9f48-a0f665261d21", "priority": 0, "width": 3, "height": 3 @@ -25904,7 +25902,7 @@ "A" ], "block": "crafting_table", - "uuid": "51dfb460-45e4-4960-9fba-be85ef5cc6a8", + "uuid": "c5d5b4a3-eb99-41b1-83bb-83120c09b105", "priority": 0, "width": 1, "height": 1 @@ -25932,7 +25930,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "7da62f26-8e6c-4976-97e1-531cd10d4249", + "uuid": "bef89aa9-0c30-420a-b8c2-df9f66da97f8", "priority": 0, "width": 3, "height": 3 @@ -25962,7 +25960,7 @@ } ], "block": "crafting_table", - "uuid": "bae4e8e6-a80d-4adf-ba58-b1050b62ecf6", + "uuid": "05d5f52d-c5d1-416d-b71d-26e587977eb7", "priority": 0 }, { @@ -26000,7 +25998,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "f1b59ffc-59f8-42ae-9839-e56c70bbb8cf", + "uuid": "89704c1b-ea3b-45f9-a4fe-1ee072795df0", "priority": 0, "width": 3, "height": 3 @@ -26028,7 +26026,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "04f54e1e-00c6-4af9-9001-9d83d343d9ea", + "uuid": "4d6cc03c-ef3c-4a1c-9a33-20549684d3fc", "priority": 0, "width": 3, "height": 3 @@ -26055,7 +26053,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "d073ee9d-c76d-4ad7-ae5b-9d7cb8860ee5", + "uuid": "d1bffd99-8a0f-4d8f-943f-c20f27d7d8e0", "priority": 0, "width": 3, "height": 2 @@ -26082,7 +26080,7 @@ "AA" ], "block": "crafting_table", - "uuid": "d160125a-54ca-4b94-8139-b0c947ff37d0", + "uuid": "7286dc4f-eede-4e55-a29a-756c0003c6cc", "priority": 0, "width": 2, "height": 2 @@ -26122,7 +26120,7 @@ "ACA" ], "block": "crafting_table", - "uuid": "9b927f0d-70c4-4a6f-80c8-5e75e94e18cc", + "uuid": "f3891d95-b2f0-4a55-924a-4d4260a6c26a", "priority": 0, "width": 3, "height": 3 @@ -26155,7 +26153,7 @@ "B" ], "block": "crafting_table", - "uuid": "d09b35b9-7510-47e7-8562-cb3c74c1ac22", + "uuid": "8175e3ce-f9cb-4309-8c02-cda9eb769937", "priority": 0, "width": 1, "height": 2 @@ -26189,7 +26187,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "ceba894e-7941-49d1-8760-4bc30220c0b9", + "uuid": "a8e50540-f66e-4356-95fa-ad396dffcef4", "priority": 0, "width": 3, "height": 3 @@ -26218,7 +26216,7 @@ } ], "block": "crafting_table", - "uuid": "fb3a1b32-083d-4ae9-8bc5-3f3cab194f58", + "uuid": "fb7681e4-f244-4239-9db1-97dfa6467101", "priority": 0 }, { @@ -26256,7 +26254,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "cfd2c3ed-74b7-4c28-b788-6258ad22e27f", + "uuid": "dbf0f2bc-095f-46a4-a75d-da27c7705891", "priority": 0, "width": 3, "height": 3 @@ -26289,7 +26287,7 @@ "ABA" ], "block": "crafting_table", - "uuid": "8ee9190e-6a06-4855-a7f0-15c8551ebb14", + "uuid": "040ca64a-392f-480c-9ebc-bbd5ce7d407d", "priority": 0, "width": 3, "height": 2 @@ -26322,7 +26320,7 @@ "ABA" ], "block": "crafting_table", - "uuid": "6d7ca6c1-849b-4606-9c66-10b41fb13cba", + "uuid": "a9b3d4db-0c05-4ad8-a0eb-3331b7530b0d", "priority": 0, "width": 3, "height": 2 @@ -26357,7 +26355,7 @@ } ], "block": "crafting_table", - "uuid": "f483e2ae-ce9d-4bca-b2d1-1abcfac7e291", + "uuid": "8b634f19-656f-4165-b6fe-903e18faa72f", "priority": 0 }, { @@ -26389,7 +26387,7 @@ "A B" ], "block": "crafting_table", - "uuid": "37f82fb5-15bd-4bb5-907e-69f55ee35225", + "uuid": "ad58a684-6426-438d-a2b0-3c212b2c7e51", "priority": 0, "width": 3, "height": 3 @@ -26422,7 +26420,7 @@ "BB" ], "block": "crafting_table", - "uuid": "1fb88f37-c6a3-4847-8caf-5bf2f3f69bcd", + "uuid": "3bc57e8b-7753-4f4c-b1d4-6f16b93838e2", "priority": -1, "width": 2, "height": 3 @@ -26456,7 +26454,7 @@ "BB" ], "block": "crafting_table", - "uuid": "1340a53a-be82-43c4-badf-5cc57abfa4cd", + "uuid": "ddfa6e53-17b9-4ab3-86d0-9489f34fd9f2", "priority": 2, "width": 2, "height": 3 @@ -26490,7 +26488,7 @@ "BB" ], "block": "crafting_table", - "uuid": "3d020c65-98cb-421f-996f-ea9253fd373a", + "uuid": "f0ab4265-e8de-4992-8f8b-54767dc39f60", "priority": 2, "width": 2, "height": 3 @@ -26524,7 +26522,7 @@ "BB" ], "block": "crafting_table", - "uuid": "26c0a330-1a14-485d-b046-670afd60995c", + "uuid": "597e39e7-5741-4259-87e8-1ca430aeaac7", "priority": 2, "width": 2, "height": 3 @@ -26553,7 +26551,7 @@ } ], "block": "crafting_table", - "uuid": "dba27206-09e2-40a6-aa0f-001a754ad710", + "uuid": "bcf5f419-48ac-4443-9544-1059d483d1fa", "priority": 0 }, { @@ -26578,7 +26576,7 @@ " A " ], "block": "crafting_table", - "uuid": "df59f19b-1770-418b-9383-f5ea35fddaa7", + "uuid": "ce6b9571-a2c7-4691-9ec7-a7c68c2b9632", "priority": 0, "width": 3, "height": 2 @@ -26605,7 +26603,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "832c98cf-ea1c-42b7-86f6-60d8be1edf2e", + "uuid": "d4f2fb45-9837-4184-a5f6-84ec768b8aea", "priority": -1, "width": 3, "height": 3 @@ -26633,7 +26631,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "f0f8b4df-2d64-4924-990d-661178651273", + "uuid": "cc7c1dac-c389-4900-8320-3a806bb96fe1", "priority": 2, "width": 3, "height": 3 @@ -26661,7 +26659,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "c5b0fdd5-e4f8-4daa-aa68-e085cc0a0c07", + "uuid": "611cf7c1-0330-45cd-afd4-5e2f96a8b71e", "priority": 2, "width": 3, "height": 3 @@ -26688,7 +26686,7 @@ " A " ], "block": "crafting_table", - "uuid": "29a76ec2-468b-4c5a-9a3f-c860c913baff", + "uuid": "1f8af9c2-89fd-4075-a3fb-509e50b7f908", "priority": 0, "width": 3, "height": 2 @@ -26715,7 +26713,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "db39dd6b-92cd-4cce-b9d6-ed29c28ba60b", + "uuid": "df4428d6-94c3-4007-b1e2-3b4703b64937", "priority": 0, "width": 3, "height": 2 @@ -26744,7 +26742,7 @@ } ], "block": "crafting_table", - "uuid": "d392bb50-8638-49b8-bb3b-5d81ae7dcf93", + "uuid": "e9bb236b-df99-4a8d-9bc7-1020e2360b7a", "priority": 0 }, { @@ -26769,7 +26767,7 @@ "AA" ], "block": "crafting_table", - "uuid": "2d6a678f-2e1f-441e-a5f4-f15e398d535f", + "uuid": "5d49bcd1-292d-4580-8939-8e1bff2d3c51", "priority": 0, "width": 2, "height": 2 @@ -26797,7 +26795,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "fc3dc733-6a69-4bec-aab5-9eddc0e5e4b6", + "uuid": "dc0380a7-f4cb-494e-babb-b9b984dae239", "priority": 0, "width": 3, "height": 3 @@ -26823,7 +26821,7 @@ "A" ], "block": "crafting_table", - "uuid": "25a3c049-eb50-4d84-a700-e26844bc5941", + "uuid": "49ecdebb-50ab-4298-8f8d-66553d1a990b", "priority": 0, "width": 1, "height": 1 @@ -26851,7 +26849,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "6ccd7fa1-fec8-4e71-985a-69fb2e461fc4", + "uuid": "0368c845-8710-47b3-93d6-83c68edf95aa", "priority": 0, "width": 3, "height": 3 @@ -26877,7 +26875,7 @@ "A" ], "block": "crafting_table", - "uuid": "91a19361-b4ae-4dc0-8f76-f4a4a1f0318f", + "uuid": "35c080c4-1a5e-4e8c-8761-ee52067c5a0c", "priority": 0, "width": 1, "height": 1 @@ -26911,7 +26909,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "467b4f99-b26a-4272-9455-f37aafc794bc", + "uuid": "cac86919-6f0b-4c17-b9fa-f2e0b25a336b", "priority": 0, "width": 3, "height": 3 @@ -26945,7 +26943,7 @@ " B" ], "block": "crafting_table", - "uuid": "18de439a-8490-467a-aa4a-4277877cd3eb", + "uuid": "b463ac66-e5f3-4b9a-b94b-c2ed0fbbe6fa", "priority": 0, "width": 2, "height": 3 @@ -26972,7 +26970,7 @@ "A A" ], "block": "crafting_table", - "uuid": "0d0f1bed-8565-4486-9c38-11093cc164de", + "uuid": "471c4008-5eee-4c7b-9a20-c6c1170ea4a4", "priority": 0, "width": 3, "height": 2 @@ -27006,7 +27004,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "d5d73cb9-90e6-46ca-8333-4d5ff4a37673", + "uuid": "676e3657-526f-4999-b1c6-e142a1883817", "priority": 0, "width": 3, "height": 3 @@ -27034,7 +27032,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "d48b3b12-3a03-42b5-a7d0-7d5c27cdb058", + "uuid": "ddd63b2e-6202-4e7f-8a62-81cde825d7c2", "priority": 0, "width": 3, "height": 3 @@ -27061,7 +27059,7 @@ "A A" ], "block": "crafting_table", - "uuid": "67c671f4-b3ac-409d-9f47-7e0f1343bfdd", + "uuid": "70060a03-34e9-472f-b050-b21e7dc99552", "priority": 0, "width": 3, "height": 2 @@ -27095,7 +27093,7 @@ " B" ], "block": "crafting_table", - "uuid": "906020c8-3a3f-41dc-9987-9b3c7772ca97", + "uuid": "0620b1fe-01e7-4558-9e39-f108794526bf", "priority": 0, "width": 2, "height": 3 @@ -27123,7 +27121,7 @@ "A A" ], "block": "crafting_table", - "uuid": "8c60eb4c-39b0-48d5-b62a-0b4037938e5e", + "uuid": "e482658d-7ba0-4497-8ab9-4c1df3789592", "priority": 0, "width": 3, "height": 3 @@ -27157,7 +27155,7 @@ " B " ], "block": "crafting_table", - "uuid": "a3f9b14b-bdf9-411f-8a4c-16549a954d96", + "uuid": "cc59c7af-b919-41ab-ae61-a2b030a407d2", "priority": 0, "width": 3, "height": 3 @@ -27197,7 +27195,7 @@ "ACA" ], "block": "crafting_table", - "uuid": "b6fddfa8-9626-422b-9689-0b66e0243182", + "uuid": "6a9dd310-41e4-4599-a2ba-45f85adc321f", "priority": 0, "width": 3, "height": 3 @@ -27231,7 +27229,7 @@ "B" ], "block": "crafting_table", - "uuid": "da1dcdb4-f118-43ab-bc1a-8eb37861c89c", + "uuid": "e2f50fec-e95f-4061-9637-8e1bbe1025fe", "priority": 0, "width": 1, "height": 3 @@ -27265,7 +27263,7 @@ "B" ], "block": "crafting_table", - "uuid": "1465dc18-77c8-4c5b-905a-3bbbf55d30a1", + "uuid": "aa6b2d96-3c07-4632-b323-c01b99437d63", "priority": 0, "width": 1, "height": 3 @@ -27294,7 +27292,7 @@ } ], "block": "crafting_table", - "uuid": "652f953e-bc37-480d-b78d-7c7324f49adb", + "uuid": "b8a05922-8a38-4333-8267-0835d50af46d", "priority": 0 }, { @@ -27320,7 +27318,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "549e645a-de7b-4c96-aac4-bf46ec5dc5cb", + "uuid": "d0d01b54-5e2e-4aeb-afb3-cb30f983ac6a", "priority": 0, "width": 3, "height": 3 @@ -27347,7 +27345,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "8aa089e5-3976-450d-b536-09343b082321", + "uuid": "39ea288b-d5d1-4a8e-bbc6-7954dc182e83", "priority": 0, "width": 3, "height": 2 @@ -27382,7 +27380,7 @@ " B " ], "block": "crafting_table", - "uuid": "08d7ad07-7f7c-452e-bc40-7af1f901f76d", + "uuid": "eb5dcb80-c3e8-499c-ad24-aed4e681e1f7", "priority": 0, "width": 3, "height": 3 @@ -27411,7 +27409,7 @@ } ], "block": "crafting_table", - "uuid": "9dce30df-5ee9-4c46-87f6-924355ef2dcf", + "uuid": "f891ae36-60a1-4ea7-a750-f1d245973975", "priority": 0 }, { @@ -27435,7 +27433,7 @@ "AA" ], "block": "crafting_table", - "uuid": "5d897c25-5d50-45b9-980a-d1eae757772b", + "uuid": "acedd0f9-45bc-4529-83fe-e177e5e40188", "priority": 0, "width": 2, "height": 1 @@ -27469,7 +27467,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "9a4f170c-b96d-4bb8-bb62-6635a931e769", + "uuid": "2c8fb0a8-da96-4ab9-b16a-cf7cd6b52ba2", "priority": 0, "width": 3, "height": 3 @@ -27540,7 +27538,7 @@ } ], "block": "crafting_table", - "uuid": "ba97044e-0066-40d1-a2b0-c7705ead3cf4", + "uuid": "7c0c4772-d40f-44e0-a150-76c8c1490b57", "priority": 0 }, { @@ -27567,7 +27565,7 @@ } ], "block": "crafting_table", - "uuid": "959ba413-e3a5-48cd-9ce3-810f1db2517e", + "uuid": "57ec3602-6565-427d-9be2-48ec7ce08940", "priority": 0 }, { @@ -27594,7 +27592,7 @@ } ], "block": "crafting_table", - "uuid": "2a016eef-491c-480a-854b-892941a24f94", + "uuid": "93890804-3fef-4607-a2ed-b02ea76fdd51", "priority": 1 }, { @@ -27621,7 +27619,7 @@ } ], "block": "crafting_table", - "uuid": "cfe6f8c5-98f7-4e8d-b6b6-376a39fc35a6", + "uuid": "2842033b-b90a-43ef-86a8-4684e30f09b3", "priority": 3 }, { @@ -27648,7 +27646,7 @@ } ], "block": "crafting_table", - "uuid": "6a00b82c-d189-4640-9a47-828621331493", + "uuid": "cabc5f69-cec6-46bd-b798-b82ee1c105bf", "priority": 2 }, { @@ -27680,7 +27678,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "324f585b-d8b1-42f1-b2f0-8630bda20b3a", + "uuid": "0593c77e-8276-403e-bd50-2c57ec542d84", "priority": 0, "width": 3, "height": 3 @@ -27707,7 +27705,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "2c5d1d27-e727-46c4-ab51-e3da495bc0d1", + "uuid": "fbdebc87-828c-4262-a09a-72697410df0c", "priority": 0, "width": 3, "height": 2 @@ -27741,7 +27739,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "0ae39542-4d12-44e3-8a92-62cce0c0935f", + "uuid": "973c579d-0a2b-4e5d-9df4-28335bdd8174", "priority": 0, "width": 3, "height": 3 @@ -27775,7 +27773,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "28a50e46-1256-4bf5-bb47-5a7a11e6bc90", + "uuid": "39cc5a84-b30e-444b-9ea1-19b5aaef3148", "priority": 0, "width": 3, "height": 3 @@ -27810,7 +27808,7 @@ " B " ], "block": "crafting_table", - "uuid": "6fab5cde-7344-48ab-8f2f-f596d0d773b9", + "uuid": "c6a0505a-14c8-4c31-b0e8-e58787dac3cf", "priority": 0, "width": 3, "height": 3 @@ -27839,7 +27837,7 @@ } ], "block": "crafting_table", - "uuid": "6604cea6-d8a2-45ec-91f8-8710aae36176", + "uuid": "4ee37972-edda-4748-8985-aacd077bf41f", "priority": 0 }, { @@ -27863,7 +27861,7 @@ "AA" ], "block": "crafting_table", - "uuid": "ec8ca9e4-d761-4911-a350-f446f7967a59", + "uuid": "42b09ca6-989e-4a56-aba0-75a6b4355d8c", "priority": 0, "width": 2, "height": 1 @@ -27897,7 +27895,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "375ca6d6-69a1-4356-898c-7e44947ac864", + "uuid": "a7cfbc2c-9359-4ba9-b952-c713453a2d82", "priority": 0, "width": 3, "height": 3 @@ -27968,7 +27966,7 @@ } ], "block": "crafting_table", - "uuid": "b9237771-c4ea-40e9-9997-bf05bce4d8b0", + "uuid": "796c2848-f3f6-49f8-851c-8e7aaf1d6272", "priority": 0 }, { @@ -28000,7 +27998,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "1c807666-26da-4229-9f59-2bfd4a5e6a3d", + "uuid": "389432a1-45bb-4c0e-9b74-384894bd4cd4", "priority": 0, "width": 3, "height": 3 @@ -28027,7 +28025,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "c2e6a5db-7701-4fa3-888e-81c7fe982d06", + "uuid": "5b74847a-ed09-4b46-ad93-2e5a3b50b3a1", "priority": 0, "width": 3, "height": 2 @@ -28061,7 +28059,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "1cfe0f34-9eee-476e-9db5-d82c67bffe0f", + "uuid": "4a1899b6-b939-4321-bb9b-f7c39fbf1517", "priority": 0, "width": 3, "height": 3 @@ -28095,7 +28093,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "6d25e8c7-c7e1-4f68-83ad-be534689716a", + "uuid": "53ec7dd5-4437-4d39-8f27-3a6673cd78a7", "priority": 0, "width": 3, "height": 3 @@ -28133,7 +28131,7 @@ "C C" ], "block": "crafting_table", - "uuid": "043ec9d7-1b5d-45de-9946-90822dbf8b86", + "uuid": "039362c4-fd26-4272-9aae-faa219da3935", "priority": -1, "width": 3, "height": 2 @@ -28172,7 +28170,7 @@ "C C" ], "block": "crafting_table", - "uuid": "d4c88469-32b7-42b5-b692-7d1dc77b2d5b", + "uuid": "668d21b1-af05-4a49-a21e-4c527209de18", "priority": 2, "width": 3, "height": 2 @@ -28211,7 +28209,7 @@ "C C" ], "block": "crafting_table", - "uuid": "e2c2121a-8ead-42a3-91b9-2ba6d5de8d68", + "uuid": "ba2b2628-2212-4705-845c-edbc10acd5ff", "priority": 2, "width": 3, "height": 2 @@ -28250,7 +28248,7 @@ "C C" ], "block": "crafting_table", - "uuid": "04dee1db-a87c-49f3-9548-2910d91e852b", + "uuid": "278fc04f-e47c-4a09-b704-dc985448e200", "priority": 2, "width": 3, "height": 2 @@ -28289,7 +28287,7 @@ "C C" ], "block": "crafting_table", - "uuid": "affa3eda-72cb-4852-8d30-e767232d5d7e", + "uuid": "6074af7a-5077-4b8e-b51d-e6d2acf7eecb", "priority": 2, "width": 3, "height": 2 @@ -28328,7 +28326,7 @@ "C C" ], "block": "crafting_table", - "uuid": "70103685-f3cb-4708-93d6-48b58e072393", + "uuid": "f8bbc84f-4490-41d8-b2c4-354a2508d5a5", "priority": 2, "width": 3, "height": 2 @@ -28367,7 +28365,7 @@ "C C" ], "block": "crafting_table", - "uuid": "414ad7a1-18e2-410a-9bb5-3ca1e18e9b49", + "uuid": "540b54a0-fb36-4a71-a878-65733de96e95", "priority": 2, "width": 3, "height": 2 @@ -28406,7 +28404,7 @@ "C C" ], "block": "crafting_table", - "uuid": "08faeaf2-5886-4470-b141-4be090e61367", + "uuid": "d817b985-f3b9-4464-9e8b-bb682231d29e", "priority": 2, "width": 3, "height": 2 @@ -28445,7 +28443,7 @@ "C C" ], "block": "crafting_table", - "uuid": "949a875f-185e-41bf-8513-d65af36b3bce", + "uuid": "6df12f1d-c154-44b4-8ca3-030f0fdcff0d", "priority": 2, "width": 3, "height": 2 @@ -28484,7 +28482,7 @@ "C C" ], "block": "crafting_table", - "uuid": "399b4677-61b4-45f2-9219-e2dd2c750339", + "uuid": "10439522-da8d-4069-938c-c9753e9462ff", "priority": 2, "width": 3, "height": 2 @@ -28523,7 +28521,7 @@ "C C" ], "block": "crafting_table", - "uuid": "71663204-e992-4d3a-a5db-cd7f10a9e1de", + "uuid": "aa06d617-4b32-44a8-b20c-6e0564d0ad51", "priority": 2, "width": 3, "height": 2 @@ -28562,7 +28560,7 @@ "C C" ], "block": "crafting_table", - "uuid": "08503ec4-c633-47cb-9b76-1ee5a069377f", + "uuid": "c462e5f5-d86f-4214-8a85-c489d0072c74", "priority": 2, "width": 3, "height": 2 @@ -28601,7 +28599,7 @@ "C C" ], "block": "crafting_table", - "uuid": "c82a0f45-0e4b-4c37-9164-fde719fbc605", + "uuid": "e366cf00-95b6-4557-8cc1-7ef5a60d497e", "priority": 2, "width": 3, "height": 2 @@ -28629,7 +28627,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "70f34807-c926-42b0-b884-847b9d2939fe", + "uuid": "381bdf56-24ee-4cd8-916e-15023633f0c6", "priority": 0, "width": 3, "height": 3 @@ -28655,7 +28653,7 @@ "AA" ], "block": "crafting_table", - "uuid": "ad3bfd4c-6db4-47b1-a8d0-59837c90eec5", + "uuid": "171c9be3-f119-40c3-a4b9-df78ae59e8c3", "priority": 0, "width": 2, "height": 1 @@ -28686,7 +28684,7 @@ "AA" ], "block": "crafting_table", - "uuid": "0c08aa92-5147-484c-941d-8130960d4cd2", + "uuid": "4084fa3d-558a-49a4-99fa-fc891e3eb096", "priority": 0, "width": 2, "height": 2 @@ -28733,7 +28731,7 @@ } ], "block": "crafting_table", - "uuid": "4ba531cc-6991-4bd0-8d07-475aa4098ffb", + "uuid": "50281bcf-7ea8-471b-bbad-4e0628561386", "priority": 0 }, { @@ -28761,7 +28759,7 @@ "A" ], "block": "crafting_table", - "uuid": "bf97f978-72ed-4fb7-b4b4-580d654e3f34", + "uuid": "a5db83ba-1623-41d2-9c23-48dcdf88e86e", "priority": 0, "width": 1, "height": 1 @@ -28788,7 +28786,7 @@ "AA" ], "block": "crafting_table", - "uuid": "f39252ea-4495-4ab9-89c4-59597d591a49", + "uuid": "26977261-d3a3-4819-a482-6c52111ac637", "priority": 0, "width": 2, "height": 2 @@ -28822,7 +28820,7 @@ " A " ], "block": "crafting_table", - "uuid": "c9876c8e-e08b-4e77-91cf-6eb8b432ccf2", + "uuid": "3b2a803e-61c7-467e-8f41-c1b73852701c", "priority": 0, "width": 3, "height": 3 @@ -28851,7 +28849,7 @@ } ], "block": "crafting_table", - "uuid": "f2ac77b3-e016-46f9-a5fe-653a1a5cfc95", + "uuid": "86cc8ac2-8b82-48f9-a637-958253e369a1", "priority": 0 }, { @@ -28889,7 +28887,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "191cf43a-de56-4b9b-94c6-c175e7632c55", + "uuid": "512bd857-9d42-4be6-b359-d5f8a1fab7de", "priority": 0, "width": 3, "height": 3 @@ -28915,7 +28913,7 @@ "A" ], "block": "crafting_table", - "uuid": "cc7f5e29-517d-4dae-9c77-3b20fff57384", + "uuid": "5f2965e8-4cd7-4961-8ae4-e817dc2bcad9", "priority": 1, "width": 1, "height": 1 @@ -28941,7 +28939,7 @@ "A" ], "block": "crafting_table", - "uuid": "4b94b593-8698-4d02-88f4-1ccc6115d59f", + "uuid": "4429b7a7-18f5-4c99-b2e0-a3402a5bec40", "priority": 1, "width": 1, "height": 1 @@ -28975,7 +28973,7 @@ " B" ], "block": "crafting_table", - "uuid": "c18d27a5-27f2-4c4e-8170-d9bf1b6049ab", + "uuid": "5a47155a-e12d-4d91-a9f7-e1b7ad9da0eb", "priority": 0, "width": 2, "height": 3 @@ -29002,7 +29000,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "81e86984-03ed-4c29-b973-39c4163b1777", + "uuid": "d3badf58-7bf0-4c6e-a358-d7648b442beb", "priority": 0, "width": 3, "height": 2 @@ -29030,7 +29028,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "ac7de0b8-04d3-4695-9ae1-f0c3d31542a8", + "uuid": "fe28d23f-743c-475e-8bfa-4785885d5366", "priority": 0, "width": 3, "height": 3 @@ -29057,7 +29055,7 @@ "A A" ], "block": "crafting_table", - "uuid": "4112d502-b2c4-47fc-974a-7fed7306ce96", + "uuid": "971497b3-86c2-4c60-acbf-de5b4acddebf", "priority": 0, "width": 3, "height": 2 @@ -29085,7 +29083,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "a9026c7c-723d-48d6-870a-62252d3cf072", + "uuid": "c3e22079-6dbf-4255-b59b-afca0c1ef434", "priority": 0, "width": 3, "height": 3 @@ -29113,7 +29111,7 @@ "AA" ], "block": "crafting_table", - "uuid": "8983a81f-a27f-4df5-a838-6069ec82fd52", + "uuid": "9bec00be-68b9-424a-9aa2-bb7fb38e5cec", "priority": 0, "width": 2, "height": 3 @@ -29140,7 +29138,7 @@ "A A" ], "block": "crafting_table", - "uuid": "d05ac5ff-b663-4e2d-8900-1d8388c944b2", + "uuid": "a24c3f7e-a070-46b0-86df-e4632d82f455", "priority": 0, "width": 3, "height": 2 @@ -29174,7 +29172,7 @@ " B" ], "block": "crafting_table", - "uuid": "9fda29f4-a039-46ef-95a1-07e60e2c848e", + "uuid": "158d00f8-03b5-4c54-ba5a-99c84ba8074b", "priority": 0, "width": 2, "height": 3 @@ -29200,7 +29198,7 @@ "A" ], "block": "crafting_table", - "uuid": "47a7c177-0796-43d0-9de4-1bcc8fafca06", + "uuid": "c7584191-1ce1-4bf0-b96e-bc9dd72ea84f", "priority": 0, "width": 1, "height": 1 @@ -29228,7 +29226,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "3e492764-0150-4b68-b65e-bcccc11144e9", + "uuid": "dd8c92bf-ee41-46ad-932f-e88cb1a01a17", "priority": 0, "width": 3, "height": 3 @@ -29256,7 +29254,7 @@ "A A" ], "block": "crafting_table", - "uuid": "1ac9d557-92e7-44eb-adba-37d0f9643b82", + "uuid": "69d32a0e-9358-41cd-80b2-bc10c7bdede7", "priority": 0, "width": 3, "height": 3 @@ -29282,7 +29280,7 @@ "A" ], "block": "crafting_table", - "uuid": "a279b4ee-fe41-4db5-b411-ea12bfdaa739", + "uuid": "e14163e0-2c36-4d51-8e1f-0310b3d6e2c9", "priority": 0, "width": 1, "height": 1 @@ -29316,7 +29314,7 @@ " B " ], "block": "crafting_table", - "uuid": "cc737233-1b3f-4755-a926-9289ed493c4b", + "uuid": "c9f1ad80-f981-472f-9a61-3a85eaa4291c", "priority": 0, "width": 3, "height": 3 @@ -29350,7 +29348,7 @@ "B" ], "block": "crafting_table", - "uuid": "8f916649-b43d-4ba5-b3d8-6e2096e619de", + "uuid": "d29b2229-e10b-4ed0-b95d-3011edd694c2", "priority": 0, "width": 1, "height": 3 @@ -29384,7 +29382,7 @@ "B" ], "block": "crafting_table", - "uuid": "1e1c44ef-54da-4220-8e88-02e617a3a89c", + "uuid": "258a9fe6-75cc-4d47-b35e-0e43bb0f79da", "priority": 0, "width": 1, "height": 3 @@ -29411,7 +29409,7 @@ "AA" ], "block": "crafting_table", - "uuid": "293ab678-5ace-4805-b18a-92731db63103", + "uuid": "2351754f-0f07-432e-bb70-26a9284e0586", "priority": 0, "width": 2, "height": 2 @@ -29445,7 +29443,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "9164ef7a-1f81-41fc-a8b9-b07d32767e79", + "uuid": "e3b74e3e-b807-431d-914b-bae462cac571", "priority": 0, "width": 3, "height": 3 @@ -29479,7 +29477,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "5bb6efbd-b3fe-4c2c-b9ac-333b5770f5c0", + "uuid": "2bc0affe-f16b-4458-af0a-642d435cb9b6", "priority": 2, "width": 3, "height": 3 @@ -29513,7 +29511,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "0ec3a523-c7cf-47ba-8984-a8bb70dd9078", + "uuid": "cf107f9b-d3be-49fb-8f1f-fcafb3a29db6", "priority": 2, "width": 3, "height": 3 @@ -29547,7 +29545,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "b7171882-f918-4108-903e-c0c27efb0da4", + "uuid": "8531c1e7-ec8a-4526-942a-01dcdeafda79", "priority": 2, "width": 3, "height": 3 @@ -29574,7 +29572,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "34ed1339-169e-4ecf-965a-45aa2511d554", + "uuid": "5bba0d33-aaa7-40f6-a584-ef80edaa1ed4", "priority": 0, "width": 3, "height": 2 @@ -29603,7 +29601,7 @@ } ], "block": "crafting_table", - "uuid": "4eb58d47-bfab-43c5-a48b-1bdeb816965b", + "uuid": "d5ea3803-87c3-472b-a205-8769845f4eb2", "priority": 0 }, { @@ -29629,7 +29627,7 @@ "AA" ], "block": "crafting_table", - "uuid": "8d111ea2-0937-4d1c-a10c-cbac7afd4992", + "uuid": "81e40794-4df6-4999-986e-edb7405a645d", "priority": 0, "width": 2, "height": 3 @@ -29662,7 +29660,7 @@ "ABA" ], "block": "crafting_table", - "uuid": "97bd931f-a548-42ba-8c04-690f79942217", + "uuid": "1208b707-7a67-45ad-b471-7054bf3f465e", "priority": 0, "width": 3, "height": 2 @@ -29695,7 +29693,7 @@ "ABA" ], "block": "crafting_table", - "uuid": "59725809-a336-4c73-851c-5c144b873199", + "uuid": "730e1c92-b517-42b5-bea5-b77ad13c30d4", "priority": 0, "width": 3, "height": 2 @@ -29729,7 +29727,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "6b0d362e-780c-4104-aeba-217ea9a716ea", + "uuid": "eae24015-e607-4e3c-9755-9c9c38e299db", "priority": 0, "width": 3, "height": 3 @@ -29755,7 +29753,7 @@ "A" ], "block": "crafting_table", - "uuid": "ae8990e0-1a0e-4824-ad3b-7c109588a3f7", + "uuid": "4f941ce6-d523-4f88-bb0b-80a31abb2f17", "priority": 0, "width": 1, "height": 1 @@ -29781,7 +29779,7 @@ "A" ], "block": "crafting_table", - "uuid": "470db4a9-39e7-4fc9-b498-648a4b84fe8c", + "uuid": "fde7f8a6-dcbd-4fab-a06b-4b1a3df3dabe", "priority": 0, "width": 1, "height": 1 @@ -29793,8 +29791,8 @@ "A": { "type": "default", "count": 1, - "itemId": "minecraft:wood", - "auxValue": 11 + "itemId": "minecraft:stripped_jungle_wood", + "auxValue": 32767 } }, "output": [ @@ -29807,7 +29805,7 @@ "A" ], "block": "crafting_table", - "uuid": "ec8a7421-58c4-4abb-9f90-7655725f25b1", + "uuid": "42d0bf79-78dd-4e7c-809a-6c34228f02f9", "priority": 0, "width": 1, "height": 1 @@ -29819,8 +29817,8 @@ "A": { "type": "default", "count": 1, - "itemId": "minecraft:wood", - "auxValue": 3 + "itemId": "minecraft:jungle_wood", + "auxValue": 32767 } }, "output": [ @@ -29833,7 +29831,7 @@ "A" ], "block": "crafting_table", - "uuid": "5f2d996d-7499-4c81-a577-bd56eea6a5c9", + "uuid": "f86080c7-150d-4815-9fb0-6b311fee487b", "priority": 0, "width": 1, "height": 1 @@ -29861,7 +29859,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "0913e348-5d50-4846-a711-5a4571ffa274", + "uuid": "c900ef8c-4f90-4fee-89c6-57cd12967dee", "priority": 0, "width": 3, "height": 3 @@ -29874,12 +29872,12 @@ "type": "default", "count": 1, "itemId": "minecraft:jungle_log", - "auxValue": 0 + "auxValue": 32767 } }, "output": [ { - "id": "minecraft:wood", + "id": "minecraft:jungle_wood", "count": 3 } ], @@ -29888,7 +29886,7 @@ "AA" ], "block": "crafting_table", - "uuid": "70c0b218-cf8c-46b5-a86b-1f2be0f86b38", + "uuid": "78012263-b93b-4640-a1fa-a643c0c3992c", "priority": 0, "width": 2, "height": 2 @@ -29906,7 +29904,7 @@ }, "output": [ { - "id": "minecraft:wood", + "id": "minecraft:stripped_jungle_wood", "count": 3 } ], @@ -29915,7 +29913,7 @@ "AA" ], "block": "crafting_table", - "uuid": "9c57f23d-e85d-4b39-825c-fc8ca834dd6f", + "uuid": "e4fbdccf-793c-4a7f-b1f2-31b273e91712", "priority": 0, "width": 2, "height": 2 @@ -29933,7 +29931,7 @@ }, "output": [ { - "id": "minecraft:wooden_slab", + "id": "minecraft:jungle_slab", "count": 6 } ], @@ -29941,7 +29939,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "3d372131-8662-434e-b898-81bd93a5d49c", + "uuid": "2a21963d-4a1e-467b-b428-7fa297376799", "priority": 0, "width": 3, "height": 1 @@ -29969,7 +29967,7 @@ "A A" ], "block": "crafting_table", - "uuid": "3b552203-51df-49ae-898f-8b75b51cd3a0", + "uuid": "fd6b0f36-8872-45a5-9782-76dabb48b18e", "priority": 0, "width": 3, "height": 3 @@ -30003,7 +30001,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "925005a1-635f-42a8-9232-39b2a39cfdd5", + "uuid": "5074028e-8ea5-4357-9552-78fd90eb9672", "priority": 0, "width": 3, "height": 3 @@ -30031,7 +30029,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "50366008-35c5-43db-bebc-ba72d2b023fb", + "uuid": "0db828e3-2da0-4f98-9337-097b9d22b5af", "priority": 0, "width": 3, "height": 3 @@ -30057,7 +30055,7 @@ "A" ], "block": "crafting_table", - "uuid": "8bbdd504-40fb-4194-a4e2-7519e79d4c56", + "uuid": "f1d4b233-217d-4ad3-8b0e-77a6722ff2c5", "priority": 0, "width": 1, "height": 1 @@ -30091,7 +30089,7 @@ " A" ], "block": "crafting_table", - "uuid": "61038bbf-faff-4ac4-bf24-169597567aa9", + "uuid": "3a76ef2d-7dca-4909-b73b-2bff38c9d250", "priority": 0, "width": 3, "height": 3 @@ -30118,7 +30116,7 @@ "AA" ], "block": "crafting_table", - "uuid": "9febe48c-3f0f-42e0-8729-ca28835ab82a", + "uuid": "d073939f-39e9-4caf-9090-780c9f1d6742", "priority": 0, "width": 2, "height": 2 @@ -30145,7 +30143,7 @@ "A A" ], "block": "crafting_table", - "uuid": "b85efcf9-dc2c-4ead-9953-b82ed52540c5", + "uuid": "f849ad70-c1cf-4e07-9642-02b48029eef6", "priority": 0, "width": 3, "height": 2 @@ -30173,7 +30171,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "b1814c9f-9c30-4c15-a1c9-2e4f43d9060c", + "uuid": "386a8914-84ea-4e88-99bd-cba200ae2ade", "priority": 0, "width": 3, "height": 3 @@ -30200,7 +30198,7 @@ "A A" ], "block": "crafting_table", - "uuid": "82b126c1-3ab9-47c9-8965-ab683acb2e58", + "uuid": "8213a145-74a8-4843-940f-e409f6ba8859", "priority": 0, "width": 3, "height": 2 @@ -30228,7 +30226,7 @@ "A A" ], "block": "crafting_table", - "uuid": "ced48387-49de-4370-bea4-42b234d6b97f", + "uuid": "7a1c6d0b-2809-4a83-bb9c-16961df10eb8", "priority": 0, "width": 3, "height": 3 @@ -30256,7 +30254,7 @@ "A A" ], "block": "crafting_table", - "uuid": "13dcefad-f4e7-492b-8591-c81e01cbbbcf", + "uuid": "3813bd6b-89a6-4898-938a-01277ad4967a", "priority": 0, "width": 3, "height": 3 @@ -30289,7 +30287,7 @@ " A " ], "block": "crafting_table", - "uuid": "39bf020e-c914-45b0-8cda-ca9253545172", + "uuid": "2cdb9c0f-b620-4d92-bc4f-951b208f4581", "priority": -1, "width": 3, "height": 3 @@ -30323,7 +30321,7 @@ " A " ], "block": "crafting_table", - "uuid": "a0f2e1bb-41ba-4d0b-9983-f43eb28952ab", + "uuid": "da27ff69-c37d-4472-9360-593e173ac7a9", "priority": 2, "width": 3, "height": 3 @@ -30357,7 +30355,7 @@ " A " ], "block": "crafting_table", - "uuid": "eb2e25cb-43d4-4354-9bc8-47e3a27310b4", + "uuid": "ce69be8e-da3f-42b7-9ede-7e5fc5e7c079", "priority": 2, "width": 3, "height": 3 @@ -30391,7 +30389,7 @@ " A " ], "block": "crafting_table", - "uuid": "35146e69-6c99-424a-9102-538c40999458", + "uuid": "1d45e89f-ef5c-4ccb-9f45-9d1213fe45e0", "priority": 2, "width": 3, "height": 3 @@ -30424,7 +30422,7 @@ "B" ], "block": "crafting_table", - "uuid": "7888c158-8023-4cb2-bee5-3ef609db2583", + "uuid": "0833cdbd-553a-43c6-9c2d-6618167489e3", "priority": 0, "width": 1, "height": 2 @@ -30459,7 +30457,7 @@ " B " ], "block": "crafting_table", - "uuid": "21839944-b597-4eb8-94a8-c075a6a4812e", + "uuid": "f824a6ea-684a-4418-b19c-eb79e73efcc9", "priority": 0, "width": 3, "height": 3 @@ -30488,7 +30486,7 @@ } ], "block": "crafting_table", - "uuid": "f5cb8dd6-108c-43a6-b6b4-e774365deaf1", + "uuid": "1d0d7365-5d9b-4b30-98a2-610c44e30d77", "priority": 0 }, { @@ -30512,7 +30510,7 @@ "AA" ], "block": "crafting_table", - "uuid": "cd89361b-d23e-4b3f-8d72-977bb85edc7c", + "uuid": "b78c3011-21cc-4677-a57f-cd958a74bda6", "priority": 0, "width": 2, "height": 1 @@ -30546,7 +30544,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "0d316852-8b00-4ad0-8d9b-45b04d75850a", + "uuid": "2610272d-4e75-471f-947a-23c34e15e0b2", "priority": 0, "width": 3, "height": 3 @@ -30617,7 +30615,7 @@ } ], "block": "crafting_table", - "uuid": "dfa067c3-c333-40f9-89bd-205e8863cdfd", + "uuid": "4bcd9988-5ecd-463b-9ae4-e6228952e5f8", "priority": 0 }, { @@ -30644,7 +30642,7 @@ } ], "block": "crafting_table", - "uuid": "e8b310ef-85a0-4c33-a44c-8bc14c257280", + "uuid": "e5412806-5979-4c7a-b786-28db51a473c7", "priority": 1 }, { @@ -30671,7 +30669,7 @@ } ], "block": "crafting_table", - "uuid": "70899838-4cc9-4d7a-b97c-03b95e377f87", + "uuid": "9af840bc-602a-4130-b1a5-74f815e3a104", "priority": 2 }, { @@ -30692,7 +30690,7 @@ } ], "block": "crafting_table", - "uuid": "7333434e-8bec-4957-aa5a-cdd94c8f875c", + "uuid": "ea20e622-fec6-49af-acb3-bceec538b955", "priority": 0 }, { @@ -30719,7 +30717,7 @@ } ], "block": "crafting_table", - "uuid": "04320587-219f-486e-816e-0a514ee30a30", + "uuid": "d4e8d075-843f-4b8e-a0f5-e6e3b8e1336f", "priority": 4 }, { @@ -30746,7 +30744,7 @@ } ], "block": "crafting_table", - "uuid": "b509c6b4-d7c4-4927-8b30-5f0bac3b98b1", + "uuid": "1039f910-72b2-4684-9808-aa9030538d5f", "priority": 3 }, { @@ -30778,7 +30776,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "8b1ab488-b512-42f4-8bd5-2316c3b35660", + "uuid": "4f2162eb-24af-48d9-b2e2-4c6840f65570", "priority": 0, "width": 3, "height": 3 @@ -30805,7 +30803,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "72542bdc-2491-4c1d-8c97-984e61235862", + "uuid": "113fda6e-83cc-49c4-b4b0-a6642e31f9c7", "priority": 0, "width": 3, "height": 2 @@ -30839,7 +30837,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "9397f730-46e6-4f91-bd94-25339f2bb754", + "uuid": "8f4173c0-82ce-4ffa-a854-0fb4ccd9bda2", "priority": 0, "width": 3, "height": 3 @@ -30873,7 +30871,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "b60a9cd0-d887-4d8b-9f3e-b10a3e32549d", + "uuid": "aa87aa27-7892-46d4-a33c-4466a71eb6b5", "priority": 0, "width": 3, "height": 3 @@ -30907,7 +30905,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "22122724-c315-4474-a5b3-31b79c379b4a", + "uuid": "1a02eb0b-890b-4bbe-afd0-01c07dc00361", "priority": 0, "width": 3, "height": 3 @@ -30942,7 +30940,7 @@ " B " ], "block": "crafting_table", - "uuid": "c83c588c-5785-4e32-9e40-b8d4ebcc4cd7", + "uuid": "164f893c-7692-4d56-85e3-6880ebb00716", "priority": 0, "width": 3, "height": 3 @@ -30971,7 +30969,7 @@ } ], "block": "crafting_table", - "uuid": "df37421d-f642-4664-995d-46531a17ad0a", + "uuid": "8fe9266f-7b79-4804-981a-0f4cbfd86455", "priority": 0 }, { @@ -30995,7 +30993,7 @@ "AA" ], "block": "crafting_table", - "uuid": "e6db8fb3-7365-4d02-90dd-dffca6b4a9b1", + "uuid": "d5d3bcd7-549a-46b9-bf29-b8dc8d2824e9", "priority": 0, "width": 2, "height": 1 @@ -31066,7 +31064,7 @@ } ], "block": "crafting_table", - "uuid": "1c920bc6-b2ef-438d-b2ad-d696c5d4cb42", + "uuid": "e304d3dd-405f-4925-bfe8-2f443baf15e3", "priority": 0 }, { @@ -31099,7 +31097,7 @@ } ], "block": "crafting_table", - "uuid": "f755ad78-fd98-4904-b99d-e632aaf0df3c", + "uuid": "5854cf29-ba7d-4022-81cf-65fd2c7b9c31", "priority": 3 }, { @@ -31120,7 +31118,7 @@ } ], "block": "crafting_table", - "uuid": "9d398cd0-2a17-4f06-b23a-7c25a0599b5e", + "uuid": "33dc0150-3a86-42de-a5af-913d79e52a00", "priority": 2 }, { @@ -31153,7 +31151,7 @@ } ], "block": "crafting_table", - "uuid": "c432beb5-45ef-404d-a688-76278f9b7c4b", + "uuid": "133b00ba-7de9-4f76-a072-cc38a0d9c638", "priority": 7 }, { @@ -31180,7 +31178,7 @@ } ], "block": "crafting_table", - "uuid": "69278d0a-59e5-47e4-a8f5-25d9bc863588", + "uuid": "7f79de99-ff18-4611-82f0-b497fb1d5377", "priority": 6 }, { @@ -31207,7 +31205,7 @@ } ], "block": "crafting_table", - "uuid": "cad55163-8b64-4514-bc93-f0a29c74aa75", + "uuid": "278cf247-38e6-40d8-ba18-e3f20e1df410", "priority": 4 }, { @@ -31240,7 +31238,7 @@ } ], "block": "crafting_table", - "uuid": "ce2fe687-c209-4fee-93ce-802a14397e86", + "uuid": "3b5f2fa7-8bd6-49d8-8b47-72cb6299dbeb", "priority": 8 }, { @@ -31273,7 +31271,7 @@ } ], "block": "crafting_table", - "uuid": "9175072e-ed35-47ca-a063-8f1f7f74dc8e", + "uuid": "c2e08053-6210-4517-9c9c-58a7c4682d3b", "priority": 5 }, { @@ -31294,7 +31292,7 @@ } ], "block": "crafting_table", - "uuid": "58abe6b1-4dae-484d-a67c-30ac3fd8de0f", + "uuid": "6f7a707e-df57-48a7-afd4-926e19af45ce", "priority": 1 }, { @@ -31315,7 +31313,7 @@ } ], "block": "crafting_table", - "uuid": "d618992d-e8e2-4d4f-8f41-4eca9f2aad8f", + "uuid": "b0b50aea-ed60-49ad-86ec-4c29268410fb", "priority": 0 }, { @@ -31347,7 +31345,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "3f0bdd69-29eb-428e-8e68-491f9ed3d530", + "uuid": "05cbf203-f41d-42c8-a706-99e401a6a075", "priority": 0, "width": 3, "height": 3 @@ -31374,7 +31372,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "fb94b38a-9514-46db-a0b7-b0df732e35ef", + "uuid": "81525b00-a75b-4e3a-9e08-652adac131f2", "priority": 0, "width": 3, "height": 2 @@ -31408,7 +31406,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "5acecda8-ceea-4f7e-807d-c67cc38ec973", + "uuid": "780c2771-d963-45c5-8350-3fba2460ac2e", "priority": 0, "width": 3, "height": 3 @@ -31442,7 +31440,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "a92da5fa-0687-4029-b435-75c7adb66ba7", + "uuid": "17068616-217f-44fe-94de-aa045aeadf2f", "priority": 0, "width": 3, "height": 3 @@ -31468,7 +31466,7 @@ "AA" ], "block": "crafting_table", - "uuid": "635ba3c6-c1b9-4732-8474-d5c6f450a4ba", + "uuid": "86e2f614-6b16-490f-b1c1-5b3d622d4526", "priority": 0, "width": 2, "height": 1 @@ -31496,7 +31494,7 @@ "A" ], "block": "crafting_table", - "uuid": "abdfc211-2ed1-4053-9204-781c71f95f0f", + "uuid": "73696a19-5d01-496b-891b-f2a67b687903", "priority": 1, "width": 1, "height": 3 @@ -31530,7 +31528,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "07a53e0a-6673-4324-9962-b59862379bb2", + "uuid": "401edd12-0e15-4653-b2ed-1a8b93d619db", "priority": 0, "width": 3, "height": 3 @@ -31565,7 +31563,7 @@ " B " ], "block": "crafting_table", - "uuid": "f4093134-90ef-462a-b89f-e3bc28b0e611", + "uuid": "637473fa-d60f-477d-b564-028de062b385", "priority": 0, "width": 3, "height": 3 @@ -31594,7 +31592,7 @@ } ], "block": "crafting_table", - "uuid": "45007a5a-0102-4d8f-b3e3-07acded231b1", + "uuid": "149ec353-548e-4e78-b3ae-55831ced0cd0", "priority": 0 }, { @@ -31618,7 +31616,7 @@ "AA" ], "block": "crafting_table", - "uuid": "cce0953c-8f93-45df-b6d2-e00cc40d3519", + "uuid": "fc6fbaf8-5bbb-4103-9a27-285fbd1642d4", "priority": 0, "width": 2, "height": 1 @@ -31689,7 +31687,7 @@ } ], "block": "crafting_table", - "uuid": "b90701cf-db8f-4cb1-a3b4-995958ba40bb", + "uuid": "32538465-e910-46fa-8306-5501961a5f6d", "priority": 0 }, { @@ -31716,7 +31714,7 @@ } ], "block": "crafting_table", - "uuid": "cac42002-6d61-43e8-95ca-29b60dc46243", + "uuid": "a90023b1-e0a4-49e3-982f-c035a5c4553d", "priority": 0 }, { @@ -31743,7 +31741,7 @@ } ], "block": "crafting_table", - "uuid": "73b61d54-fdac-4088-8964-0033f6496410", + "uuid": "ab7a9907-8ebd-42a8-a585-2fbe1dc108e3", "priority": 1 }, { @@ -31775,7 +31773,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "3f5e3c1b-a33d-483f-bb89-74c8ddeec81a", + "uuid": "e4c0d435-69a0-4b00-8c16-b9fd37f252b5", "priority": 0, "width": 3, "height": 3 @@ -31802,7 +31800,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "9d364035-7cd2-4cfc-a11c-45a8304d7cf5", + "uuid": "26807ae4-951b-4566-a35d-babd9fc22547", "priority": 0, "width": 3, "height": 2 @@ -31836,7 +31834,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "ad68540e-b3f1-4c36-b790-b761d737463e", + "uuid": "c3299745-b9ee-41d4-a1c7-ff82634b85ba", "priority": 0, "width": 3, "height": 3 @@ -31870,7 +31868,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "d0948c73-a351-499d-8604-12f15c9e5a74", + "uuid": "c238dc80-b556-4e22-9977-4b2db458968d", "priority": 0, "width": 3, "height": 3 @@ -31903,7 +31901,7 @@ "B" ], "block": "crafting_table", - "uuid": "55b9bdf4-1b98-4e8e-b0ef-1105f28c0b7e", + "uuid": "c0b30345-ca3c-4c3f-93f1-1d3a6de618bc", "priority": 0, "width": 1, "height": 2 @@ -31938,7 +31936,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "f7332eb3-9520-47e2-879f-c74acfa6c6af", + "uuid": "10def5b0-cce0-4fa1-b28e-81f2c0719a5f", "priority": 0, "width": 3, "height": 3 @@ -31972,7 +31970,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "595d58c5-4a07-4ba9-9eb0-3c26f4026580", + "uuid": "b4238114-53bf-47d2-bff9-4a37b09f9062", "priority": 0, "width": 3, "height": 3 @@ -32004,7 +32002,7 @@ "BB" ], "block": "crafting_table", - "uuid": "ac72b240-796b-40f7-bce8-ed96bd7bda28", + "uuid": "1db74636-e5fa-4db9-ba73-dca93910fe05", "priority": -1, "width": 2, "height": 2 @@ -32037,7 +32035,7 @@ "BB" ], "block": "crafting_table", - "uuid": "4d240417-5fcf-4203-9b64-8cb3e3ba777e", + "uuid": "dd80067e-ff8a-4581-9802-fdf73f4cc787", "priority": 2, "width": 2, "height": 2 @@ -32070,7 +32068,7 @@ "BB" ], "block": "crafting_table", - "uuid": "0a075e90-42c0-4a48-b5de-e79010af2eb9", + "uuid": "555da0fa-8a66-4c87-aeba-5a831a994a10", "priority": 2, "width": 2, "height": 2 @@ -32103,7 +32101,7 @@ "BB" ], "block": "crafting_table", - "uuid": "56f15995-450b-4f0f-8ebd-2daf02b0c882", + "uuid": "225f1509-c91f-4be2-847b-fb970d5066a6", "priority": 2, "width": 2, "height": 2 @@ -32138,7 +32136,7 @@ " B " ], "block": "crafting_table", - "uuid": "01340cb9-4310-4854-8286-c4041f7cd10f", + "uuid": "128f5203-69ae-448a-99a1-82205900c663", "priority": 0, "width": 3, "height": 3 @@ -32167,7 +32165,7 @@ } ], "block": "crafting_table", - "uuid": "b6734a92-fba0-420e-96ff-b58a644bc41b", + "uuid": "902c336f-75aa-40c2-a959-44ed50057b02", "priority": 0 }, { @@ -32191,7 +32189,7 @@ "AA" ], "block": "crafting_table", - "uuid": "2f80e982-457d-4233-99ba-106e74eac4d2", + "uuid": "048fb693-3784-4f5f-af89-09a239210580", "priority": 0, "width": 2, "height": 1 @@ -32225,7 +32223,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "8c5cf261-7414-4b3c-a434-193755005897", + "uuid": "1b7f94de-f1ca-49e7-ac14-2680d5f156b4", "priority": 0, "width": 3, "height": 3 @@ -32296,7 +32294,7 @@ } ], "block": "crafting_table", - "uuid": "f2f70f13-cc03-4f9b-914c-1661934bc728", + "uuid": "7e8d920a-b496-4936-b7ce-bb6ba709eaff", "priority": 0 }, { @@ -32329,7 +32327,7 @@ } ], "block": "crafting_table", - "uuid": "d97500a5-8fae-46c6-bf6f-373f46540577", + "uuid": "f51499ff-cd9a-4b04-ae1d-acb598151c3d", "priority": 2 }, { @@ -32350,7 +32348,7 @@ } ], "block": "crafting_table", - "uuid": "ef98c8cb-d360-463e-ad12-0b540aa188b3", + "uuid": "f9278a8a-c817-4246-a94a-4e39f3f57ebd", "priority": 1 }, { @@ -32389,7 +32387,7 @@ } ], "block": "crafting_table", - "uuid": "cf7a50d8-9232-4c45-9cd0-51473e0ba6c3", + "uuid": "6a9aea59-3a62-4a36-b46b-bdabdffe727d", "priority": 6 }, { @@ -32428,7 +32426,7 @@ } ], "block": "crafting_table", - "uuid": "ed6f2116-c1be-4e7d-8dbb-8354dfef1a8b", + "uuid": "d5ee78a6-9d41-41ce-9b6c-b7cdfe15c906", "priority": 4 }, { @@ -32467,7 +32465,7 @@ } ], "block": "crafting_table", - "uuid": "5adb5459-f5c9-4e31-a097-5e256cdc71bf", + "uuid": "9c6a6d2d-b2d2-4071-a25c-b775eec78da6", "priority": 8 }, { @@ -32506,7 +32504,7 @@ } ], "block": "crafting_table", - "uuid": "f9be3ad8-1171-4e2b-8287-65b27ae944b1", + "uuid": "da25c1aa-3d97-4fb5-b8d1-1aaa6432d652", "priority": 7 }, { @@ -32539,7 +32537,7 @@ } ], "block": "crafting_table", - "uuid": "c8bf39ef-de07-4f0e-8dc7-53ffcb71b8a8", + "uuid": "cadf5598-578b-48d0-b254-407bdd61ddd2", "priority": 5 }, { @@ -32560,7 +32558,7 @@ } ], "block": "crafting_table", - "uuid": "24e604ce-5f7e-45b6-b03e-e4a0c5f09a95", + "uuid": "eab6d499-2ee9-4081-ab8a-9bb1115e211f", "priority": 0 }, { @@ -32587,7 +32585,7 @@ } ], "block": "crafting_table", - "uuid": "6831c8ba-0bac-4def-8060-faaf71db0e16", + "uuid": "a141e4b0-10d7-4adf-86e5-23eaa399921e", "priority": 3 }, { @@ -32619,7 +32617,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "29779128-c6a1-4065-aaca-7fa4c05b353f", + "uuid": "448fc504-0af6-430d-9338-020b25346444", "priority": 0, "width": 3, "height": 3 @@ -32646,7 +32644,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "04372cc1-b688-4e55-83fd-c94467bbd815", + "uuid": "2e7f74c6-2660-4918-9b2d-4baea0da1711", "priority": 0, "width": 3, "height": 2 @@ -32680,7 +32678,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "40186a74-b761-4282-8270-5fb104d2a663", + "uuid": "45b2b4f9-d516-4157-a315-ae2fd8f0fb45", "priority": 0, "width": 3, "height": 3 @@ -32714,7 +32712,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "3fc6db29-ca20-47bf-8ab6-de48ad0801a3", + "uuid": "4ea59f20-3e3c-4c3d-a578-744b0d02a264", "priority": 0, "width": 3, "height": 3 @@ -32741,7 +32739,7 @@ "AA" ], "block": "crafting_table", - "uuid": "17c3b836-80a1-43e0-8aa8-10f1d208f531", + "uuid": "a775579e-ce48-45c8-9ef7-7af08ee02bb5", "priority": 0, "width": 2, "height": 2 @@ -32770,7 +32768,7 @@ } ], "block": "crafting_table", - "uuid": "a19dd2ad-e29f-416b-a2ae-f9395b00df6d", + "uuid": "28e22df6-1429-4d68-a8fd-b5c3454d7b20", "priority": 0 }, { @@ -32795,7 +32793,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "b7f4ac2f-f46e-4ce1-8c1d-142558464c7b", + "uuid": "00e8ecef-9fb2-4732-a49d-6b4a02d262b8", "priority": 0, "width": 3, "height": 2 @@ -32821,7 +32819,7 @@ "A" ], "block": "crafting_table", - "uuid": "0354484a-0cab-455b-9f2d-b490e303734d", + "uuid": "315151ac-fc67-4182-a230-0111900947e5", "priority": 0, "width": 1, "height": 1 @@ -32850,7 +32848,7 @@ } ], "block": "crafting_table", - "uuid": "f53d406a-3dec-48b0-a138-ab7765db8a47", + "uuid": "2a7b0ba7-59dc-4776-a87e-127071bec9a7", "priority": 0 }, { @@ -32876,7 +32874,7 @@ "AA" ], "block": "crafting_table", - "uuid": "76a0b0a7-2357-4d46-b6de-497768017a3d", + "uuid": "1e2ff89c-8c7b-4f89-a348-de8a33e5017c", "priority": 0, "width": 2, "height": 3 @@ -32909,7 +32907,7 @@ "ABA" ], "block": "crafting_table", - "uuid": "1349c921-dbb7-4bf5-b062-b7106885208d", + "uuid": "93e48f80-0307-4b9e-afda-93e26474719e", "priority": 0, "width": 3, "height": 2 @@ -32942,7 +32940,7 @@ "ABA" ], "block": "crafting_table", - "uuid": "14abf668-ea28-45ca-80a3-bb33f9dabc92", + "uuid": "70a5ab2d-8fa9-47a2-b8d2-5b2f6090d3fc", "priority": 0, "width": 3, "height": 2 @@ -32976,7 +32974,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "b2b49cd7-5de3-427d-aaed-39c43ae310b7", + "uuid": "865b9d85-ef0b-4492-b3b9-80587cb129ca", "priority": 0, "width": 3, "height": 3 @@ -33002,7 +33000,7 @@ "A" ], "block": "crafting_table", - "uuid": "0297fd59-a86f-4fd6-af92-618729f44180", + "uuid": "4f471d71-fce4-4ffc-bcf8-18b74f6167d5", "priority": 0, "width": 1, "height": 1 @@ -33028,7 +33026,7 @@ "A" ], "block": "crafting_table", - "uuid": "db99c807-db62-46d1-85ea-87c7d009c904", + "uuid": "98969416-dfa9-4633-b3ad-9c03187e43ce", "priority": 0, "width": 1, "height": 1 @@ -33054,7 +33052,7 @@ "A" ], "block": "crafting_table", - "uuid": "8fbc0fde-f2b2-46eb-836f-2efc08654a86", + "uuid": "26f2d18b-472b-4c60-9442-75f6e6674274", "priority": 0, "width": 1, "height": 1 @@ -33080,7 +33078,7 @@ "A" ], "block": "crafting_table", - "uuid": "6181df88-95d2-467b-abb9-f3c17bbf6921", + "uuid": "34cdfef0-bdf6-4f97-a16a-91f0a97b8740", "priority": 0, "width": 1, "height": 1 @@ -33106,7 +33104,7 @@ "AA" ], "block": "crafting_table", - "uuid": "7ec00aec-16ce-4fdd-b5c8-3ef1def37d20", + "uuid": "5e54e245-d6a9-46e9-8289-e8f57be172c1", "priority": 0, "width": 2, "height": 1 @@ -33140,7 +33138,7 @@ " B " ], "block": "crafting_table", - "uuid": "5841254d-b387-4a77-b5f9-90043fd3218e", + "uuid": "b13e80cc-0ef4-413a-9bf3-975fae8d94be", "priority": 0, "width": 3, "height": 3 @@ -33166,7 +33164,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "5f3a59cb-d836-4e5a-a167-f2fe4142f813", + "uuid": "62b8e910-b897-4cdb-8af3-12dd03100f22", "priority": 0, "width": 3, "height": 1 @@ -33194,7 +33192,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "26df14b5-f3cc-4f6b-af5d-2364388c43c7", + "uuid": "35cde623-da89-4b53-a3a5-3c8e2cbb15f3", "priority": 0, "width": 3, "height": 3 @@ -33221,7 +33219,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "3238caad-5719-45a6-b893-e4a5174ff97a", + "uuid": "9abe6b87-798b-4b52-952b-164479c71f13", "priority": 0, "width": 3, "height": 2 @@ -33248,7 +33246,7 @@ "AA" ], "block": "crafting_table", - "uuid": "afb9c3bd-3ee6-4016-ab52-12beb4c8439a", + "uuid": "96ce14b6-1418-4afe-80d4-0460a5801a21", "priority": 0, "width": 2, "height": 2 @@ -33275,7 +33273,7 @@ "AA" ], "block": "crafting_table", - "uuid": "2dd8c4d0-233a-4a6f-bff0-ae4b5babd93d", + "uuid": "994237f2-ebda-4892-9ba5-084232d890f5", "priority": 0, "width": 2, "height": 2 @@ -33303,7 +33301,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "326b0033-2c50-4233-af06-b13d3db1a445", + "uuid": "82f3a6f0-dbfb-4e20-9eda-11e972f60d76", "priority": 0, "width": 3, "height": 3 @@ -33331,7 +33329,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "168fe163-89bf-4d65-bd7d-3e074b765248", + "uuid": "396f7b3d-3577-487a-a4d6-973b344f8df9", "priority": 0, "width": 3, "height": 3 @@ -33357,7 +33355,7 @@ "A" ], "block": "crafting_table", - "uuid": "fbedf96c-83c0-4bf8-9852-18b7c6db28a6", + "uuid": "ad015482-b184-4bf8-ade0-04458d5b20c7", "priority": 0, "width": 1, "height": 1 @@ -33384,7 +33382,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "ca6556ab-105b-433c-b01b-c294643986a9", + "uuid": "c35ebda7-f3dd-4cad-8d0e-16822869c5e4", "priority": 0, "width": 3, "height": 2 @@ -33410,7 +33408,7 @@ "AA" ], "block": "crafting_table", - "uuid": "3ee38c03-b893-4f90-aca9-a326128d63e7", + "uuid": "bfe90b7c-6118-4119-8c41-1d26229203fa", "priority": 0, "width": 2, "height": 1 @@ -33439,7 +33437,7 @@ } ], "block": "crafting_table", - "uuid": "0ebe93f4-89b9-4242-8d09-05e4654a1f61", + "uuid": "46d77b70-2940-4a07-9574-a73cd28b9317", "priority": 0 }, { @@ -33466,7 +33464,7 @@ } ], "block": "crafting_table", - "uuid": "f2d2599d-9f46-44ad-a5db-81c3a2b3033f", + "uuid": "2fbe1d61-9003-404c-af1c-c7ce2b8f9af8", "priority": 0 }, { @@ -33492,7 +33490,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "9d2cf523-65d9-4506-866d-3fcb411a848e", + "uuid": "4b6a6721-8906-440e-b1d5-5278522b3f23", "priority": 0, "width": 3, "height": 3 @@ -33519,7 +33517,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "f6189573-191f-464a-a45c-2512cf1f6820", + "uuid": "574be7b3-9428-4245-aca0-1be034c1bc53", "priority": 0, "width": 3, "height": 2 @@ -33547,7 +33545,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "ac59e772-3046-449a-9e70-63cf2e305a23", + "uuid": "83b1401d-0613-4114-aa76-8b4a1257c3ea", "priority": 0, "width": 3, "height": 3 @@ -33574,7 +33572,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "84834106-233c-44d5-9314-6405103109cf", + "uuid": "99f56e63-3543-4c25-98b6-d38b704b4bdb", "priority": 0, "width": 3, "height": 2 @@ -33603,7 +33601,7 @@ } ], "block": "crafting_table", - "uuid": "d7d4eb0d-5abc-4318-925d-4e190ff9f9c1", + "uuid": "a579a144-fa82-471c-b25a-f9614d775ef2", "priority": 0 }, { @@ -33630,7 +33628,7 @@ } ], "block": "crafting_table", - "uuid": "d2165294-5647-41f1-b395-c75cd39bebe9", + "uuid": "5f8cf855-f681-4962-abae-8a9f4b1199bb", "priority": 0 }, { @@ -33654,7 +33652,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "fbd764b8-6f0b-4325-a5b0-d8c294fb76e4", + "uuid": "f85402d3-204d-4c80-8491-a7cd381ad050", "priority": 0, "width": 3, "height": 1 @@ -33682,7 +33680,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "0c52c368-47f7-4ffd-95ec-ab53b0707029", + "uuid": "a4ebee5b-4a0e-4ca6-a935-8fac24877cf7", "priority": 0, "width": 3, "height": 3 @@ -33709,7 +33707,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "7e8ba81e-8d5e-4f8e-bb85-4aac936eaec5", + "uuid": "ec085132-17bd-4e79-b3bf-a8f2383682d3", "priority": 0, "width": 3, "height": 2 @@ -33736,7 +33734,7 @@ "AA" ], "block": "crafting_table", - "uuid": "616360ed-b806-4f5c-af92-ee745a0b4c4d", + "uuid": "7c914edc-e495-4dbb-90a5-a2388f3c21ef", "priority": 0, "width": 2, "height": 2 @@ -33765,7 +33763,7 @@ } ], "block": "crafting_table", - "uuid": "b365e2f8-0958-4592-8d6a-882a5fbe6483", + "uuid": "67a7ab29-c841-4299-82ec-8435d1bd9dd8", "priority": 0 }, { @@ -33798,7 +33796,7 @@ } ], "block": "crafting_table", - "uuid": "478761a1-af87-42ac-bd75-994064705972", + "uuid": "fa8bf486-19f7-47cf-ab77-76773d57d554", "priority": 0 }, { @@ -33823,7 +33821,7 @@ "AA" ], "block": "crafting_table", - "uuid": "c1030e15-e343-4cc6-9e4f-0b6929936007", + "uuid": "53e26785-aeef-46c2-9efb-bf0ba71689d4", "priority": 0, "width": 2, "height": 2 @@ -33856,7 +33854,7 @@ "ABA" ], "block": "crafting_table", - "uuid": "d554a9d1-726a-4ba9-9e01-63f579c9bd64", + "uuid": "ac4b4560-677f-4997-ad2d-2a50b03d5f21", "priority": 0, "width": 3, "height": 2 @@ -33884,7 +33882,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "6498948a-7564-4dc5-bae9-bf2482cdc23f", + "uuid": "eefbc763-2af1-4d65-afa6-196b7ace5420", "priority": 0, "width": 3, "height": 3 @@ -33911,7 +33909,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "55acba54-3b9e-4d7b-b0ce-7f7e860125bf", + "uuid": "88338910-6c2c-490c-9677-87a9baaddbd7", "priority": 0, "width": 3, "height": 2 @@ -33939,7 +33937,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "68d31316-637e-4641-84e7-972a2ac89ea0", + "uuid": "65288daa-a617-4ae4-89fd-dc44f30f5941", "priority": 0, "width": 3, "height": 3 @@ -33967,7 +33965,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "37e86721-1039-4332-bcb1-f68f388f6579", + "uuid": "c98427b3-0534-48ca-bcc3-aa18b7fdc599", "priority": 0, "width": 3, "height": 3 @@ -34032,7 +34030,7 @@ } ], "block": "crafting_table", - "uuid": "0f82a41a-4733-4063-8b1e-f0a45c00dce1", + "uuid": "258ecaa1-90e3-495d-8bf1-4aaacc1bc519", "priority": 0 }, { @@ -34056,7 +34054,7 @@ "A" ], "block": "crafting_table", - "uuid": "b8effb09-b107-4abe-a59c-ce12deef5a33", + "uuid": "ac59e415-524a-451b-bd85-df5875c933c1", "priority": 0, "width": 1, "height": 1 @@ -34096,7 +34094,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "a5597cbe-09f2-43ad-ab3c-8e58a827cfbd", + "uuid": "b9ff628a-9283-485d-887e-0fec728dd799", "priority": 0, "width": 3, "height": 3 @@ -34129,7 +34127,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "6670658f-6eba-4b21-b0d2-e0a6434df5e8", + "uuid": "3e88ffd1-f481-4089-ba7c-e5465778291f", "priority": -1, "width": 3, "height": 3 @@ -34163,7 +34161,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "a68f9a7d-a085-4184-8844-2d7f88f3cb3e", + "uuid": "aac7a950-c1e2-4ca2-87f1-07a6d7bf1b63", "priority": 2, "width": 3, "height": 3 @@ -34197,7 +34195,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "1b248bba-a5bb-4124-96bf-ea31f84358fc", + "uuid": "397353b9-a16b-4701-938a-9052d51570fc", "priority": 2, "width": 3, "height": 3 @@ -34231,7 +34229,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "6f02e4ab-0f28-4fc3-9892-f76966b02745", + "uuid": "8b48211a-ea1c-41d1-a658-b21a7d9ab59e", "priority": 2, "width": 3, "height": 3 @@ -34264,7 +34262,7 @@ "ABA" ], "block": "crafting_table", - "uuid": "a32c1b18-d1fd-4b16-82a2-08c4f4e49385", + "uuid": "ab4b0de9-1bff-4cad-b941-802a9536b756", "priority": 0, "width": 3, "height": 2 @@ -34298,7 +34296,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "ea39c425-c7f5-496e-b8b5-3372a774f8b6", + "uuid": "0da04bca-e447-4594-8291-3829ae6b9d6e", "priority": 0, "width": 3, "height": 3 @@ -34324,7 +34322,7 @@ "A" ], "block": "crafting_table", - "uuid": "c10f1218-1e91-4647-963b-47aefca71ca9", + "uuid": "0782075e-9b13-408d-9b21-b75485042023", "priority": 0, "width": 1, "height": 1 @@ -34350,7 +34348,7 @@ "A" ], "block": "crafting_table", - "uuid": "9318f0d5-58e4-43b9-93dc-5b3228ef3853", + "uuid": "51cb6e29-b5c3-4a6d-924b-fe93c6f85317", "priority": 0, "width": 1, "height": 1 @@ -34362,8 +34360,8 @@ "A": { "type": "default", "count": 1, - "itemId": "minecraft:wood", - "auxValue": 8 + "itemId": "minecraft:stripped_oak_wood", + "auxValue": 32767 } }, "output": [ @@ -34376,7 +34374,7 @@ "A" ], "block": "crafting_table", - "uuid": "f4d8fd69-02b5-4bf5-9c4b-370ee6ae422a", + "uuid": "7bfcb2ec-1175-4e55-a4d8-e103892e8e8d", "priority": 0, "width": 1, "height": 1 @@ -34388,8 +34386,8 @@ "A": { "type": "default", "count": 1, - "itemId": "minecraft:wood", - "auxValue": 0 + "itemId": "minecraft:oak_wood", + "auxValue": 32767 } }, "output": [ @@ -34402,7 +34400,7 @@ "A" ], "block": "crafting_table", - "uuid": "e15a11c8-6739-4f59-afd3-03b67ccdde6d", + "uuid": "0df8bba4-65eb-4f4f-bf60-4189fcb6c7ce", "priority": 0, "width": 1, "height": 1 @@ -34430,7 +34428,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "86ce8687-5d58-4076-951a-344019729929", + "uuid": "a6977070-2519-4a00-8073-907ec992d31b", "priority": 0, "width": 3, "height": 3 @@ -34443,12 +34441,12 @@ "type": "default", "count": 1, "itemId": "minecraft:oak_log", - "auxValue": 0 + "auxValue": 32767 } }, "output": [ { - "id": "minecraft:wood", + "id": "minecraft:oak_wood", "count": 3 } ], @@ -34457,7 +34455,7 @@ "AA" ], "block": "crafting_table", - "uuid": "aa99dc52-fe06-43d8-932a-d8ea80fe44a6", + "uuid": "c204b16b-5262-4e0f-a050-4cfffbad18a4", "priority": 0, "width": 2, "height": 2 @@ -34475,7 +34473,7 @@ }, "output": [ { - "id": "minecraft:wood", + "id": "minecraft:stripped_oak_wood", "count": 3 } ], @@ -34484,7 +34482,7 @@ "AA" ], "block": "crafting_table", - "uuid": "0f9abcb8-d741-4ea0-9418-01d1af3066a2", + "uuid": "445f2348-3e70-42ee-b36a-74a458ac649c", "priority": 0, "width": 2, "height": 2 @@ -34502,7 +34500,7 @@ }, "output": [ { - "id": "minecraft:wooden_slab", + "id": "minecraft:oak_slab", "count": 6 } ], @@ -34510,7 +34508,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "26463e3f-9c22-46fd-9533-8dac5bf53476", + "uuid": "508994b9-ad9f-45b1-bada-b9f4b4b03d09", "priority": 0, "width": 3, "height": 1 @@ -34550,7 +34548,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "dea8f86a-4a58-478e-b967-677f71a65ead", + "uuid": "fa0619a8-f68f-4770-96ee-2b429c02a5ff", "priority": 0, "width": 3, "height": 3 @@ -34585,7 +34583,7 @@ " B " ], "block": "crafting_table", - "uuid": "1744a50f-57e6-42d2-a17f-fd08d6416ac3", + "uuid": "087bbaa7-bce8-4358-a40a-bce6e496ce18", "priority": 0, "width": 3, "height": 3 @@ -34614,7 +34612,7 @@ } ], "block": "crafting_table", - "uuid": "bbdcf7c1-c4f9-489f-bac1-3db3f94a3c11", + "uuid": "d6972652-9328-4dd5-8b98-48a80abd727d", "priority": 0 }, { @@ -34638,7 +34636,7 @@ "AA" ], "block": "crafting_table", - "uuid": "01cabb92-3dea-479c-ac83-1389fb311e25", + "uuid": "19896e62-f5ca-47bf-8e30-59150eb464a5", "priority": 0, "width": 2, "height": 1 @@ -34672,7 +34670,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "98a41985-f3a4-4cf9-af66-9499577c5c80", + "uuid": "77088dca-6005-42b2-afbb-f71904d3dab4", "priority": 0, "width": 3, "height": 3 @@ -34743,7 +34741,7 @@ } ], "block": "crafting_table", - "uuid": "fa26c99d-2621-4d43-bdfa-32f13fee881e", + "uuid": "54ab52e6-2c3d-4c55-a1f3-4e9b4599a7f8", "priority": 0 }, { @@ -34764,7 +34762,7 @@ } ], "block": "crafting_table", - "uuid": "614149cd-b086-4dab-b7a8-718047b1cbfb", + "uuid": "7b00c0cc-57cd-4973-8a0a-f46dd89220e4", "priority": 0 }, { @@ -34791,7 +34789,7 @@ } ], "block": "crafting_table", - "uuid": "a977c161-b9c2-480b-b150-0a2ae5602a28", + "uuid": "ee921889-a2f9-4028-88e5-9d98192a1273", "priority": 0 }, { @@ -34812,7 +34810,7 @@ } ], "block": "crafting_table", - "uuid": "4433a6a8-fef2-464d-a299-574e0029c7c4", + "uuid": "0f26947a-79e1-4b0a-be9e-2b47540f340f", "priority": 0 }, { @@ -34844,7 +34842,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "77a9fe73-fc86-4965-8a00-f81710a8b0bb", + "uuid": "ecc699cc-2a37-4846-b3ba-a3002fe51138", "priority": 0, "width": 3, "height": 3 @@ -34871,7 +34869,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "47cc8970-d4ab-453d-85de-e2ffced3c1f7", + "uuid": "490c4e9d-82d8-41a1-93f2-910cd5cf9686", "priority": 0, "width": 3, "height": 2 @@ -34905,7 +34903,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "5fb867f5-ff5d-444d-9cfd-b09d8bcc0985", + "uuid": "bf881415-94f4-45e8-8fbb-07e6c66ecdc2", "priority": 0, "width": 3, "height": 3 @@ -34939,7 +34937,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "031deb42-aaef-42a7-8b5a-48f9599f5a83", + "uuid": "304b9db2-0d59-4629-9d13-8420843d2a75", "priority": 0, "width": 3, "height": 3 @@ -34967,7 +34965,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "0cca28d8-c6da-4532-a3bd-32621b8b862e", + "uuid": "62c63abe-8de0-4615-9cf8-ed61d20b6b5f", "priority": 0, "width": 3, "height": 3 @@ -34996,7 +34994,7 @@ } ], "block": "crafting_table", - "uuid": "2600df21-6190-4d22-ad63-42d536762e05", + "uuid": "78a7ad26-ae1e-4c30-8e2c-460f85e31b51", "priority": 0 }, { @@ -35027,7 +35025,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "8d6c20fa-b1f3-46cd-8066-3457fa8ccd81", + "uuid": "cabde216-4665-4afc-b8a6-0c4e42081d2b", "priority": 0, "width": 3, "height": 3 @@ -35053,7 +35051,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "7c5a567e-daa8-4579-9496-b470f8051e27", + "uuid": "ca61f654-75ca-4c59-b288-203fd982cc6c", "priority": 0, "width": 3, "height": 1 @@ -35080,7 +35078,7 @@ "A" ], "block": "crafting_table", - "uuid": "5d15ed6b-20d2-4495-ab4d-94a61557a66e", + "uuid": "6a484fff-f368-42cf-b7bf-35bb8f3d8c74", "priority": 0, "width": 1, "height": 2 @@ -35115,7 +35113,7 @@ " B " ], "block": "crafting_table", - "uuid": "51a022d7-43c0-4f56-8295-7067d964677e", + "uuid": "015f4207-821d-4e95-8b6b-598f1cf94ad2", "priority": 0, "width": 3, "height": 3 @@ -35144,7 +35142,7 @@ } ], "block": "crafting_table", - "uuid": "d89c59ba-92f8-4f53-bd5f-c12d480c0d7b", + "uuid": "b9c87b6b-7692-4785-a502-f87522cf0cca", "priority": 0 }, { @@ -35168,7 +35166,7 @@ "AA" ], "block": "crafting_table", - "uuid": "b463866a-eeeb-4c29-92d8-1ec22c702f6e", + "uuid": "8dfcaca6-0fc8-449d-98c4-fa20ff405590", "priority": 0, "width": 2, "height": 1 @@ -35202,7 +35200,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "5257587f-c704-4697-a456-d2091d553d02", + "uuid": "6e67c1a5-6df0-4109-a3f7-18192bf92c92", "priority": 0, "width": 3, "height": 3 @@ -35273,7 +35271,7 @@ } ], "block": "crafting_table", - "uuid": "e238794c-dca1-4ddf-93b5-415121f1bb82", + "uuid": "169c58c6-39c2-47ac-b15f-25c299c700ee", "priority": 0 }, { @@ -35300,7 +35298,7 @@ } ], "block": "crafting_table", - "uuid": "dbea616b-807b-4499-a3de-11aa892f1c33", + "uuid": "e7d51d35-d657-4369-ab3d-079ad7ecb314", "priority": 0 }, { @@ -35321,7 +35319,7 @@ } ], "block": "crafting_table", - "uuid": "9bfd2ce7-20e8-4f54-8270-108d177c3dbb", + "uuid": "2702f6d8-b260-4418-ab3f-0d543324a9ea", "priority": 0 }, { @@ -35342,7 +35340,7 @@ } ], "block": "crafting_table", - "uuid": "f3e8c281-9953-46b0-be74-208129c8ef19", + "uuid": "8b27ab12-940c-4161-9496-0946d2f088a6", "priority": 0 }, { @@ -35363,7 +35361,7 @@ } ], "block": "crafting_table", - "uuid": "64ac3d9f-2508-486d-b731-e3a96dc3680b", + "uuid": "4199712d-c94e-4a3a-b6c0-78c85d456587", "priority": 0 }, { @@ -35390,7 +35388,7 @@ } ], "block": "crafting_table", - "uuid": "6e206795-cc9e-4199-8b52-9fef1621eaad", + "uuid": "40cf284d-be93-408b-8cea-11583c2e434c", "priority": 0 }, { @@ -35422,7 +35420,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "479d6bb8-e14d-4715-9bc7-9803e56744b5", + "uuid": "223a9a87-66ed-4862-81e4-77a4445198c2", "priority": 0, "width": 3, "height": 3 @@ -35449,7 +35447,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "e7be9acf-94fe-448b-8bb5-7fd0aff0b712", + "uuid": "4c1e9b9a-7f88-4c42-a1d8-4ef1c3c9cf62", "priority": 0, "width": 3, "height": 2 @@ -35483,7 +35481,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "8baa4bf4-962c-483f-b010-a48b7da0e501", + "uuid": "aabeaa66-50d5-4f81-8190-41a350db73ad", "priority": 0, "width": 3, "height": 3 @@ -35517,7 +35515,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "41de83f2-e7b5-4b21-8efd-bb3fb1377132", + "uuid": "e60d89b6-2d73-4abf-86b4-e33d01d619d8", "priority": 0, "width": 3, "height": 3 @@ -35562,7 +35560,7 @@ "BDB" ], "block": "crafting_table", - "uuid": "cec3e28d-fb03-47c6-bf77-cc92e1305d0e", + "uuid": "fff491ab-0d8a-42d6-a097-5226a1650a32", "priority": -1, "width": 3, "height": 3 @@ -35608,7 +35606,7 @@ "BDB" ], "block": "crafting_table", - "uuid": "94dadcd0-d00b-4faf-9018-37215f41c75c", + "uuid": "85ec7719-a913-431f-ab67-bd741faba042", "priority": 2, "width": 3, "height": 3 @@ -35654,7 +35652,7 @@ "BDB" ], "block": "crafting_table", - "uuid": "a89cdfd6-87f6-4d3b-93b5-7c9facffa879", + "uuid": "45c2676d-7316-4540-8365-46edd75290f2", "priority": 2, "width": 3, "height": 3 @@ -35700,7 +35698,7 @@ "BDB" ], "block": "crafting_table", - "uuid": "ec50904d-304d-47c2-863c-396ecd2363c0", + "uuid": "875c4a4c-b635-425d-99ef-690abd76a6d7", "priority": 2, "width": 3, "height": 3 @@ -35727,7 +35725,7 @@ "AA" ], "block": "crafting_table", - "uuid": "383ad29b-7df7-4781-bcf8-48a7e6dfb786", + "uuid": "a38f1872-7f98-4e97-820c-f4c6162566fe", "priority": 0, "width": 2, "height": 2 @@ -35755,7 +35753,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "85b1e2e5-7b25-485a-8edf-cd58d9a8b891", + "uuid": "545aa268-0bfa-4f39-888e-156c19314d24", "priority": 0, "width": 3, "height": 3 @@ -35782,7 +35780,7 @@ "AA" ], "block": "crafting_table", - "uuid": "22557334-c675-4d96-9728-6d2282980217", + "uuid": "6d25edd4-0e8e-4258-a6b1-afca7bf51e87", "priority": 0, "width": 2, "height": 2 @@ -35809,7 +35807,7 @@ "AA" ], "block": "crafting_table", - "uuid": "aef581da-e146-4941-86f6-b2d06fd84e58", + "uuid": "d055da84-823b-4e4b-a541-2ed15ee40042", "priority": 0, "width": 2, "height": 2 @@ -35835,7 +35833,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "5b7adf4c-4ab5-4b8c-9db4-80e810016870", + "uuid": "4469fd11-f170-475e-9f28-b7ab8b0d9fb9", "priority": 0, "width": 3, "height": 1 @@ -35863,7 +35861,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "17ee4f28-53c1-49df-b26a-5077bb98db75", + "uuid": "28423f11-8b5b-424b-90fb-cd08de53f72f", "priority": 0, "width": 3, "height": 3 @@ -35890,7 +35888,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "54fe0962-e2c4-4d70-8868-62df4bc2ac65", + "uuid": "b7f6e9af-131e-4de0-8280-cbd610f91965", "priority": 0, "width": 3, "height": 2 @@ -35917,7 +35915,7 @@ "AA" ], "block": "crafting_table", - "uuid": "6bc80c52-06d4-4372-badc-e3477184b584", + "uuid": "df749a86-8581-4c4e-8c38-310f4abbbc9c", "priority": 0, "width": 2, "height": 2 @@ -35943,7 +35941,7 @@ "A" ], "block": "crafting_table", - "uuid": "c77e16b8-ea20-43a6-af40-f55874dab81c", + "uuid": "3b58ab48-b222-485e-82b6-68c87faf884d", "priority": 0, "width": 1, "height": 1 @@ -35969,7 +35967,7 @@ "AA" ], "block": "crafting_table", - "uuid": "2d513651-218b-4796-a333-8f00b1c9f333", + "uuid": "40b2efc3-35ec-4889-89d8-12ff0a6a141d", "priority": 0, "width": 2, "height": 1 @@ -35995,7 +35993,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "ac315149-64e6-4edd-bcf7-5607081704b2", + "uuid": "2ee9fae0-4a9f-464e-818e-8741b1bafa4b", "priority": 0, "width": 3, "height": 1 @@ -36023,7 +36021,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "796354af-dbe8-46e3-a45f-f4b3d2053a66", + "uuid": "166a0152-1582-4175-9660-ac1530b0dc55", "priority": 0, "width": 3, "height": 3 @@ -36050,7 +36048,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "24cbc2d9-0c03-429e-8595-7c179eba6d25", + "uuid": "c481453f-90b2-437a-b523-97f0f0bfbcb0", "priority": 0, "width": 3, "height": 2 @@ -36077,7 +36075,7 @@ "AA" ], "block": "crafting_table", - "uuid": "9efa6c74-640e-47c6-97b8-24ebd1b0b7c2", + "uuid": "54847642-54f4-4b5a-a416-1f42f8f205a7", "priority": 1, "width": 2, "height": 2 @@ -36103,7 +36101,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "71f47338-7f35-4140-93bb-90d842f36ba3", + "uuid": "1aa2fe73-12c6-4a83-8bd8-7c8e979976b9", "priority": 1, "width": 3, "height": 1 @@ -36131,7 +36129,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "dcafdc1c-2c05-435f-bc6e-16e17d024163", + "uuid": "b6aaa794-5642-4654-b44f-3caacce9fe0c", "priority": 1, "width": 3, "height": 3 @@ -36158,7 +36156,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "6c805daf-c37c-4bcb-a1bd-16d9f6f8e68a", + "uuid": "0cc64d17-fb9a-4e38-a1d2-de4b8bde4449", "priority": 1, "width": 3, "height": 2 @@ -36185,7 +36183,7 @@ "AA" ], "block": "crafting_table", - "uuid": "6cfd4cb2-dec3-40c3-8917-63f38b884a87", + "uuid": "fa6d22e9-f790-4308-ae49-df308e2ee969", "priority": 0, "width": 2, "height": 2 @@ -36213,7 +36211,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "d79cb6f8-de43-45c7-9b38-da6bdcece372", + "uuid": "a216d354-f3f2-4e3f-95d5-e737a7513282", "priority": 0, "width": 3, "height": 3 @@ -36240,7 +36238,7 @@ "AA" ], "block": "crafting_table", - "uuid": "dced372a-5545-4c49-a522-6177e5146548", + "uuid": "d5f9d8ec-3f05-400a-b758-d305e495216e", "priority": 0, "width": 2, "height": 2 @@ -36268,7 +36266,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "31d5564a-b69e-484c-908b-1f2fb9e497d5", + "uuid": "8fb94931-3000-4b69-80ee-e898f6159027", "priority": 0, "width": 3, "height": 3 @@ -36295,7 +36293,7 @@ "AA" ], "block": "crafting_table", - "uuid": "bb1c89f5-1739-441c-bb60-202f140c4bc1", + "uuid": "af485f88-c6a1-4fcc-b915-17b45cb5ccaf", "priority": 0, "width": 2, "height": 2 @@ -36323,7 +36321,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "6d6f74ed-6009-44a9-a90a-b7d72ca72a87", + "uuid": "90df3d65-479f-40bb-9a3b-a72478b6cd58", "priority": 0, "width": 3, "height": 3 @@ -36351,7 +36349,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "032e3bb3-5ddf-490c-b7f8-42cd32fc3379", + "uuid": "8f96f83f-7edc-4879-b163-5ccf75c7a231", "priority": 0, "width": 3, "height": 3 @@ -36379,7 +36377,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "5dbd792d-6b2c-4609-b120-77c360f92241", + "uuid": "312b0ed8-8d5b-4c61-8587-3c91d3ce6ff9", "priority": 0, "width": 3, "height": 3 @@ -36407,7 +36405,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "caecb0ca-8dc5-4324-9e01-29ee60642e64", + "uuid": "52b8417c-2ed6-4f7a-a0b1-c7b82b3d7f09", "priority": 0, "width": 3, "height": 3 @@ -36434,7 +36432,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "abed8cb6-de1a-42ee-a550-a7e72c7a765b", + "uuid": "0e531813-1983-4a2a-800c-91db5adc7dbd", "priority": 0, "width": 3, "height": 2 @@ -36469,7 +36467,7 @@ } ], "block": "crafting_table", - "uuid": "af7376dd-514a-4d6f-8805-5af9809cd935", + "uuid": "c8e5d3fe-96f3-47f6-93d5-06427c0855a0", "priority": 0 }, { @@ -36493,7 +36491,7 @@ "A" ], "block": "crafting_table", - "uuid": "60d97579-ad15-469f-9492-2a328ab044d4", + "uuid": "31cb1f67-6f1f-4c0b-9ca8-8fc55aa559af", "priority": 0, "width": 1, "height": 1 @@ -36528,7 +36526,7 @@ " B " ], "block": "crafting_table", - "uuid": "9d8e7f22-502a-43ea-931c-f8ecf3c2e725", + "uuid": "81b77f49-9659-451c-95dd-b69876d96410", "priority": 0, "width": 3, "height": 3 @@ -36557,7 +36555,7 @@ } ], "block": "crafting_table", - "uuid": "f2f4ebca-12ca-47f4-8a03-47a83623fb6b", + "uuid": "a1e61288-1aa2-43e3-a096-688da64c7f02", "priority": 0 }, { @@ -36581,7 +36579,7 @@ "AA" ], "block": "crafting_table", - "uuid": "8e9932ba-647b-4e68-a502-fe6bbca72730", + "uuid": "3b31c9b1-9143-45ba-b96d-ee11a971d596", "priority": 0, "width": 2, "height": 1 @@ -36615,7 +36613,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "a447ca5a-78a5-4219-85bd-4248cc9900c1", + "uuid": "a990fa1a-665c-4f72-b0e7-d8122beacf0d", "priority": 0, "width": 3, "height": 3 @@ -36686,7 +36684,7 @@ } ], "block": "crafting_table", - "uuid": "8e1537cc-34b2-4956-b20c-0540886cf8a2", + "uuid": "3e3ec5bd-7154-4c61-b0bb-d80a5a205fd3", "priority": 0 }, { @@ -36713,7 +36711,7 @@ } ], "block": "crafting_table", - "uuid": "2f23cbf2-3c3a-4f71-b652-15cacc4b8074", + "uuid": "6ab40007-abda-4d65-90ee-324c5aca274a", "priority": 0 }, { @@ -36740,7 +36738,7 @@ } ], "block": "crafting_table", - "uuid": "ba29bb81-105d-4591-9f32-da5daa1047ac", + "uuid": "722166c2-e4af-4a1f-9e6d-9456f8ffc889", "priority": 1 }, { @@ -36772,7 +36770,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "e70002ac-b498-4b5b-b511-b91c11ebb99a", + "uuid": "2cdfc133-51fb-4857-87e7-876cf8ef558e", "priority": 0, "width": 3, "height": 3 @@ -36799,7 +36797,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "538ad7b1-3eb7-419b-a2da-91f4ba6c6166", + "uuid": "c4abe702-d2cc-4b15-9e85-0c69b0337c69", "priority": 0, "width": 3, "height": 2 @@ -36833,7 +36831,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "1792db39-c0a9-48a2-97b9-203117c670fa", + "uuid": "abe84095-edef-4cb7-aceb-0a7ed013e9ba", "priority": 0, "width": 3, "height": 3 @@ -36867,7 +36865,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "280811f3-0b87-4b07-b68b-bbc993ad5e09", + "uuid": "a16bed33-fc32-48ce-8f55-df92d592b103", "priority": 0, "width": 3, "height": 3 @@ -36894,7 +36892,7 @@ "AA" ], "block": "crafting_table", - "uuid": "34453bea-f613-4638-bb95-62e9ed35b302", + "uuid": "b26e1521-81eb-4f0e-9cae-26fcea8edec4", "priority": 0, "width": 2, "height": 2 @@ -36922,7 +36920,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "0b5bd3a5-dc4d-44db-a9ad-2a28a1e29a3b", + "uuid": "48d70568-5fd1-4098-b42e-5a50f2d60878", "priority": 0, "width": 3, "height": 3 @@ -36949,7 +36947,7 @@ "AA" ], "block": "crafting_table", - "uuid": "8933abcc-8d93-4258-a70b-73d5397c9a8c", + "uuid": "d510a317-655e-4f97-8c16-e782d5675544", "priority": 0, "width": 2, "height": 2 @@ -36976,7 +36974,7 @@ "AA" ], "block": "crafting_table", - "uuid": "a72028a1-f323-4da4-b4d6-55fcdb5e4800", + "uuid": "0b6c2548-1b29-4e3d-8a76-133d3f4f74c7", "priority": 0, "width": 2, "height": 2 @@ -37004,7 +37002,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "993bce45-94da-4e76-a673-2440b4ccfe21", + "uuid": "3e6664dc-7bfc-42df-87d0-22bbe58550b7", "priority": 0, "width": 3, "height": 3 @@ -37051,7 +37049,7 @@ } ], "block": "crafting_table", - "uuid": "46f477a0-0884-41b0-823a-2a64719509aa", + "uuid": "b464f223-8c50-4f90-aab8-ab9159b33224", "priority": 0 }, { @@ -37096,7 +37094,7 @@ } ], "block": "crafting_table", - "uuid": "eed5b1db-9219-4173-bf56-02a8c8e3cf81", + "uuid": "da27ce52-7ea8-4694-95b2-d92f53043229", "priority": 0 }, { @@ -37128,7 +37126,7 @@ "A A" ], "block": "crafting_table", - "uuid": "cf5de7ba-2ac7-428a-a4e8-50e1ce538f44", + "uuid": "a8ed13cf-24b2-4c0e-9c98-77d2bc60548a", "priority": 0, "width": 3, "height": 3 @@ -37168,7 +37166,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "5bc9fc1d-444b-471e-b1e7-f4e68433fb1e", + "uuid": "5e062030-a578-47d2-8b57-a7d90236b6ee", "priority": 0, "width": 3, "height": 3 @@ -37194,7 +37192,7 @@ "A" ], "block": "crafting_table", - "uuid": "3959826e-3b57-49ce-b3ec-be0dbd091793", + "uuid": "aaab5d29-35a7-4864-bd9d-91e07db88245", "priority": 0, "width": 1, "height": 1 @@ -37222,7 +37220,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "718eadd9-bc77-4e6e-8dfc-09afd0917538", + "uuid": "af770075-bfba-43a8-a15c-1ca08b1debcd", "priority": 0, "width": 3, "height": 3 @@ -37248,7 +37246,7 @@ "A" ], "block": "crafting_table", - "uuid": "eb762bdf-6a3e-4d77-9372-8a6cf2aa05e8", + "uuid": "49eeb69a-6a74-4395-a990-dced544017d5", "priority": 0, "width": 1, "height": 1 @@ -37276,7 +37274,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "31ec1a56-83eb-4b19-a81a-bb524cdf6d25", + "uuid": "8bf2565b-b2e6-4254-9b9d-ecc826150f5a", "priority": 0, "width": 3, "height": 3 @@ -37302,7 +37300,7 @@ "A" ], "block": "crafting_table", - "uuid": "7a17cb8c-d571-40cb-b77d-83e2232a9a37", + "uuid": "3108fbd7-61e2-4b40-8bdb-ac1fe71d6940", "priority": 0, "width": 1, "height": 1 @@ -37330,7 +37328,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "1d565c9b-86f8-47d9-a628-90c59d2d7d7c", + "uuid": "04e27c9b-0dc1-4dac-baef-d9b8ed88cd3f", "priority": 0, "width": 3, "height": 3 @@ -37358,7 +37356,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "d0ce1770-47f4-404a-b4c9-989810472037", + "uuid": "f5b1223a-c7bd-4bf6-bf4f-2a5d7a43bf4b", "priority": 1, "width": 3, "height": 3 @@ -37392,7 +37390,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "1d726f8b-722f-44b9-bc34-74c34decc625", + "uuid": "3ea9f89b-d831-4d05-977e-a58df532b53d", "priority": 1, "width": 3, "height": 3 @@ -37426,7 +37424,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "c55fa2a5-8a9e-4e3f-aca6-c1363fff3304", + "uuid": "41a2dd47-1f7b-4a53-ae31-71b75d7fc378", "priority": 1, "width": 3, "height": 3 @@ -37461,7 +37459,7 @@ " B " ], "block": "crafting_table", - "uuid": "79616b56-d0a6-4ae5-9cb0-0ece6ad22d3e", + "uuid": "2f502314-7cdb-475e-ac4e-6b0a442f811c", "priority": 0, "width": 3, "height": 3 @@ -37490,7 +37488,7 @@ } ], "block": "crafting_table", - "uuid": "74b3829f-d35b-4ac9-923a-ff8115160058", + "uuid": "60f024c2-76d4-45c1-ae71-e89fefd47e80", "priority": 0 }, { @@ -37514,7 +37512,7 @@ "AA" ], "block": "crafting_table", - "uuid": "4e2ef4dc-a5c3-4246-b83a-65f5105e1d65", + "uuid": "84570f51-506b-4446-a8c8-b9bda9c72779", "priority": 0, "width": 2, "height": 1 @@ -37548,7 +37546,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "ca52d085-3e7a-4fb9-be02-286f62d8e1b3", + "uuid": "071e829c-2bfd-43c5-9110-11bb146057db", "priority": 0, "width": 3, "height": 3 @@ -37619,7 +37617,7 @@ } ], "block": "crafting_table", - "uuid": "372d04d8-a9d3-4c59-9dab-f44dc41e3508", + "uuid": "0b22136d-aba3-4d5f-ab3b-e22d8131d54a", "priority": 0 }, { @@ -37640,7 +37638,7 @@ } ], "block": "crafting_table", - "uuid": "82eb5b69-dddd-400c-a540-88392411a521", + "uuid": "3723b16f-ed68-448d-8507-4707731962c6", "priority": 0 }, { @@ -37661,7 +37659,7 @@ } ], "block": "crafting_table", - "uuid": "7e7b02d8-6b98-4558-a33c-f1ff7f6c79c9", + "uuid": "d9e16726-20fb-42c7-a192-9764bbac274d", "priority": 0 }, { @@ -37682,7 +37680,7 @@ } ], "block": "crafting_table", - "uuid": "428b90fa-f4f4-4cc5-be1b-3a25955ac947", + "uuid": "f74bd50a-4e51-44ad-a70e-66b310777c3e", "priority": 0 }, { @@ -37703,7 +37701,7 @@ } ], "block": "crafting_table", - "uuid": "10e1b7f1-a76a-4c5b-a38a-a6e1ebb975df", + "uuid": "2dc50d83-6fd3-4b6f-bdc1-9374b0ede44b", "priority": 0 }, { @@ -37734,7 +37732,7 @@ "BA" ], "block": "crafting_table", - "uuid": "06eb7c6e-6770-4f41-87b5-27a64f90ed2b", + "uuid": "b15510da-e3ce-485a-8bc4-0b71a3a5b7be", "priority": 0, "width": 2, "height": 2 @@ -37762,7 +37760,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "cb7a2d8c-a5f5-47a5-ae3b-5a1eb304837e", + "uuid": "fc259c2f-a8a3-4767-aaac-3c2f47b04675", "priority": 0, "width": 3, "height": 3 @@ -37789,7 +37787,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "9a7e5254-ed31-4916-9097-bd84fb2c2981", + "uuid": "d53a758a-f457-43ef-b7e6-ab73f3b6079e", "priority": 0, "width": 3, "height": 2 @@ -37816,7 +37814,7 @@ "AA" ], "block": "crafting_table", - "uuid": "280071da-aa32-43e3-a721-85053b85746b", + "uuid": "64061081-77b2-4f0c-abcb-b85d6a0dfb85", "priority": 0, "width": 2, "height": 2 @@ -37844,7 +37842,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "9d658f71-0640-4689-90e7-bd960688c842", + "uuid": "be0bca91-c2ac-4d6a-a6b6-95ee33a523b0", "priority": 0, "width": 3, "height": 3 @@ -37871,7 +37869,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "adc2c962-b088-4e24-a022-1825e726f5ed", + "uuid": "f7cf5d1a-543b-47c9-ba23-c081b5ea3383", "priority": 0, "width": 3, "height": 2 @@ -37905,7 +37903,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "ee0d4150-2ab9-456b-9006-4431acaf6c0d", + "uuid": "2818afa3-cc74-4272-91bc-d837626fa3b8", "priority": 0, "width": 3, "height": 3 @@ -37932,7 +37930,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "e80fc2a9-3674-417f-ac2b-9ab17629d7bf", + "uuid": "1aa02a98-615d-4c9e-87c8-526d385f8970", "priority": 0, "width": 3, "height": 2 @@ -37966,7 +37964,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "a6576181-2347-4f05-b920-66baca24439f", + "uuid": "41210d68-e686-40cf-a06c-cb618be3db17", "priority": 0, "width": 3, "height": 3 @@ -38000,7 +37998,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "c1d40a9c-aeb7-47c8-8890-bebd263d03b6", + "uuid": "be552ea4-913d-480f-8563-cd78f8de4c21", "priority": 0, "width": 3, "height": 3 @@ -38026,7 +38024,7 @@ "A" ], "block": "crafting_table", - "uuid": "686e3ff9-2377-4828-b6fc-039b60b29e8a", + "uuid": "de37844d-c7ca-47a6-be48-0128e9ed1853", "priority": 0, "width": 1, "height": 1 @@ -38054,7 +38052,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "d91173be-c5b1-4d70-881e-4f0e4aafbc8b", + "uuid": "f3e05dd1-4069-4c2f-8a0c-c549edab6e44", "priority": 0, "width": 3, "height": 3 @@ -38088,7 +38086,7 @@ " A " ], "block": "crafting_table", - "uuid": "5f6b1bb9-1f7c-400c-bb6e-cad7db6e4bfd", + "uuid": "4713bbe3-cd63-4c5b-abe9-259f0cdd56ae", "priority": 0, "width": 3, "height": 3 @@ -38121,7 +38119,7 @@ "B" ], "block": "crafting_table", - "uuid": "95da8e07-bee3-4b40-bed3-cb614c12e741", + "uuid": "d7f11495-ba18-469d-a6b7-391da6991f09", "priority": 0, "width": 1, "height": 2 @@ -38160,7 +38158,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "31a574d5-3aa2-4c31-93cb-9273940243c8", + "uuid": "a45f92f6-aa10-423d-8126-b067fbfa8546", "priority": 0, "width": 3, "height": 2 @@ -38194,7 +38192,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "d9bb3020-1233-4ae2-b22a-08d6c640259d", + "uuid": "11d957ae-055d-42f9-86eb-b0628d97a454", "priority": 0, "width": 3, "height": 3 @@ -38234,7 +38232,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "571953ce-941d-4039-a5bc-0de5f6f0709d", + "uuid": "cbf32084-7708-49e7-be3d-622aeb419dbc", "priority": 0, "width": 3, "height": 3 @@ -38261,7 +38259,7 @@ "AA" ], "block": "crafting_table", - "uuid": "e1c6734a-a725-4223-ac4b-7f1369222805", + "uuid": "21b2962a-0b4a-4fa6-9336-c8451c7231a5", "priority": 0, "width": 2, "height": 2 @@ -38289,7 +38287,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "1d82213a-9962-4e52-bd88-5a67a8b9ffe9", + "uuid": "95dbd11c-135e-4f8b-81ac-c512082dfeec", "priority": 0, "width": 3, "height": 3 @@ -38316,7 +38314,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "a1a7244d-51fb-459b-8fa2-b758930c294e", + "uuid": "eef6112d-3620-4263-a140-343b4ffea90d", "priority": 0, "width": 3, "height": 2 @@ -38350,7 +38348,7 @@ "A A" ], "block": "crafting_table", - "uuid": "9efa4e18-b183-4dcc-a7ba-7ecbc82643ae", + "uuid": "0a4bba23-2b86-4b3b-9583-9707c87ae47c", "priority": 0, "width": 3, "height": 3 @@ -38384,7 +38382,7 @@ "ABA" ], "block": "crafting_table", - "uuid": "0bf42520-45b3-4513-a337-3ce7c7ec0d50", + "uuid": "1fd97387-66ea-4c1d-88fe-1d43ec367e77", "priority": 0, "width": 3, "height": 3 @@ -38424,7 +38422,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "246c9e24-07b8-4c15-8063-e0863d391dca", + "uuid": "149d63b0-e1f1-4eca-a271-b00bb8ecccb3", "priority": 0, "width": 3, "height": 3 @@ -38464,7 +38462,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "4f3d5e7c-b07f-4024-ac9a-909914e2836e", + "uuid": "221f2d5d-5f94-472d-a2fb-da7d2f13b9d9", "priority": 0, "width": 3, "height": 3 @@ -38491,7 +38489,7 @@ "A " ], "block": "crafting_table", - "uuid": "c0d1c7e5-6166-429f-8375-a534bd57657f", + "uuid": "46f3d2e4-29d1-4b5b-b368-f24f007bb35e", "priority": 0, "width": 2, "height": 2 @@ -38524,7 +38522,7 @@ " A " ], "block": "crafting_table", - "uuid": "0db9ac31-c02d-44bb-91b6-cbee04785dd3", + "uuid": "a60a01ca-9f70-4ed5-91c0-9f953c1205b7", "priority": -1, "width": 3, "height": 3 @@ -38558,7 +38556,7 @@ " A " ], "block": "crafting_table", - "uuid": "14b1fa5f-3b2c-4b63-b907-16dcf711d25b", + "uuid": "9382cce7-3036-4caf-84ae-ad81cdd658fd", "priority": 2, "width": 3, "height": 3 @@ -38592,7 +38590,7 @@ " A " ], "block": "crafting_table", - "uuid": "b3517b64-7a7b-4cd9-a4e5-31b197fd9f5d", + "uuid": "b5768be3-0e8b-41d5-b391-ca301c6e9043", "priority": 2, "width": 3, "height": 3 @@ -38626,7 +38624,7 @@ " A " ], "block": "crafting_table", - "uuid": "55f705f5-dd11-4cf1-b4d8-dcbb6eb3fcbc", + "uuid": "48aa12de-5e73-466c-8929-c2b904e64661", "priority": 2, "width": 3, "height": 3 @@ -38660,7 +38658,7 @@ "A" ], "block": "crafting_table", - "uuid": "89887ec7-e23c-47dc-aa77-ec9047d69e22", + "uuid": "a31a284b-2552-4de9-9957-c81c6f788ae3", "priority": 0, "width": 1, "height": 3 @@ -38694,7 +38692,7 @@ " B " ], "block": "crafting_table", - "uuid": "3ed1ab1c-5fc2-4d17-a781-028a987372fc", + "uuid": "4c19bde2-2416-4f66-969c-02692fa83a5f", "priority": 0, "width": 3, "height": 3 @@ -38728,7 +38726,7 @@ " B " ], "block": "crafting_table", - "uuid": "f4091c3e-8034-4431-b49c-46643015e04f", + "uuid": "6d95219c-b0d2-40ca-86ea-e77394ac8639", "priority": 0, "width": 3, "height": 3 @@ -38762,7 +38760,7 @@ " B " ], "block": "crafting_table", - "uuid": "a4c0cd85-3644-4f39-b742-65e4686193b5", + "uuid": "3588331e-be93-40dc-b2b3-cbae3c071565", "priority": 0, "width": 3, "height": 3 @@ -38796,7 +38794,7 @@ " B " ], "block": "crafting_table", - "uuid": "c0726c3e-c0d2-462d-bd5c-1172a83a23b5", + "uuid": "7d6f15b2-7847-44bd-aaee-3a92f8656df4", "priority": 0, "width": 3, "height": 3 @@ -38830,7 +38828,7 @@ " B " ], "block": "crafting_table", - "uuid": "e6d78966-a02f-4389-a737-d96579c0c0dd", + "uuid": "a3f7cf95-9cdf-4822-9429-752f81347496", "priority": 0, "width": 3, "height": 3 @@ -38864,7 +38862,7 @@ " B " ], "block": "crafting_table", - "uuid": "70109f48-40a0-4066-b62e-cb16a7323115", + "uuid": "9a16ddc3-8aad-4517-84e3-85f26abe9331", "priority": 0, "width": 3, "height": 3 @@ -38904,7 +38902,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "cf91526e-a948-41f1-bfa2-0c4a42964c88", + "uuid": "1b70f916-ee45-488a-a1d2-77d68044edba", "priority": 0, "width": 3, "height": 3 @@ -38932,7 +38930,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "df8d9dbb-37f6-4862-a46a-b30d39fd81ce", + "uuid": "d3c295b6-109e-4548-828e-5b3bd32018c6", "priority": 0, "width": 3, "height": 3 @@ -38958,7 +38956,7 @@ "A" ], "block": "crafting_table", - "uuid": "98f75fe3-f34d-42f2-8530-209929e18f10", + "uuid": "0bf64f33-bf0c-4106-8e0a-2566bb022ffa", "priority": 0, "width": 1, "height": 1 @@ -38991,7 +38989,7 @@ "BB" ], "block": "crafting_table", - "uuid": "43e61edd-1d17-44d7-b7d5-5f2d746d87d3", + "uuid": "6385f0a7-13ff-4a0e-8f45-2d700d2aef84", "priority": -1, "width": 2, "height": 3 @@ -39025,7 +39023,7 @@ "BB" ], "block": "crafting_table", - "uuid": "f19c7b35-bc5f-4a47-a3ac-660e7e71017a", + "uuid": "16273883-fe9a-40ef-829e-51249a259de2", "priority": 2, "width": 2, "height": 3 @@ -39059,7 +39057,7 @@ "BB" ], "block": "crafting_table", - "uuid": "b5d9488d-ae6b-45b8-880d-c14b69c8e608", + "uuid": "a2333700-48bf-4f43-b275-08838071cb09", "priority": 2, "width": 2, "height": 3 @@ -39093,7 +39091,7 @@ "BB" ], "block": "crafting_table", - "uuid": "3fcfec75-1d75-45cb-aa63-20d92c7493f9", + "uuid": "3ce738e4-7f9b-4988-bd8c-92662de56202", "priority": 2, "width": 2, "height": 3 @@ -39126,7 +39124,7 @@ " A " ], "block": "crafting_table", - "uuid": "844afa72-23f4-43e5-b351-e507d8bbd1a1", + "uuid": "005f6bcd-8167-425d-9597-1fff32f8c160", "priority": -1, "width": 3, "height": 3 @@ -39160,7 +39158,7 @@ " A " ], "block": "crafting_table", - "uuid": "dfa8e694-2aca-492c-b11c-adad9d6431be", + "uuid": "68c631a1-dfec-40e3-ad48-4a40c137643c", "priority": 2, "width": 3, "height": 3 @@ -39193,7 +39191,7 @@ " A " ], "block": "crafting_table", - "uuid": "559376c0-da52-4bae-9d9a-c2ae62129eab", + "uuid": "32a41761-cfd1-405c-a102-fd4079779c52", "priority": 0, "width": 3, "height": 3 @@ -39227,7 +39225,7 @@ " A " ], "block": "crafting_table", - "uuid": "8c454df8-9872-4083-b4c2-8b83d3288dbf", + "uuid": "e474474f-1376-4674-8316-316b75bc2229", "priority": 2, "width": 3, "height": 3 @@ -39261,7 +39259,7 @@ " A " ], "block": "crafting_table", - "uuid": "f2ec5704-d6a8-42d1-8e7b-97284e9d0ad2", + "uuid": "9d8a58a0-5203-45f4-92f2-589c4dced9db", "priority": 50, "width": 3, "height": 3 @@ -39295,7 +39293,7 @@ " A " ], "block": "crafting_table", - "uuid": "af0a90e5-402a-4726-947d-81cf72268bfe", + "uuid": "5f3315e0-1c49-4b9b-b3a5-1b6f9d269fe3", "priority": 0, "width": 3, "height": 3 @@ -39329,7 +39327,7 @@ " A " ], "block": "crafting_table", - "uuid": "3aaa667a-261f-4b07-ac1b-54be1390054d", + "uuid": "dbfb7642-77aa-4ed0-ac59-f030e1b3adb2", "priority": 0, "width": 3, "height": 3 @@ -39363,7 +39361,7 @@ " A " ], "block": "crafting_table", - "uuid": "06767790-c20f-4f6b-a9a3-3aae25b30ecd", + "uuid": "3e0533cc-cfb3-489e-832a-4e55fd5d9d29", "priority": 2, "width": 3, "height": 3 @@ -39397,7 +39395,7 @@ " A " ], "block": "crafting_table", - "uuid": "67acbbf9-1590-4819-93a1-6f8f38516aaf", + "uuid": "84113763-0778-461f-a375-16868b8371ed", "priority": 0, "width": 3, "height": 3 @@ -39431,7 +39429,7 @@ " A " ], "block": "crafting_table", - "uuid": "50106124-b3f4-45f3-96c5-5ed9095435b9", + "uuid": "4f6ead95-a40c-4042-9294-d02e60247d6b", "priority": 0, "width": 3, "height": 3 @@ -39465,7 +39463,7 @@ " A " ], "block": "crafting_table", - "uuid": "757e47b1-bd92-40e4-b5db-982154639254", + "uuid": "8a68f55f-5612-4010-8029-8fabe136e019", "priority": 0, "width": 3, "height": 3 @@ -39499,7 +39497,7 @@ " A " ], "block": "crafting_table", - "uuid": "abb6a2cf-d382-432b-8159-3d8dc89500c0", + "uuid": "31c68460-1054-46b9-96f7-bb018f509a3f", "priority": 50, "width": 3, "height": 3 @@ -39533,7 +39531,7 @@ " A " ], "block": "crafting_table", - "uuid": "400614e5-f35e-467a-9852-1c81ccd46040", + "uuid": "ee8634fd-3512-4dce-be58-a1b3a4390654", "priority": 0, "width": 3, "height": 3 @@ -39567,7 +39565,7 @@ " A " ], "block": "crafting_table", - "uuid": "e783ae5d-6864-436c-a368-46bdf484f201", + "uuid": "be13e467-b78d-48d4-8189-5d2c0f9b9220", "priority": 0, "width": 3, "height": 3 @@ -39601,7 +39599,7 @@ " A " ], "block": "crafting_table", - "uuid": "64f78467-9b28-403f-9b67-73986210c33d", + "uuid": "543cae38-7e3d-4051-a300-9453afc6c7e5", "priority": 2, "width": 3, "height": 3 @@ -39635,7 +39633,7 @@ " A " ], "block": "crafting_table", - "uuid": "7ec2767c-db1a-427c-a949-6a6f78e435c7", + "uuid": "aac3bb61-bec2-47c4-920b-de047cdbf529", "priority": 2, "width": 3, "height": 3 @@ -39663,7 +39661,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "62872110-2e9f-4260-b7cc-5007031c59a1", + "uuid": "6a838989-17c6-4465-9ef5-94a74857dd66", "priority": 0, "width": 3, "height": 3 @@ -39690,7 +39688,7 @@ "AA" ], "block": "crafting_table", - "uuid": "75c399d2-4b20-41e8-9e24-19f9b42254c8", + "uuid": "5ac30b7a-2742-4985-bfb3-02d37533b426", "priority": 0, "width": 2, "height": 2 @@ -39718,7 +39716,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "075f5c11-bc7d-4391-8209-7700a45a9944", + "uuid": "cc8aee74-ee60-4ac9-897c-49f86533737d", "priority": 0, "width": 3, "height": 3 @@ -39745,7 +39743,7 @@ "AA" ], "block": "crafting_table", - "uuid": "1650f82d-0499-4c92-ab63-de208c65187f", + "uuid": "9a71bc00-eedc-4b94-9dcb-a7946a9c16aa", "priority": 0, "width": 2, "height": 2 @@ -39773,7 +39771,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "4f25e742-f23c-4526-9bfe-f331356eb5a8", + "uuid": "f320cb9f-52ab-48ec-944d-84f3d959c541", "priority": 0, "width": 3, "height": 3 @@ -39813,7 +39811,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "81c24b7d-e9cf-4bcc-9c22-6d8dfb61d3df", + "uuid": "f604bb4f-066e-4595-9e61-1a88ec75eff7", "priority": 0, "width": 3, "height": 3 @@ -39840,7 +39838,7 @@ "AA" ], "block": "crafting_table", - "uuid": "270d3008-d57d-4ed3-a64b-5b1f71cc376d", + "uuid": "32367ffc-71fa-4524-9dbe-c25f97dc1f8c", "priority": 0, "width": 2, "height": 2 @@ -39866,7 +39864,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "63d1a248-5860-485b-ae8a-8c0c7494e40f", + "uuid": "c8b930b9-3970-4c84-ab42-4de97065e58f", "priority": 0, "width": 3, "height": 1 @@ -39904,7 +39902,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "d478c447-6d88-4c7f-97a3-1ec44418f9c7", + "uuid": "79422152-d595-4618-9e15-afbc872deff0", "priority": -1, "width": 3, "height": 3 @@ -39944,7 +39942,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "83baa6c6-688b-47fe-94d9-87a90c652c5b", + "uuid": "50ac9e1b-a569-4932-a1c6-f22e7325e0ee", "priority": 2, "width": 3, "height": 3 @@ -39984,7 +39982,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "a971a05e-7d69-4c06-8ea9-9f64d5427f80", + "uuid": "be47689d-a1b4-41fc-869c-ea5023b9d6fd", "priority": 2, "width": 3, "height": 3 @@ -40024,7 +40022,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "5e882997-d5f5-4cec-9821-93abe12c5968", + "uuid": "939c0bbb-61d0-4f9b-9b20-7d1cb99ad59b", "priority": 2, "width": 3, "height": 3 @@ -40064,7 +40062,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "080085a1-6be4-463e-8ec9-cbf977f016ac", + "uuid": "beea1ffe-102a-4d21-8446-3c957ab4c1af", "priority": 2, "width": 3, "height": 3 @@ -40104,7 +40102,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "fc3b48bf-5e34-4260-b98b-add31c0a9312", + "uuid": "c6235280-ae89-4d5c-9485-9919560b3b19", "priority": 50, "width": 3, "height": 3 @@ -40144,7 +40142,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "b9781902-624a-4b9d-bf3f-92b50a7c79e5", + "uuid": "b4369b2d-ce83-4fa3-bb8f-d80f02e7fca9", "priority": 50, "width": 3, "height": 3 @@ -40183,7 +40181,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "0b704207-bb03-4921-8e77-65f0a04461c7", + "uuid": "fec9cfa6-cf3d-40a7-b25e-544215f7810c", "priority": 1, "width": 3, "height": 3 @@ -40222,7 +40220,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "31da9b09-1e00-42c3-abb4-d0d6afcc5742", + "uuid": "0d884f3d-067c-4e2b-85e6-a380548c210c", "priority": 2, "width": 3, "height": 3 @@ -40262,7 +40260,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "80e2aa29-591d-4b2d-8fd6-4cd54d0dba84", + "uuid": "fcc022e1-495f-419d-bf60-c65fa732ad80", "priority": 2, "width": 3, "height": 3 @@ -40302,7 +40300,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "f1762837-a58b-48dd-9c27-1cf76848b8e6", + "uuid": "eb7beaf6-945c-43de-aabf-231dd1494441", "priority": 2, "width": 3, "height": 3 @@ -40342,7 +40340,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "c250a120-344c-44e7-886d-8c60d6c3abfb", + "uuid": "e0173d65-89bc-470f-8cd0-3b89771e72e4", "priority": 2, "width": 3, "height": 3 @@ -40382,7 +40380,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "01bdb792-1ef2-4297-8d75-b369cdc3b73c", + "uuid": "70a7b5eb-9258-4826-b05e-90341ea156bc", "priority": 2, "width": 3, "height": 3 @@ -40422,7 +40420,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "76307942-dbb6-4e89-80f4-9e18a7dd6501", + "uuid": "611dee6b-fa17-452b-a648-8b6a7c90a8ce", "priority": 2, "width": 3, "height": 3 @@ -40462,7 +40460,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "1be0274d-8974-472b-9a41-e8d3692b78f7", + "uuid": "0f9ea341-00aa-4721-a876-4dcd0e0be14e", "priority": 2, "width": 3, "height": 3 @@ -40484,10 +40482,9 @@ "auxValue": 32767 }, "C": { - "type": "default", + "type": "complex_alias", "count": 1, - "itemId": "minecraft:wood", - "auxValue": 32767 + "name": "minecraft:wood" } }, "output": [ @@ -40502,7 +40499,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "d035815e-4e3d-4c4d-b5d8-c63d5e9b1e22", + "uuid": "77d33504-092b-4562-9e15-7de9116418a8", "priority": 2, "width": 3, "height": 3 @@ -40541,7 +40538,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "793b5c83-a57d-4b98-a42e-87b68c2313bc", + "uuid": "2dc9aaf9-98cf-4744-ab10-f8aef071f8e4", "priority": 1, "width": 3, "height": 3 @@ -40580,7 +40577,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "30a447d4-ac78-4bae-97d1-027b713c7c89", + "uuid": "97976e98-d5b6-46d0-b17c-08f3132dd67e", "priority": 2, "width": 3, "height": 3 @@ -40620,7 +40617,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "a97c616d-3914-4f6d-ab88-92bbc981c9d5", + "uuid": "0a3ad8f2-fefa-4361-9f64-8df30ef05d9d", "priority": 2, "width": 3, "height": 3 @@ -40660,7 +40657,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "51195f46-d7bf-442f-8616-ef589959faaa", + "uuid": "28d22650-0e9d-4652-b5cf-dbca35c9989f", "priority": 2, "width": 3, "height": 3 @@ -40700,7 +40697,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "9f7da119-073b-490b-b655-cb9622f4a6d6", + "uuid": "a73d9a97-5482-4437-86c5-d0c1a714f5ec", "priority": 2, "width": 3, "height": 3 @@ -40740,7 +40737,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "e699df2a-f82a-457b-b1b5-5e9429aac5d0", + "uuid": "2d887c2b-aa06-4d99-a9eb-c2f47d8e5b59", "priority": 2, "width": 3, "height": 3 @@ -40780,7 +40777,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "95874ed9-53bd-4759-ae82-57080a092037", + "uuid": "2ccce579-6f05-4bb7-820a-a7c352b1211c", "priority": 2, "width": 3, "height": 3 @@ -40820,7 +40817,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "7ddac06f-8eff-4723-ab9c-ec26aabf049d", + "uuid": "a5d5131e-bc17-402a-a452-687e54c8704c", "priority": 2, "width": 3, "height": 3 @@ -40842,10 +40839,9 @@ "auxValue": 32767 }, "C": { - "type": "default", + "type": "complex_alias", "count": 1, - "itemId": "minecraft:wood", - "auxValue": 32767 + "name": "minecraft:wood" } }, "output": [ @@ -40860,7 +40856,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "e642c9a5-9c8b-47b7-b71b-cc0b367b98a1", + "uuid": "f28fa8b0-f7b9-481f-abcb-29fd0f2ba88e", "priority": 2, "width": 3, "height": 3 @@ -40900,7 +40896,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "b6cd81da-e2b7-4683-b51c-e12fa8b73076", + "uuid": "403388b4-42e1-4fe8-8dbe-2ca6586e8fe8", "priority": 2, "width": 3, "height": 3 @@ -40940,7 +40936,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "a5d9b2a7-3b6f-46fa-9ce7-c3e150fd84a2", + "uuid": "6b44a1a5-0558-4267-842c-faddc840429b", "priority": 2, "width": 3, "height": 3 @@ -40980,7 +40976,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "8c97590a-cfdc-436c-99e7-fa3eb900f606", + "uuid": "9057336a-e040-4c38-af49-9f85ddd2b219", "priority": 2, "width": 3, "height": 3 @@ -41020,7 +41016,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "c14f1fae-4df2-4e99-bf59-3c047fc9a07a", + "uuid": "be06fb5f-a594-4acc-9c1c-fb7c4e1ca76f", "priority": 2, "width": 3, "height": 3 @@ -41060,7 +41056,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "9676f873-d523-43db-8aad-65ce6b3b0198", + "uuid": "3bd5b174-9ab3-447a-bb75-258a0b4b9061", "priority": 50, "width": 3, "height": 3 @@ -41100,7 +41096,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "2d23987a-4f11-4d56-9af0-b02f4888c389", + "uuid": "f27e2b7e-4b60-42ce-9ea4-8f15c6145565", "priority": 50, "width": 3, "height": 3 @@ -41140,7 +41136,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "c36a7e2f-4b3c-452a-a144-2baf7b91eebf", + "uuid": "d3ed960c-988d-4686-8e7b-6ce4ded438cb", "priority": 2, "width": 3, "height": 3 @@ -41180,7 +41176,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "1d52230b-e6d6-4d3b-a3c2-ad2b20edb906", + "uuid": "dbe59fdd-17f7-43aa-842d-54bbb9373075", "priority": 2, "width": 3, "height": 3 @@ -41220,7 +41216,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "d07a402a-9c96-490d-b1de-4f399bd22357", + "uuid": "bac564a9-78d5-4e0c-8882-8ccbb8db07bc", "priority": 2, "width": 3, "height": 3 @@ -41260,7 +41256,7 @@ "CCC" ], "block": "crafting_table", - "uuid": "6d8677ee-4004-418a-938c-5824573fe78d", + "uuid": "d97961c2-33a4-4863-a44f-e7f35a02f3c1", "priority": 2, "width": 3, "height": 3 @@ -41294,7 +41290,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "ae169fb9-1f0d-4f85-9040-93650b1db155", + "uuid": "3b9d20e3-fc72-446f-9e52-5d7f78934f2c", "priority": 0, "width": 3, "height": 3 @@ -41332,7 +41328,7 @@ "C" ], "block": "crafting_table", - "uuid": "77e57654-c6e2-46fb-90f8-8fed7e17b5cd", + "uuid": "07452e4d-1130-4fad-bffe-64490d40e4c9", "priority": -1, "width": 1, "height": 3 @@ -41371,7 +41367,7 @@ "C" ], "block": "crafting_table", - "uuid": "acd8b251-615f-4655-9cfa-8d568e96cfe6", + "uuid": "51bc9178-a7a9-457f-9536-d1e4ae7cc9e2", "priority": 0, "width": 1, "height": 3 @@ -41410,7 +41406,7 @@ "C" ], "block": "crafting_table", - "uuid": "8752ba8f-c13b-46d0-8395-2f3ee4cf747d", + "uuid": "56e495d0-c254-4547-9a26-ec48a801c730", "priority": 0, "width": 1, "height": 3 @@ -41444,7 +41440,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "90e95b80-396c-496a-a7e2-d9a1755d5764", + "uuid": "b89d016e-b840-42d4-881c-8c4de9a0f70a", "priority": 0, "width": 3, "height": 3 @@ -41484,7 +41480,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "f1dd9f16-a934-4915-b243-14c3d3b363fd", + "uuid": "9e0a3afd-4b6d-4eaf-9b3e-bc83285a7ddb", "priority": 0, "width": 3, "height": 3 @@ -41511,7 +41507,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "8b6b3f5f-b13b-4d1f-bd90-02509ffa6a85", + "uuid": "5cdaf760-2037-4e1f-a537-e9127aebe4d8", "priority": 0, "width": 3, "height": 2 @@ -41540,7 +41536,7 @@ } ], "block": "crafting_table", - "uuid": "ac1c58a0-af1e-4092-a214-0e3bdba26c4d", + "uuid": "b05d6db1-add3-43f1-bd18-ec7b0e59fb31", "priority": 0 }, { @@ -41566,7 +41562,7 @@ "AA" ], "block": "crafting_table", - "uuid": "8a315e55-4db4-43cd-b6e3-c7e00e7da7ae", + "uuid": "1a92b00e-0f0c-4731-a68b-8a2238e22651", "priority": 0, "width": 2, "height": 3 @@ -41599,7 +41595,7 @@ "ABA" ], "block": "crafting_table", - "uuid": "7bb5afaa-0aea-426d-9817-ceb42cb661e2", + "uuid": "5a3bc57e-3dfc-4e43-947f-396cd9a67040", "priority": 0, "width": 3, "height": 2 @@ -41632,7 +41628,7 @@ "ABA" ], "block": "crafting_table", - "uuid": "d2fa9ba3-c4ad-425d-af3e-7bab3bb4f492", + "uuid": "7fa534bf-52a8-49c9-93ab-bd1240e5ba78", "priority": 0, "width": 3, "height": 2 @@ -41666,7 +41662,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "106e4459-ee70-423d-85fb-b1ab81200854", + "uuid": "ffdbc6ef-8a82-4b04-9ce8-d82b5936dbd6", "priority": 0, "width": 3, "height": 3 @@ -41692,7 +41688,7 @@ "A" ], "block": "crafting_table", - "uuid": "b5083090-6683-41b5-88dc-cf377bd93767", + "uuid": "d4e1fcaa-b48d-4591-adfa-e30f1d9fc004", "priority": 0, "width": 1, "height": 1 @@ -41718,7 +41714,7 @@ "A" ], "block": "crafting_table", - "uuid": "3faf6711-c1b2-4845-9343-edc2a2530cd4", + "uuid": "58db06ef-194c-4c58-bf38-9972c63179ca", "priority": 0, "width": 1, "height": 1 @@ -41730,8 +41726,8 @@ "A": { "type": "default", "count": 1, - "itemId": "minecraft:wood", - "auxValue": 9 + "itemId": "minecraft:stripped_spruce_wood", + "auxValue": 32767 } }, "output": [ @@ -41744,7 +41740,7 @@ "A" ], "block": "crafting_table", - "uuid": "06088d0a-fe22-4aef-8b5b-8dfa99c58ce4", + "uuid": "12ff3afe-042d-4224-92f6-7443bf09a32f", "priority": 0, "width": 1, "height": 1 @@ -41756,8 +41752,8 @@ "A": { "type": "default", "count": 1, - "itemId": "minecraft:wood", - "auxValue": 1 + "itemId": "minecraft:spruce_wood", + "auxValue": 32767 } }, "output": [ @@ -41770,7 +41766,7 @@ "A" ], "block": "crafting_table", - "uuid": "d1d33172-f53f-4997-981a-22f577ed47c7", + "uuid": "41838eac-2428-496a-a10e-cadb59c2ebb0", "priority": 0, "width": 1, "height": 1 @@ -41798,7 +41794,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "27cfd3d5-c59b-49d3-8c04-5f0fd55df180", + "uuid": "6b81c877-6b9e-4cc9-8f68-82ed34f2c777", "priority": 0, "width": 3, "height": 3 @@ -41811,12 +41807,12 @@ "type": "default", "count": 1, "itemId": "minecraft:spruce_log", - "auxValue": 0 + "auxValue": 32767 } }, "output": [ { - "id": "minecraft:wood", + "id": "minecraft:spruce_wood", "count": 3 } ], @@ -41825,7 +41821,7 @@ "AA" ], "block": "crafting_table", - "uuid": "5d298ed2-d912-4d39-b0d2-e94776b77525", + "uuid": "4d503447-4642-497f-90f4-bc77f93aee0d", "priority": 0, "width": 2, "height": 2 @@ -41843,7 +41839,7 @@ }, "output": [ { - "id": "minecraft:wood", + "id": "minecraft:stripped_spruce_wood", "count": 3 } ], @@ -41852,7 +41848,7 @@ "AA" ], "block": "crafting_table", - "uuid": "b6241385-ca81-4e87-ae18-5ea40958f0dc", + "uuid": "9b29469a-2835-4027-803b-42ba0abd4059", "priority": 0, "width": 2, "height": 2 @@ -41870,7 +41866,7 @@ }, "output": [ { - "id": "minecraft:wooden_slab", + "id": "minecraft:spruce_slab", "count": 6 } ], @@ -41878,7 +41874,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "53bfe3c4-b752-484b-843b-98e7c650bc2f", + "uuid": "c7e8a331-991f-4178-8f3a-8f5b5347eb1e", "priority": 0, "width": 3, "height": 1 @@ -41912,7 +41908,7 @@ "B" ], "block": "crafting_table", - "uuid": "73e8f2ad-b0e6-4144-8822-619a7b7c3b6c", + "uuid": "929cd8ac-582a-45c0-85af-1fd3aebc640b", "priority": 1, "width": 1, "height": 3 @@ -41938,7 +41934,7 @@ "A" ], "block": "crafting_table", - "uuid": "9c185fb3-a15c-434f-b4d9-360c13dfbc0f", + "uuid": "ddcf76f8-1036-4a16-bd62-f60e6d493bd8", "priority": -1, "width": 1, "height": 2 @@ -41965,7 +41961,7 @@ "A" ], "block": "crafting_table", - "uuid": "f5695827-bfb4-4342-a705-38a040f49af4", + "uuid": "d5247b5b-2afb-4b58-ab64-93c5c14bd4b4", "priority": 2, "width": 1, "height": 2 @@ -41992,7 +41988,7 @@ "A" ], "block": "crafting_table", - "uuid": "1cdc09a3-4e01-4ee2-85ca-00e70c32a61c", + "uuid": "b9e22662-da45-49e1-9559-e6252f69ddad", "priority": 2, "width": 1, "height": 2 @@ -42019,7 +42015,7 @@ "A" ], "block": "crafting_table", - "uuid": "09f25ff9-e74b-44c7-b30b-971245fd39ad", + "uuid": "153fc24e-fd3b-410e-befc-0311e6cd1abe", "priority": 2, "width": 1, "height": 2 @@ -42052,7 +42048,7 @@ "B" ], "block": "crafting_table", - "uuid": "9425ad70-e9c3-4e56-af19-7c3feaa231aa", + "uuid": "1a913a1e-c0d6-4c04-ac60-65ddf4f3d0b6", "priority": 0, "width": 1, "height": 2 @@ -42085,7 +42081,7 @@ " B" ], "block": "crafting_table", - "uuid": "9b87e864-0886-4dc0-a63f-8f887cb2048f", + "uuid": "5d3ab47d-69fd-4fbd-895c-1ffbbe2362bb", "priority": -1, "width": 2, "height": 3 @@ -42119,7 +42115,7 @@ " B" ], "block": "crafting_table", - "uuid": "03e64def-6d59-49ab-8a71-f3200d6caff2", + "uuid": "71452f43-c7e2-4f25-a76b-49c4e0e3ab51", "priority": 2, "width": 2, "height": 3 @@ -42153,7 +42149,7 @@ " B" ], "block": "crafting_table", - "uuid": "f4083efc-ae24-46c4-8818-e6da4bb83028", + "uuid": "138bb2d7-194f-471d-8d76-a5001ba98df3", "priority": 2, "width": 2, "height": 3 @@ -42181,7 +42177,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "cf23afa1-4fe9-4bde-9588-faf0b015895b", + "uuid": "d8eee672-3fa8-43c7-9db3-79e420ed2fea", "priority": 0, "width": 3, "height": 3 @@ -42208,7 +42204,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "b4427aae-175b-4e79-8fee-f0621fe2028b", + "uuid": "81b7e5ef-4591-48f2-9e27-04a8bc25525c", "priority": 0, "width": 3, "height": 2 @@ -42234,7 +42230,7 @@ "A" ], "block": "crafting_table", - "uuid": "b4a44e64-125e-4f9c-bf3f-7ce423cc5522", + "uuid": "df7130e7-b174-423e-acaf-d9e8859fa91e", "priority": 0, "width": 1, "height": 1 @@ -42267,7 +42263,7 @@ " B" ], "block": "crafting_table", - "uuid": "77d4db89-89a4-4108-ae2f-5d994f3c9429", + "uuid": "012880a5-1b71-48be-8d1d-6695bac12f87", "priority": -1, "width": 2, "height": 3 @@ -42301,7 +42297,7 @@ " B" ], "block": "crafting_table", - "uuid": "a7d28274-d639-4913-8b09-9698e433d8c9", + "uuid": "0e1a4d48-3847-41ba-ab31-3a949896c066", "priority": 2, "width": 2, "height": 3 @@ -42335,7 +42331,7 @@ " B" ], "block": "crafting_table", - "uuid": "fae12e76-be95-4462-ae7c-66501c330682", + "uuid": "745cc195-45df-4629-853d-82749bf51f2b", "priority": 2, "width": 2, "height": 3 @@ -42368,7 +42364,7 @@ " B " ], "block": "crafting_table", - "uuid": "8bd4f9bd-553a-4226-b443-a65b45f0d7ad", + "uuid": "ad248cbe-f090-4e68-995e-cd2bea24f6bc", "priority": -1, "width": 3, "height": 3 @@ -42402,7 +42398,7 @@ " B " ], "block": "crafting_table", - "uuid": "59663700-34f9-417b-adb5-4f73a4bde811", + "uuid": "8bacb057-9161-4357-8152-ab88c5c4a6ac", "priority": 2, "width": 3, "height": 3 @@ -42436,7 +42432,7 @@ " B " ], "block": "crafting_table", - "uuid": "5c8dbcd5-f24e-4cb8-a5fa-734fd2b2e4e7", + "uuid": "46162285-f0f3-4d42-adcc-49fe81dd4dc2", "priority": 2, "width": 3, "height": 3 @@ -42462,7 +42458,7 @@ "AA" ], "block": "crafting_table", - "uuid": "45e9ae01-7bf6-4ada-9efa-884e75d3bc09", + "uuid": "6576be78-432e-4703-b96f-d6af63f24adf", "priority": 0, "width": 2, "height": 1 @@ -42495,7 +42491,7 @@ "B" ], "block": "crafting_table", - "uuid": "14c09cb1-60dd-471b-a8a6-abdbcc5f67fb", + "uuid": "bc4503e2-5b4a-4a60-920e-26c6f914a1e9", "priority": -1, "width": 1, "height": 3 @@ -42529,7 +42525,7 @@ "B" ], "block": "crafting_table", - "uuid": "291566bd-af0f-4170-b11a-418d3a6f881f", + "uuid": "2fff683e-974e-413a-9531-e25066d8f4e7", "priority": 2, "width": 1, "height": 3 @@ -42563,7 +42559,7 @@ "B" ], "block": "crafting_table", - "uuid": "e682f90d-3691-4028-84ef-3316368acd55", + "uuid": "d83d34e5-90e1-433c-ae21-60b56a92ad8a", "priority": 2, "width": 1, "height": 3 @@ -42591,7 +42587,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "93a37925-b8e4-4a68-9eff-190fb323d4ba", + "uuid": "9b1119a8-a4ad-46ff-817b-e09f7a7c4a57", "priority": 0, "width": 3, "height": 3 @@ -42624,7 +42620,7 @@ "B" ], "block": "crafting_table", - "uuid": "08ca5d8d-4554-4e9a-a7d8-d563df0faa80", + "uuid": "d11c82a8-33b7-4fcc-99e7-ce0d129b372d", "priority": -1, "width": 1, "height": 3 @@ -42658,7 +42654,7 @@ "B" ], "block": "crafting_table", - "uuid": "285d882f-3a4d-43c3-9e7a-20c2d710633a", + "uuid": "c8f7182f-0133-49e1-a4aa-115c4d7b7ced", "priority": 2, "width": 1, "height": 3 @@ -42692,7 +42688,7 @@ "B" ], "block": "crafting_table", - "uuid": "39409820-bd4b-4435-a705-f4a383a49931", + "uuid": "d0f7cf4e-d5cc-48e9-964d-062b64100d0f", "priority": 2, "width": 1, "height": 3 @@ -42719,7 +42715,7 @@ "AA" ], "block": "crafting_table", - "uuid": "12f51124-6e02-4e7f-b302-2eba74d9ac17", + "uuid": "bddf401c-c917-40a2-bb7a-f606917f781c", "priority": 0, "width": 2, "height": 2 @@ -42751,7 +42747,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "4d627ec7-6835-47ce-afd3-8fcad7459498", + "uuid": "d14f3025-6b7a-4989-8de4-0e9c9106b841", "priority": 0, "width": 3, "height": 2 @@ -42778,7 +42774,7 @@ "AA" ], "block": "crafting_table", - "uuid": "77f3fc89-34a2-429c-bc8d-65f4d033205e", + "uuid": "23c2375d-18d2-48a9-bac2-4e94d374c216", "priority": 0, "width": 2, "height": 2 @@ -42805,7 +42801,7 @@ "AA" ], "block": "crafting_table", - "uuid": "82b880d7-6d38-47e0-921e-9d43ae28b8e3", + "uuid": "05c08be9-e4ec-4729-9980-58b277db8c44", "priority": 0, "width": 2, "height": 2 @@ -42832,7 +42828,7 @@ "AA" ], "block": "crafting_table", - "uuid": "43b46623-c539-45ec-a1ba-f8ca8ed3c7e2", + "uuid": "4b57a7f9-733d-4714-9473-5f5b41239204", "priority": 0, "width": 2, "height": 2 @@ -42858,7 +42854,7 @@ "A" ], "block": "crafting_table", - "uuid": "63e72ced-2378-42dd-9423-c571d320d18f", + "uuid": "9e19705f-a369-408b-8d65-4de45686054c", "priority": 0, "width": 1, "height": 1 @@ -42900,7 +42896,7 @@ } ], "block": "crafting_table", - "uuid": "b40eead4-d217-44cb-820a-191c2276eef3", + "uuid": "eaa3799c-9aae-42bb-ba90-97fcbbbac421", "priority": 0 }, { @@ -42940,7 +42936,7 @@ } ], "block": "crafting_table", - "uuid": "f571bff1-c598-4b37-93d3-7baea6af23ef", + "uuid": "a377abc6-0860-448f-b28e-05a8c7148388", "priority": 0 }, { @@ -42980,7 +42976,7 @@ } ], "block": "crafting_table", - "uuid": "36f0de04-01d1-4ab2-99e6-254036405d05", + "uuid": "d0e0a577-fb87-4611-8f18-dc7225a3fc3e", "priority": 0 }, { @@ -43020,7 +43016,7 @@ } ], "block": "crafting_table", - "uuid": "cfa231d0-d199-4662-97b5-09f83fb5abd1", + "uuid": "4f88d3eb-15b6-49ef-b7c7-7650b6a2636d", "priority": 0 }, { @@ -43060,7 +43056,7 @@ } ], "block": "crafting_table", - "uuid": "dc59d7ff-7bad-40de-a3cf-ee816d7b546e", + "uuid": "c8ea55c4-efb4-484a-9e8b-3b4082895f99", "priority": 0 }, { @@ -43100,7 +43096,7 @@ } ], "block": "crafting_table", - "uuid": "8325f5b9-ec65-4352-a48c-230daf2dbe1e", + "uuid": "77059bfa-a00f-4eae-9b2d-115f09deb2c4", "priority": 0 }, { @@ -43140,7 +43136,7 @@ } ], "block": "crafting_table", - "uuid": "fc9bd126-a800-4e35-9899-29f1c1fbe217", + "uuid": "e75f4c8e-0795-4a50-b93d-201182162d0e", "priority": 0 }, { @@ -43179,7 +43175,7 @@ } ], "block": "crafting_table", - "uuid": "4918121e-16fd-49e0-a2f4-10083011ea11", + "uuid": "713588cf-058c-4ced-861b-f15991dcbee6", "priority": 0 }, { @@ -43219,7 +43215,7 @@ } ], "block": "crafting_table", - "uuid": "1c53d8fa-1dad-4c37-8179-8c6abdb46455", + "uuid": "d6d7f97e-0d5f-4c60-a63b-05fee11616be", "priority": 0 }, { @@ -43259,7 +43255,7 @@ } ], "block": "crafting_table", - "uuid": "51a4ef69-3e43-4828-b4d8-8d5b64531458", + "uuid": "cb748bbf-78fe-49c5-9346-cc350508d3d8", "priority": 0 }, { @@ -43299,7 +43295,7 @@ } ], "block": "crafting_table", - "uuid": "83d15e76-22d7-4802-ad5d-ff192fab2659", + "uuid": "152bbca7-635d-42e3-82dc-a1d187644a99", "priority": 0 }, { @@ -43339,7 +43335,7 @@ } ], "block": "crafting_table", - "uuid": "810868f3-8dc5-4a72-8028-f288877d259f", + "uuid": "e94b662d-b2ae-4706-9336-6892a8c2a159", "priority": 0 }, { @@ -43379,7 +43375,7 @@ } ], "block": "crafting_table", - "uuid": "7f297359-3c90-4cb2-a7e4-265346f8ed5f", + "uuid": "0522dd03-d359-478e-a04d-58dc073cdfe8", "priority": 0 }, { @@ -43419,7 +43415,7 @@ } ], "block": "crafting_table", - "uuid": "6ec7285f-de4d-4668-90ac-9491bfb2d48b", + "uuid": "58c13878-4e6c-4b54-b82f-51630b3e024e", "priority": 0 }, { @@ -43451,7 +43447,7 @@ " A " ], "block": "crafting_table", - "uuid": "c14344cd-257f-4c9b-8237-2f2a48c62cf2", + "uuid": "3fccdb1e-2a42-4869-9648-f2513dcb31a5", "priority": 0, "width": 3, "height": 3 @@ -43491,7 +43487,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "96398d7e-8e06-41d9-8fe8-3f27c772d768", + "uuid": "c4ea1190-62c0-4524-8c44-5a1c82b86814", "priority": 0, "width": 3, "height": 3 @@ -43525,7 +43521,7 @@ " A " ], "block": "crafting_table", - "uuid": "5af70a9a-90e0-4699-b459-c600f722808c", + "uuid": "dff00f5a-5ff6-4bf6-a891-27fa99c2d47d", "priority": 1, "width": 3, "height": 3 @@ -43559,7 +43555,7 @@ "ABA" ], "block": "crafting_table", - "uuid": "445dbc2d-e7a4-483c-aa99-3113d72ad999", + "uuid": "f914170d-eb59-4a1f-b857-2b598126a9a3", "priority": 0, "width": 3, "height": 3 @@ -43588,7 +43584,7 @@ } ], "block": "crafting_table", - "uuid": "15ceec0c-e7bc-40c9-a6b0-d7b4d964cff1", + "uuid": "b7e8e0fa-604b-465b-bd33-a4787c90f286", "priority": 0 }, { @@ -43618,7 +43614,7 @@ "B" ], "block": "crafting_table", - "uuid": "3c15001a-67f0-47c7-8860-2fd5ac571596", + "uuid": "1ebe5111-07c3-4f8c-8a10-c4a8869092ff", "priority": -1, "width": 1, "height": 2 @@ -43647,7 +43643,7 @@ } ], "block": "crafting_table", - "uuid": "f60b9a47-6c3f-4d48-be8d-558b72462f1c", + "uuid": "ec7ed514-50a1-43f6-94db-0815c9c91a60", "priority": 0 }, { @@ -43684,7 +43680,7 @@ "C" ], "block": "crafting_table", - "uuid": "d6df64f8-ba34-453d-baa8-389244f31112", + "uuid": "1546230f-abfa-4af4-8c49-fe94f5dddd4b", "priority": -1, "width": 1, "height": 3 @@ -43724,7 +43720,7 @@ "C" ], "block": "crafting_table", - "uuid": "bb56b916-a324-459a-877a-6442ea01178c", + "uuid": "1a4d040d-8012-400a-bf9f-ef3e75f46b68", "priority": 2, "width": 1, "height": 3 @@ -43764,7 +43760,7 @@ "C" ], "block": "crafting_table", - "uuid": "91d73d94-55d3-4bce-ad5e-77d497a94810", + "uuid": "43188ad3-ce00-4a25-9d38-3a38d9ad47fe", "priority": 2, "width": 1, "height": 3 @@ -43804,7 +43800,7 @@ "C" ], "block": "crafting_table", - "uuid": "14e7738e-980d-4d70-9d5d-f0c60691dd9c", + "uuid": "05bf48bc-f0d3-421d-bdaa-3b658eb01ac9", "priority": 2, "width": 1, "height": 3 @@ -43831,7 +43827,7 @@ "A A" ], "block": "crafting_table", - "uuid": "6d19057d-22f8-4b51-8f0f-9c6ae33e6644", + "uuid": "a3f474ca-ce83-4c14-88d0-d5edb3f0a43e", "priority": 0, "width": 3, "height": 2 @@ -43871,7 +43867,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "abc40063-9cb5-4692-a43b-694e8da0e848", + "uuid": "813c17d6-57c8-496d-84f7-348c310ce172", "priority": 0, "width": 3, "height": 3 @@ -43911,7 +43907,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "b4e99f41-f5a1-4060-b00c-10764221e7a5", + "uuid": "aa6f057d-8d62-4b03-989b-02f4cb620f47", "priority": 0, "width": 3, "height": 3 @@ -43937,7 +43933,7 @@ "A" ], "block": "crafting_table", - "uuid": "372dca68-564e-4a07-9188-83cffe3c3cf2", + "uuid": "62519ead-c7ad-49ef-ae50-e87ec121cb1c", "priority": 0, "width": 1, "height": 1 @@ -43965,7 +43961,7 @@ "AA" ], "block": "crafting_table", - "uuid": "8e942be3-7227-424d-bca6-5bcefbdcf6a5", + "uuid": "d5e60ba7-560b-45cb-ba3c-e697f3bdb170", "priority": 0, "width": 2, "height": 3 @@ -43998,7 +43994,7 @@ "ABA" ], "block": "crafting_table", - "uuid": "84636b0a-3b9d-4f1f-9429-d8541e193925", + "uuid": "8834ff25-a2e2-4ebc-824d-dcc620608e60", "priority": 0, "width": 3, "height": 2 @@ -44031,7 +44027,7 @@ "ABA" ], "block": "crafting_table", - "uuid": "ecebccf2-4833-49ac-b6cd-3958b2d974ae", + "uuid": "2cbc3ec1-1534-4732-a4f6-c034b4eb1d76", "priority": 0, "width": 3, "height": 2 @@ -44064,7 +44060,7 @@ " B" ], "block": "crafting_table", - "uuid": "bc129c61-97ff-40ff-b404-426ca4c2cd2c", + "uuid": "2e2b4357-2350-4336-b847-c49eedd11d5c", "priority": 0, "width": 2, "height": 2 @@ -44098,7 +44094,7 @@ "BBB" ], "block": "crafting_table", - "uuid": "ea767264-5cc2-4f26-b43e-9b3e76464af4", + "uuid": "a52eca53-28c0-4d78-b384-cb659f2bf4d2", "priority": 0, "width": 3, "height": 3 @@ -44125,7 +44121,7 @@ "AA" ], "block": "crafting_table", - "uuid": "0ae024c5-a3aa-42d8-b3db-370ea31072e6", + "uuid": "7b0ffeac-344c-4768-a52d-0637e11f04ca", "priority": 0, "width": 2, "height": 2 @@ -44151,7 +44147,7 @@ "A" ], "block": "crafting_table", - "uuid": "3a7611f2-5a5a-45d4-af58-974ee23646d5", + "uuid": "134cb6c0-b0e2-44c9-93f4-183a294986ef", "priority": 0, "width": 1, "height": 1 @@ -44177,7 +44173,7 @@ "A" ], "block": "crafting_table", - "uuid": "64a65fae-9e2c-4fb4-b641-b09a4c3133bc", + "uuid": "49035553-9a2d-4cb5-b36a-7ab9aa3a46ab", "priority": 0, "width": 1, "height": 1 @@ -44203,7 +44199,7 @@ "A" ], "block": "crafting_table", - "uuid": "8640f680-bd3b-4a9c-9c98-b48d00d3a8bf", + "uuid": "f6eaaa0d-d5c1-4bf2-99fe-e8258f169e38", "priority": 0, "width": 1, "height": 1 @@ -44229,7 +44225,7 @@ "A" ], "block": "crafting_table", - "uuid": "3fcbf771-6f46-4d6b-8dab-6ce36627100e", + "uuid": "9f4bd06d-d35f-4a2e-8388-071d9053df53", "priority": 0, "width": 1, "height": 1 @@ -44255,7 +44251,7 @@ "AA" ], "block": "crafting_table", - "uuid": "a2b477df-b465-433f-b243-70dd2efbad39", + "uuid": "080ca3b3-e9d1-411a-904c-bb6d91374251", "priority": 0, "width": 2, "height": 1 @@ -44289,7 +44285,7 @@ " B " ], "block": "crafting_table", - "uuid": "b86d4783-6686-4339-8b10-c677ba74eae1", + "uuid": "29150430-ca21-48d1-9abc-fe8651f50b26", "priority": 0, "width": 3, "height": 3 @@ -44315,7 +44311,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "9660445e-8bf3-4cef-b5d2-e5821824810d", + "uuid": "47c8b76b-c2b1-4643-8a07-e80f680a23a0", "priority": 0, "width": 3, "height": 1 @@ -44343,7 +44339,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "5d8e1140-db20-46c4-985a-f321a150b479", + "uuid": "42d94c31-3ee6-4390-8009-17cb7524fc44", "priority": 0, "width": 3, "height": 3 @@ -44370,7 +44366,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "f425b343-6673-49f6-afff-eb8abb8000b2", + "uuid": "1113f37a-0274-4750-9437-8baa381c0d16", "priority": 0, "width": 3, "height": 2 @@ -44399,7 +44395,7 @@ } ], "block": "crafting_table", - "uuid": "c03d3b97-b4b7-49e7-b4c9-595af22d6349", + "uuid": "98f62158-87e7-421c-95db-617f3033c9a4", "priority": 1 }, { @@ -44426,7 +44422,7 @@ } ], "block": "crafting_table", - "uuid": "87155eb4-221d-49c3-9901-68fb6e4c4844", + "uuid": "2b18886f-208d-4605-aafd-5b63d6919d37", "priority": 1 }, { @@ -44453,7 +44449,7 @@ } ], "block": "crafting_table", - "uuid": "7acd7aae-c3f4-4c5f-89a1-5b86bb1f37c5", + "uuid": "074d9b94-c3bc-47b8-a3bb-f1157e51b605", "priority": 1 }, { @@ -44480,7 +44476,7 @@ } ], "block": "crafting_table", - "uuid": "1e4e0599-ebec-4e22-886a-b6c57df04914", + "uuid": "874b9e92-e801-485a-a02b-fdc5bd770214", "priority": 1 }, { @@ -44507,7 +44503,7 @@ } ], "block": "crafting_table", - "uuid": "8fa8559f-3081-48f9-aa3c-1a553aac51f2", + "uuid": "7a0ccdec-e426-4432-826b-0d471a455f0e", "priority": 1 }, { @@ -44534,7 +44530,7 @@ } ], "block": "crafting_table", - "uuid": "abd3d84a-2872-49da-9ac8-025a519136cf", + "uuid": "9d6086f2-77c1-4d30-9e2a-2a9984014f52", "priority": 1 }, { @@ -44561,7 +44557,7 @@ } ], "block": "crafting_table", - "uuid": "05ad42d2-e5e1-4dee-9f28-b9e06411853e", + "uuid": "1a568c62-4011-4a34-a668-43e893eda66f", "priority": 1 }, { @@ -44588,7 +44584,7 @@ } ], "block": "crafting_table", - "uuid": "84bc100b-1eb3-4ac8-a7ce-1c3d3b65fe21", + "uuid": "6c51a61e-855e-4f15-a4fc-6b2d232e69e3", "priority": 1 }, { @@ -44615,7 +44611,7 @@ } ], "block": "crafting_table", - "uuid": "609fa713-de0f-4c33-b8e1-e92796e7a64b", + "uuid": "d5b3d41c-2103-47ff-b639-5e7ba10f4bfc", "priority": 1 }, { @@ -44642,7 +44638,7 @@ } ], "block": "crafting_table", - "uuid": "db001876-a0d3-424d-8098-a27f97c4f142", + "uuid": "d8bca0aa-c397-4b80-be6d-45f615092bdc", "priority": 1 }, { @@ -44669,7 +44665,7 @@ } ], "block": "crafting_table", - "uuid": "d56080df-04d7-4ff0-ad03-305ed1234f69", + "uuid": "a108e502-25a4-42d4-b350-a3b80e5377fe", "priority": 1 }, { @@ -44696,7 +44692,7 @@ } ], "block": "crafting_table", - "uuid": "f9dfc646-9716-4ca8-96f1-8caad12baf8e", + "uuid": "cf4f73fb-7d37-4ae9-b55a-5ef4a4b67deb", "priority": 1 }, { @@ -44723,7 +44719,7 @@ } ], "block": "crafting_table", - "uuid": "a54f701f-8dec-4f44-89f2-28ebe3f8c150", + "uuid": "e08d409e-099f-4d74-91dc-a7e5ef5b2917", "priority": 1 }, { @@ -44750,7 +44746,7 @@ } ], "block": "crafting_table", - "uuid": "383afa5d-ee2a-43a1-b1d7-fc4d7e4a518a", + "uuid": "07b061fc-4d32-446f-85c4-9f190893262b", "priority": 1 }, { @@ -44777,7 +44773,7 @@ } ], "block": "crafting_table", - "uuid": "31d97c4f-4fec-44f6-81ae-8733c9384238", + "uuid": "0d73acce-150f-4994-b830-c4605ec88ab9", "priority": 1 }, { @@ -44804,7 +44800,7 @@ } ], "block": "crafting_table", - "uuid": "60cca375-f647-44d7-aeb1-72de5699d444", + "uuid": "14f5fa39-b36c-4ba0-979c-642dbc9d5b93", "priority": 1 }, { @@ -44842,7 +44838,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "da5047ff-375a-4808-86de-f823ab166ff3", + "uuid": "d804461a-7452-4f3d-a784-bd1051d62cbb", "priority": 0, "width": 3, "height": 3 @@ -44868,7 +44864,7 @@ "A" ], "block": "crafting_table", - "uuid": "4e67d760-ded1-4bc0-ac4b-f927149948c9", + "uuid": "f6dcf82c-89a8-4200-a7fd-62d3e34260ea", "priority": 0, "width": 1, "height": 1 @@ -44903,7 +44899,7 @@ " B " ], "block": "crafting_table", - "uuid": "81d3dd3f-8838-4300-b39b-d8c178a64adc", + "uuid": "15143b84-8154-4399-918c-9fc5ab4c2d92", "priority": 0, "width": 3, "height": 3 @@ -44932,7 +44928,7 @@ } ], "block": "crafting_table", - "uuid": "2d36b7be-80f0-4b2f-af94-9b98a1637f1c", + "uuid": "b75123e8-8c07-47cb-aada-3e6df5398d82", "priority": 0 }, { @@ -44959,7 +44955,7 @@ } ], "block": "crafting_table", - "uuid": "5fa25fb2-59e1-4c0e-9429-caf07cc56c20", + "uuid": "e903f960-2cdc-42fe-97fb-8765e08462ac", "priority": 0 }, { @@ -44983,7 +44979,7 @@ "AA" ], "block": "crafting_table", - "uuid": "9a8ceb16-17e6-4083-af7f-db0b199e3572", + "uuid": "5debcdca-6c91-416a-ae8f-777d6056a0aa", "priority": 0, "width": 2, "height": 1 @@ -45054,7 +45050,7 @@ } ], "block": "crafting_table", - "uuid": "b08cfcb1-8dd0-46af-ba48-a18e2919272c", + "uuid": "6dc68652-0618-4d41-bdde-4cc061c56313", "priority": 0 }, { @@ -45123,7 +45119,7 @@ } ], "block": "crafting_table", - "uuid": "cc86a653-a4d9-4e5e-90ce-d4752edbb6ab", + "uuid": "dca866aa-b43a-4837-bea4-74a2871b231d", "priority": 1 }, { @@ -45144,7 +45140,7 @@ } ], "block": "crafting_table", - "uuid": "0fd89833-fce2-4614-89c1-879e112820d8", + "uuid": "5a06ae81-f917-43a1-a8bd-6c7ac8ad952f", "priority": 0 }, { @@ -45165,7 +45161,7 @@ } ], "block": "crafting_table", - "uuid": "11987c14-4ee3-453c-8a40-721bdcedcbad", + "uuid": "7eb4689f-d614-4dc9-be1a-283c867dce9d", "priority": 0 }, { @@ -45197,7 +45193,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "53b32970-ef74-44f4-aafb-997fdfa4b432", + "uuid": "d67fcb4e-f0a2-4e4d-8b85-4047c0b7ff45", "priority": 0, "width": 3, "height": 3 @@ -45231,7 +45227,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "7464df94-c0b6-4ef2-bad0-e7ddc67a7b3e", + "uuid": "d862878d-73c1-4c5f-abe9-2d1963ed76d8", "priority": 1, "width": 3, "height": 3 @@ -45258,7 +45254,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "53204ee7-0db0-4f68-b83a-d0e51a55a211", + "uuid": "e4c15ecc-e6a2-43f8-948a-24875e4d009a", "priority": 0, "width": 3, "height": 2 @@ -45292,7 +45288,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "32774e15-f031-47db-953d-f41c109b3d20", + "uuid": "fb6b2cb9-1113-4227-805f-404e93fa2bf6", "priority": 0, "width": 3, "height": 3 @@ -45326,7 +45322,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "ba37029a-a279-4289-9e80-a03e8df0c569", + "uuid": "c753fda4-dffa-4baf-9a70-255e06219f9e", "priority": 0, "width": 3, "height": 3 @@ -45360,7 +45356,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "237e66f8-52b9-4e36-afc1-fb0b116a7182", + "uuid": "10409e1b-48e8-4349-bb6a-ac2dc2fc8871", "priority": 1, "width": 3, "height": 3 @@ -45400,7 +45396,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "0a5b6658-961c-455b-9910-d0367af2020d", + "uuid": "504d4b26-6a61-459a-987a-abb6f76cc3d3", "priority": 0, "width": 3, "height": 3 @@ -45433,7 +45429,7 @@ " B" ], "block": "crafting_table", - "uuid": "ca087fb1-f88e-4177-bb8e-d8a3e4afa50f", + "uuid": "2c38c3ca-5d8c-4c02-8762-506131abac74", "priority": 0, "width": 2, "height": 3 @@ -45467,7 +45463,7 @@ " B" ], "block": "crafting_table", - "uuid": "f32c136f-1846-4a04-9234-791ad742df37", + "uuid": "96536a36-c317-4df3-9abe-1e37e39da0df", "priority": 2, "width": 2, "height": 3 @@ -45501,7 +45497,7 @@ " B" ], "block": "crafting_table", - "uuid": "e2f156b7-a72e-4240-a3e8-be12324f6752", + "uuid": "e6dcfc37-663b-4262-97db-d6f34fef0c7f", "priority": 2, "width": 2, "height": 3 @@ -45535,7 +45531,7 @@ " B" ], "block": "crafting_table", - "uuid": "81c27b6f-fbc7-4392-99c3-76fb4b35ca29", + "uuid": "9a6a69da-289e-45e8-bf8e-0ab995c6280b", "priority": 2, "width": 2, "height": 3 @@ -45563,7 +45559,7 @@ "AA" ], "block": "crafting_table", - "uuid": "0082a9a3-724b-44b8-8623-26fad7c8412f", + "uuid": "bffdbd12-7218-45a5-824f-0ee0c474a9b9", "priority": 0, "width": 2, "height": 3 @@ -45596,7 +45592,7 @@ " B" ], "block": "crafting_table", - "uuid": "a21d67ac-0b4a-4fab-8350-3afe866c123d", + "uuid": "c150e9b4-5f47-44ed-86b0-04a8c89b0c74", "priority": 0, "width": 2, "height": 3 @@ -45630,7 +45626,7 @@ " B " ], "block": "crafting_table", - "uuid": "f37e7a44-05f4-4f93-80e2-83e875818d38", + "uuid": "c27cc93a-f844-40e4-855d-29c8a4b4a087", "priority": 2, "width": 3, "height": 3 @@ -45664,7 +45660,7 @@ " B " ], "block": "crafting_table", - "uuid": "4e2e5d21-d2ac-4568-8bbe-9507214ac160", + "uuid": "7672c4b1-dfdd-4ad7-90c7-3db76ea808f6", "priority": 2, "width": 3, "height": 3 @@ -45698,7 +45694,7 @@ " B " ], "block": "crafting_table", - "uuid": "4e9589cb-a181-4657-956a-21841297f527", + "uuid": "e980d5dc-3652-4f80-97bc-5b00072edf52", "priority": 2, "width": 3, "height": 3 @@ -45731,7 +45727,7 @@ " B " ], "block": "crafting_table", - "uuid": "f782bc0c-6309-4e09-8f42-72597ea94c51", + "uuid": "fe9f54c0-091c-4a72-acc9-b8a6c8a4796b", "priority": 0, "width": 3, "height": 3 @@ -45765,7 +45761,7 @@ " B " ], "block": "crafting_table", - "uuid": "13e7fdb3-543a-4363-98f8-9341d66111ce", + "uuid": "52ae32e2-26ef-4e51-bae9-dffe039ac297", "priority": 2, "width": 3, "height": 3 @@ -45799,7 +45795,7 @@ " B " ], "block": "crafting_table", - "uuid": "ecd8bc9d-00be-47aa-88f4-00c96151e0f3", + "uuid": "bbd446ec-cba4-4e6f-8aa5-c686c913b8a3", "priority": 2, "width": 3, "height": 3 @@ -45833,7 +45829,7 @@ " B " ], "block": "crafting_table", - "uuid": "5829295b-2cf0-46a5-812b-53c14830a9a8", + "uuid": "c70e222b-6aca-493f-b4aa-379c4888a29e", "priority": 2, "width": 3, "height": 3 @@ -45866,7 +45862,7 @@ "B" ], "block": "crafting_table", - "uuid": "7813f025-ffb0-4ec7-ac08-8f3b2fa96fcb", + "uuid": "52afa09d-687c-47e2-ae88-49d567463c3a", "priority": 0, "width": 1, "height": 3 @@ -45900,7 +45896,7 @@ "B" ], "block": "crafting_table", - "uuid": "fdc54593-6d6c-4809-992a-d29157810686", + "uuid": "46ab28bb-520f-44b4-9187-9c9197ad06ad", "priority": 2, "width": 1, "height": 3 @@ -45934,7 +45930,7 @@ "B" ], "block": "crafting_table", - "uuid": "fe5ee603-6d55-4632-8dab-6b3cc874c3db", + "uuid": "b1a437af-304b-46f4-98cd-402212ca12c2", "priority": 2, "width": 1, "height": 3 @@ -45968,7 +45964,7 @@ "B" ], "block": "crafting_table", - "uuid": "2fec1918-26d1-4a8b-adcf-7b39b44c52b8", + "uuid": "f51d39bc-4bd6-46a7-820c-cbd4c832acb9", "priority": 2, "width": 1, "height": 3 @@ -46001,7 +45997,7 @@ "B" ], "block": "crafting_table", - "uuid": "ab01bfe4-95e1-4c4f-b0ea-062523514bce", + "uuid": "f8d93c17-bae9-47cd-8cec-8ca4b6fd4bfd", "priority": 0, "width": 1, "height": 3 @@ -46035,7 +46031,7 @@ "B" ], "block": "crafting_table", - "uuid": "0b8ee0ea-6984-41d3-935a-0edc2af51de4", + "uuid": "46c261a3-62f0-4227-9dab-bbbc269b79f9", "priority": 2, "width": 1, "height": 3 @@ -46069,7 +46065,7 @@ "B" ], "block": "crafting_table", - "uuid": "ba644bf3-37ad-4ab2-9db0-7770d4d3d0ce", + "uuid": "46ae8f84-c2ee-44c4-bde8-469f28d3f49b", "priority": 2, "width": 1, "height": 3 @@ -46103,7 +46099,7 @@ "B" ], "block": "crafting_table", - "uuid": "a351768a-0c3a-4282-b55d-6e22a82c211e", + "uuid": "1fc2bd9c-c0e7-4cbf-b95c-5cd099e67648", "priority": 2, "width": 1, "height": 3 @@ -46138,7 +46134,7 @@ } ], "block": "crafting_table", - "uuid": "9e38f383-7ba4-416f-bfe8-086ace0039de", + "uuid": "ffd48f46-b634-4638-bbcb-0c21225a6ea9", "priority": 0 }, { @@ -46171,7 +46167,7 @@ " B " ], "block": "crafting_table", - "uuid": "a87c0cac-24fa-4d73-92d5-38ab0a6fac05", + "uuid": "94c11a4d-a9f2-4487-93a7-5968b77e1599", "priority": 0, "width": 3, "height": 3 @@ -46200,7 +46196,7 @@ } ], "block": "crafting_table", - "uuid": "394ee2cc-fa5b-470d-8646-b947f4fa7b04", + "uuid": "9badc767-bcd6-46c6-9681-66b2d46f096f", "priority": 0 }, { @@ -46224,7 +46220,7 @@ "AA" ], "block": "crafting_table", - "uuid": "ad1d13ea-f295-4e07-89c1-ad8a81f3f839", + "uuid": "a699e309-867e-4b1f-bb84-745d40bd49ed", "priority": 0, "width": 2, "height": 1 @@ -46258,7 +46254,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "9d9c7ff1-eef5-4c58-aaf1-ebf6b03717eb", + "uuid": "2531c498-9ce3-40e6-91f3-d5918372bc34", "priority": 0, "width": 3, "height": 3 @@ -46329,7 +46325,7 @@ } ], "block": "crafting_table", - "uuid": "aece2b7e-ccc9-4dff-87fc-279fcb545e12", + "uuid": "5246efe4-25b0-4e80-b132-0087a0287f1b", "priority": 0 }, { @@ -46350,7 +46346,7 @@ } ], "block": "crafting_table", - "uuid": "94b04fe6-9a33-4987-a19f-33fa57c2e779", + "uuid": "a7ecfbb0-bb79-4b39-a46f-12b627a41007", "priority": 0 }, { @@ -46371,7 +46367,7 @@ } ], "block": "crafting_table", - "uuid": "7d44ad61-c722-4821-a61f-4f4f451eff64", + "uuid": "c10244f2-01bc-43e7-a4ed-34a40acb1b29", "priority": 0 }, { @@ -46403,7 +46399,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "8a3455ab-b6f6-4f4d-83f4-3a26a4583382", + "uuid": "7cf236e7-b86d-4089-8fd6-5b02ada84778", "priority": 0, "width": 3, "height": 3 @@ -46430,7 +46426,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "2ce11906-6ddc-4467-9180-8175c24098e6", + "uuid": "e99e73f4-4e2b-407f-b4c2-5e0e0157a3a5", "priority": 0, "width": 3, "height": 2 @@ -46464,7 +46460,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "89844a05-d8b9-4092-a323-b26284f57739", + "uuid": "a2bcd12e-96c5-4f2b-8e31-4435605228bb", "priority": 0, "width": 3, "height": 3 @@ -46498,7 +46494,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "12c73af2-335c-4a3a-9c9a-b5def98e96ea", + "uuid": "c47681de-88da-4d8d-bf2b-85bec0d6bab6", "priority": 0, "width": 3, "height": 3 @@ -46526,7 +46522,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "4f258551-9ff4-4c61-b390-db512b5b44d5", + "uuid": "9a32d933-3570-49f7-bc4c-2b262e97dbf4", "priority": 50, "width": 3, "height": 3 @@ -46562,7 +46558,7 @@ } ], "block": "crafting_table", - "uuid": "799788a3-dd54-434e-8d81-211b9c34e06d", + "uuid": "629ff6dd-46dd-480c-874a-b2e2ef0bee9e", "priority": 50 }, { @@ -46596,7 +46592,7 @@ } ], "block": "crafting_table", - "uuid": "181fc890-9bf7-429d-ad4c-d97c5f3856e7", + "uuid": "5541cf2d-16e9-4a28-b633-e8987b46b991", "priority": 50 }, { @@ -46630,7 +46626,7 @@ } ], "block": "crafting_table", - "uuid": "a862501f-3b34-4e13-87ba-7306fa53460f", + "uuid": "f0f24dc7-fa7f-42c1-bc2d-cc26731d5a0e", "priority": 50 }, { @@ -46664,7 +46660,7 @@ } ], "block": "crafting_table", - "uuid": "ab4af9e8-6922-46b7-8f87-7474b910cd16", + "uuid": "c3f0f977-de00-4e44-b3c9-7bdea0de1fe8", "priority": 50 }, { @@ -46698,7 +46694,7 @@ } ], "block": "crafting_table", - "uuid": "8c7d7112-a8a3-4246-81ba-5e301e90b38a", + "uuid": "0f11c63f-c4f5-45b1-807c-c43ce02140ff", "priority": 50 }, { @@ -46732,7 +46728,7 @@ } ], "block": "crafting_table", - "uuid": "fb4e3c78-7591-4567-b1d1-6c95e29898ea", + "uuid": "763193d7-c55f-4112-88ec-46476d4c7b30", "priority": 50 }, { @@ -46766,7 +46762,7 @@ } ], "block": "crafting_table", - "uuid": "90dd6db3-bacc-4f3f-8efe-6bf5a4e9e0a9", + "uuid": "b686c54f-354b-44f4-a1e5-36d82a6886d4", "priority": 50 }, { @@ -46800,7 +46796,7 @@ } ], "block": "crafting_table", - "uuid": "8c78df86-040f-4b10-82f5-3b932ecdfc72", + "uuid": "3398a416-b4f6-4e3e-81f9-58bc4288b389", "priority": 50 }, { @@ -46834,7 +46830,7 @@ } ], "block": "crafting_table", - "uuid": "3ba74bdb-a39e-4fc4-aa2e-22764b8cf005", + "uuid": "bb45f402-1739-4a5d-afd3-06cb9e7e6b6b", "priority": 50 }, { @@ -46868,7 +46864,7 @@ } ], "block": "crafting_table", - "uuid": "29b48725-9196-4843-be29-9b9192f95b2a", + "uuid": "b28dd682-1441-42cb-96cf-de7c79f28fcb", "priority": 50 }, { @@ -46902,7 +46898,7 @@ } ], "block": "crafting_table", - "uuid": "e2bd6ace-b45d-4768-8310-78297030e5f5", + "uuid": "27c43b90-1090-44ec-ad4c-dcd8019ccc75", "priority": 50 }, { @@ -46936,7 +46932,7 @@ } ], "block": "crafting_table", - "uuid": "eba663b8-0c98-4c01-afee-34172105e39d", + "uuid": "64215a47-fac7-447a-8f81-482ddf87fba6", "priority": 50 }, { @@ -46970,7 +46966,7 @@ } ], "block": "crafting_table", - "uuid": "b16d42d6-69bb-484f-9e56-3fae70f83973", + "uuid": "ccfcac44-3942-432f-9a30-cfe4d8c2500c", "priority": 50 }, { @@ -47004,7 +47000,7 @@ } ], "block": "crafting_table", - "uuid": "5b82ecc6-fdda-4094-9593-3c7db4d58647", + "uuid": "d53d4b15-406e-4263-aa99-f6d9d3782eba", "priority": 50 }, { @@ -47038,7 +47034,7 @@ } ], "block": "crafting_table", - "uuid": "0e32399e-decd-4e65-9203-de5a57a9bf6a", + "uuid": "e44fc148-bbde-4428-b6c9-acde2e65aeb0", "priority": 50 }, { @@ -47072,7 +47068,7 @@ } ], "block": "crafting_table", - "uuid": "96a46067-2d3a-40c5-aa5d-617dd099bca3", + "uuid": "e0a0a5d1-058b-42ae-9e82-3210fb4c7cbc", "priority": 50 }, { @@ -47106,7 +47102,7 @@ } ], "block": "crafting_table", - "uuid": "e5fa168a-0dce-492f-a643-67078f58bd9b", + "uuid": "0c160cb4-8820-40d1-8f24-04fb8847bd9c", "priority": 50 }, { @@ -47140,7 +47136,7 @@ } ], "block": "crafting_table", - "uuid": "2138b16a-c61d-44f6-99b6-ce79a4296cf4", + "uuid": "22e846e8-6405-4383-ad94-05844509c065", "priority": 50 }, { @@ -47174,7 +47170,7 @@ } ], "block": "crafting_table", - "uuid": "242c32d0-f795-4b7e-b9f6-6dc4c737e993", + "uuid": "e5355253-443e-44fa-9068-14a82e74f656", "priority": 50 }, { @@ -47208,7 +47204,7 @@ } ], "block": "crafting_table", - "uuid": "324cef16-a093-41bf-b046-bcad45d39b77", + "uuid": "2cfb35c1-f754-4e12-a4ed-1021823be0e9", "priority": 50 }, { @@ -47236,7 +47232,7 @@ } ], "block": "crafting_table", - "uuid": "90906c76-b0fc-436f-98ea-b15507f9b0b5", + "uuid": "7f15856d-38c3-4c9d-9d99-3321fa79c082", "priority": 50 }, { @@ -47265,7 +47261,7 @@ } ], "block": "crafting_table", - "uuid": "91747dfb-2ede-4031-b1d1-0c2af11b14c2", + "uuid": "50dbf474-f403-480d-8c63-612979750547", "priority": 50 }, { @@ -47294,7 +47290,7 @@ } ], "block": "crafting_table", - "uuid": "cc84d5e6-1e7d-449c-ba39-42f0d2317741", + "uuid": "531fe999-c4b6-45e8-a0cb-72582af39e38", "priority": 50 }, { @@ -47323,7 +47319,7 @@ } ], "block": "crafting_table", - "uuid": "c375ffca-c6cc-47ed-978d-ad4db3bb9c71", + "uuid": "d9ded624-a830-41e3-a4b2-781e1b3c566e", "priority": 50 }, { @@ -47352,7 +47348,7 @@ } ], "block": "crafting_table", - "uuid": "fa6ab704-b65c-4590-9ce2-1cbbbaa04941", + "uuid": "af66e062-91a9-4f6b-a6e0-2c6e2f5652ca", "priority": 50 }, { @@ -47381,7 +47377,7 @@ } ], "block": "crafting_table", - "uuid": "00bbfd14-e0b5-480c-9967-4a217c184fce", + "uuid": "442cac04-d6e9-4b20-8a5c-187808b83e51", "priority": 50 }, { @@ -47410,7 +47406,7 @@ } ], "block": "crafting_table", - "uuid": "fbaa7b84-8959-4238-836b-8d43a9f610fb", + "uuid": "412aca39-5b7d-451c-a8ae-2c21221df0c6", "priority": 50 }, { @@ -47438,7 +47434,7 @@ } ], "block": "crafting_table", - "uuid": "6bfb8a96-99a3-429f-a2a6-9dbda70f1a0e", + "uuid": "4a71c8eb-64b7-4274-9687-69f2c0b5a740", "priority": 50 }, { @@ -47467,7 +47463,7 @@ } ], "block": "crafting_table", - "uuid": "149edc36-d979-4283-a007-08de9a230a0f", + "uuid": "f319631b-7d58-4147-9df7-ef16742a32d6", "priority": 50 }, { @@ -47496,7 +47492,7 @@ } ], "block": "crafting_table", - "uuid": "5dda42f4-0ed9-40e8-9169-b1bdd4cd9ffc", + "uuid": "d1c9f89a-9284-482e-863d-8c6dcc787ba0", "priority": 50 }, { @@ -47525,7 +47521,7 @@ } ], "block": "crafting_table", - "uuid": "c7948c63-5189-4ae5-b4b5-401c2b441a8d", + "uuid": "be7d377d-f01f-47ed-b286-29de3d2b8a6f", "priority": 50 }, { @@ -47554,7 +47550,7 @@ } ], "block": "crafting_table", - "uuid": "89f114fe-5b21-4f34-9e07-7cadf4000834", + "uuid": "215ba2b1-441d-448c-a79a-877a0b29f705", "priority": 50 }, { @@ -47583,7 +47579,7 @@ } ], "block": "crafting_table", - "uuid": "894391d2-6660-4639-aec1-6577520f4118", + "uuid": "9c245c72-a240-4008-bd48-8b1c26012120", "priority": 50 }, { @@ -47612,7 +47608,7 @@ } ], "block": "crafting_table", - "uuid": "db1960ac-6e85-4174-bf6d-eae325284334", + "uuid": "be2f4e89-6195-4644-a9f5-96333454c6bc", "priority": 50 }, { @@ -47641,7 +47637,7 @@ } ], "block": "crafting_table", - "uuid": "bc285833-7a26-4d8d-98e3-0a5e37a0332e", + "uuid": "441fc401-2b7a-4166-842b-b808d512469c", "priority": 50 }, { @@ -47670,7 +47666,7 @@ } ], "block": "crafting_table", - "uuid": "3d1150c2-4783-44ac-b66c-8bb42e60afa5", + "uuid": "efc19dc9-6216-438b-b6ec-696d3b887cb1", "priority": 50 }, { @@ -47699,7 +47695,7 @@ } ], "block": "crafting_table", - "uuid": "9be52b48-29fd-438f-a81a-7d3589883dfe", + "uuid": "98096713-3398-4461-b86a-c703c297c1c9", "priority": 50 }, { @@ -47728,7 +47724,7 @@ } ], "block": "crafting_table", - "uuid": "96cb0b48-ca21-4192-a2c1-e24486a9e9d4", + "uuid": "39f9e567-4105-47d8-8c4c-c92a538e8df4", "priority": 50 }, { @@ -47757,7 +47753,7 @@ } ], "block": "crafting_table", - "uuid": "18764fe0-c8e7-409f-9ce0-c18be689ae86", + "uuid": "feb6de00-a7f8-477a-a4da-d4dc29bf92c1", "priority": 50 }, { @@ -47786,7 +47782,7 @@ } ], "block": "crafting_table", - "uuid": "78c28441-dd25-4897-8f9f-7ddbce50c90a", + "uuid": "51b2d09e-79a3-4ed8-8560-922a3d77ad43", "priority": 50 }, { @@ -47814,7 +47810,7 @@ } ], "block": "crafting_table", - "uuid": "30ac6a76-7950-46fd-acd3-64bfe9d9a992", + "uuid": "9aea3fa1-f664-44b5-94df-c9cf172ca828", "priority": 50 }, { @@ -56486,7 +56482,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "f6f956de-f5ba-42c7-8a3c-206db332d369", + "uuid": "07a07cb3-1ba6-49ee-9c9e-35da1c5fe01a", "priority": 50, "width": 3, "height": 1 @@ -56514,7 +56510,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "d0da122b-f596-49e3-a9dd-b2a89ad48b12", + "uuid": "ed5782f8-5ae8-4c4f-8cd3-2dbd139c4ab2", "priority": 50, "width": 3, "height": 3 @@ -56540,7 +56536,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "65f6a8b6-887b-4165-8271-eeb1c5a02d6a", + "uuid": "046169da-1b27-470e-9f5a-ad2e9023d08c", "priority": 50, "width": 3, "height": 1 @@ -56566,7 +56562,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "ee2782e6-9094-49a8-8c55-1975f0307041", + "uuid": "9ae9ccdb-2d7c-4bb0-a630-89633883e6ed", "priority": 50, "width": 3, "height": 1 @@ -56592,7 +56588,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "fa80c166-1c64-47f6-8c7b-545ef7e5087e", + "uuid": "3e07eeb7-75dd-4dcd-b162-ae8fa131209d", "priority": 50, "width": 3, "height": 1 @@ -56618,7 +56614,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "f12e7f85-844f-40c0-830a-9d8940ffbcf7", + "uuid": "5e5c11aa-7e8b-4bee-a823-0c03559e0498", "priority": 50, "width": 3, "height": 1 @@ -56644,7 +56640,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "19931d58-1aa1-4a36-89a7-775cbd52f70e", + "uuid": "cde9fece-ef09-4425-9101-849ccff53c1d", "priority": 50, "width": 3, "height": 1 @@ -56670,7 +56666,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "bb9ed1a3-6b73-4c86-ac06-6414725bf321", + "uuid": "49633c44-5e71-4bd7-914d-80c243e097f4", "priority": 50, "width": 3, "height": 1 @@ -56696,7 +56692,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "34d84190-a74b-4644-9387-4e4ca6386e40", + "uuid": "bfafd9b4-2c80-4aec-a36e-13f7183cf67e", "priority": 50, "width": 3, "height": 1 @@ -56722,7 +56718,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "1833c8d3-ae68-4946-8c78-d2a5c4021116", + "uuid": "5b710014-a65f-4616-a1b1-98876b7da4b6", "priority": 50, "width": 3, "height": 1 @@ -56748,7 +56744,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "de90eec2-2d8a-4248-b134-77f93d1eac46", + "uuid": "b2fc145b-00f5-4df1-9279-220437831cc5", "priority": 50, "width": 3, "height": 1 @@ -56774,7 +56770,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "bfebc81e-ca1e-4cc2-b854-4bd7c1577027", + "uuid": "92859d56-49f1-4a97-aabb-fcd39eb0f028", "priority": 50, "width": 3, "height": 1 @@ -56800,7 +56796,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "9c49619c-6762-4145-bfc6-7004ee369c11", + "uuid": "5403ba6a-920b-47f9-8941-3eab2e040ffa", "priority": 50, "width": 3, "height": 1 @@ -56826,7 +56822,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "1932bb7b-9e6c-4c96-af8f-438c5c2d905d", + "uuid": "d53b69e1-d8fb-4f77-86d8-71433435bfda", "priority": 50, "width": 3, "height": 1 @@ -56852,7 +56848,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "2dfab5ff-1035-4961-8fce-77ef117c95b7", + "uuid": "f80223d8-76ac-40ee-98cf-34b8be19b06d", "priority": 50, "width": 3, "height": 1 @@ -56878,7 +56874,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "1a687703-214e-47e8-a34c-d518567e26ac", + "uuid": "a138b433-1b3c-4823-8435-36c2a251267e", "priority": 50, "width": 3, "height": 1 @@ -56904,7 +56900,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "e41c37c6-d602-4cc6-898d-c47c5327c34e", + "uuid": "2bf6b965-25fb-45b0-a56b-400ea7454a87", "priority": 50, "width": 3, "height": 1 @@ -56930,7 +56926,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "40dfebba-7185-4abe-b6cc-af9e131d15ff", + "uuid": "c9328f15-b939-40e6-b030-0bda859a3929", "priority": 50, "width": 3, "height": 1 @@ -56956,7 +56952,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "d67e628c-8b03-42de-9bef-2285d8929985", + "uuid": "8bdbc606-ac18-4851-942a-b318a6c65696", "priority": 50, "width": 3, "height": 1 @@ -56982,7 +56978,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "5d01133d-8a84-44a7-9164-ca281dbb4b2b", + "uuid": "f5f75833-04f8-48ec-bad7-419057b11df5", "priority": 50, "width": 3, "height": 1 @@ -57008,7 +57004,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "894d68ec-17aa-4f15-b641-d8dc932630b7", + "uuid": "b5a902c8-e3f1-4a59-9ed0-fb0fecd7a0ab", "priority": 50, "width": 3, "height": 1 @@ -57034,7 +57030,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "ef31daee-7730-4ddd-ae7e-b958348dd660", + "uuid": "ae4e74fc-53bc-4221-8bca-ac210fb56614", "priority": 50, "width": 3, "height": 1 @@ -57060,7 +57056,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "fa62f260-91b5-4765-a6cd-1ca6d7930cfd", + "uuid": "9eee106d-66f4-4d8c-80e3-492e2fbfa1e2", "priority": 50, "width": 3, "height": 1 @@ -57099,7 +57095,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "a2783b77-9430-431d-a5fb-c43b73c25fcb", + "uuid": "be0ee7cc-9534-4178-bf1c-fb7a397ed387", "priority": 50, "width": 3, "height": 3 @@ -57134,7 +57130,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "8655abee-56db-45ec-8445-5b6baa00aafc", + "uuid": "2c4413db-b091-4232-acdb-ef1c803237e8", "priority": 50, "width": 3, "height": 3 @@ -57169,7 +57165,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "43509e4b-c986-4d92-abf1-f2e56c918a10", + "uuid": "d76aed40-a439-40d3-a46e-0a0fd019feb1", "priority": 50, "width": 3, "height": 3 @@ -57204,7 +57200,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "8ca19a33-71eb-4fde-93b1-dffd512881d5", + "uuid": "14ffa1ff-6e85-4fe6-a769-ed2ac1082202", "priority": 50, "width": 3, "height": 3 @@ -57239,7 +57235,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "2b3f7cbd-38b0-4e7a-8755-7b54fe73cfc3", + "uuid": "0a54e02f-0fa0-47a3-b07c-62c5918d4e5d", "priority": 50, "width": 3, "height": 3 @@ -57274,7 +57270,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "83f45bfa-c51c-46ae-83d3-88993a80823d", + "uuid": "a1d6e7d4-7bc1-465d-8437-ef1bb141db7b", "priority": 50, "width": 3, "height": 3 @@ -57309,7 +57305,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "0bb135e8-a815-472c-8a60-0ca91ce2c5c5", + "uuid": "3f90fefa-bbb2-4cf2-8dd3-d79c61c52355", "priority": 50, "width": 3, "height": 3 @@ -57344,7 +57340,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "c3e3cbee-4f4e-4d0d-a646-86ba1852f49b", + "uuid": "4fecf4ff-727e-47cd-b8de-292e529ec79b", "priority": 50, "width": 3, "height": 3 @@ -57379,7 +57375,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "25029442-a46e-4d88-a4a1-006f45dd6a6b", + "uuid": "b3b5c59a-cdce-45bb-a879-35afcadee769", "priority": 50, "width": 3, "height": 3 @@ -57414,7 +57410,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "66463dc0-9d55-436b-98db-ad9c7473324b", + "uuid": "3baa9632-8442-4f8b-a0d1-34c580648534", "priority": 50, "width": 3, "height": 3 @@ -57449,7 +57445,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "7ab82572-fd43-41af-a169-dbdbb350b457", + "uuid": "04058bb4-681e-47d2-a86b-eb55feed74fa", "priority": 50, "width": 3, "height": 3 @@ -57484,7 +57480,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "5cb35fb3-ace9-4a0f-be64-f1c7033bbcf8", + "uuid": "cff1b72c-49e2-47af-a336-52a88d4da8d0", "priority": 50, "width": 3, "height": 3 @@ -57519,7 +57515,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "144c065b-2c96-41fc-867a-c4f2fd28d6f8", + "uuid": "bb04515a-1fe1-418a-87c7-ff588277bdb8", "priority": 50, "width": 3, "height": 3 @@ -57554,7 +57550,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "a633f7ec-fff2-4b47-898b-808187b8393f", + "uuid": "31a16043-afd9-4985-bdda-8f82638db3e4", "priority": 50, "width": 3, "height": 3 @@ -57589,7 +57585,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "3e3a6279-ef18-429b-8177-01ee1c9ed856", + "uuid": "2d421f5b-ef49-49aa-9027-73aeb43cbc1a", "priority": 50, "width": 3, "height": 3 @@ -57624,7 +57620,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "e708092c-d44e-4c61-9a35-db4fd6f7788a", + "uuid": "1d93bc50-aaa2-44fd-a9ac-609c69e6c812", "priority": 50, "width": 3, "height": 3 @@ -57659,7 +57655,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "b01dc9a3-0ce3-4bd9-b5ae-339760964191", + "uuid": "6328006b-b241-4b33-8977-ae66f7b10325", "priority": 50, "width": 3, "height": 3 @@ -57694,7 +57690,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "bca25a77-02b9-4428-8411-bec54365abc7", + "uuid": "60d71ae8-c8c4-46b9-b863-a04b75b4b571", "priority": 50, "width": 3, "height": 3 @@ -57729,7 +57725,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "fa7b226e-3df2-4260-a9ad-43e9396679e0", + "uuid": "32ac8fe1-4e7a-4553-9057-6cbca226d71b", "priority": 50, "width": 3, "height": 3 @@ -57764,7 +57760,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "f3e97556-146e-4b47-80cb-fa811cfe871a", + "uuid": "e90f1f10-d611-4f86-afba-8436723cc765", "priority": 50, "width": 3, "height": 3 @@ -57799,7 +57795,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "5cd6e232-9ef1-4ff9-a8a7-743777513e7f", + "uuid": "81c66884-7e0e-43ad-958b-94afd96028be", "priority": 50, "width": 3, "height": 3 @@ -57834,7 +57830,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "bbf8bcc0-f9ee-490c-bf24-6f1505ea92b4", + "uuid": "d816dac7-7005-44ae-b05f-eecc8b89d1d4", "priority": 50, "width": 3, "height": 3 @@ -57869,7 +57865,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "cdca96d8-887a-46d2-87ef-4c7dae3317e4", + "uuid": "1f6b92a5-0984-4bf6-add1-a57a51c195ac", "priority": 50, "width": 3, "height": 3 @@ -57904,7 +57900,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "757d6eb2-bb0b-42aa-9892-cff70bf088cf", + "uuid": "805f4f57-a61c-4b53-86e8-2d6b4ca8bbc5", "priority": 50, "width": 3, "height": 3 @@ -57939,7 +57935,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "79bd72b9-0559-4fbc-8e48-8344720727df", + "uuid": "c8631743-49a4-4961-8825-9813aca6ef1d", "priority": 50, "width": 3, "height": 3 @@ -57974,7 +57970,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "5934118c-1f6e-492b-9010-bd1acc7f8c6b", + "uuid": "5a90587b-70c7-4d2e-9e36-bb3f76e33419", "priority": 50, "width": 3, "height": 3 @@ -58009,7 +58005,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "758217bf-8f9f-4bfa-8efe-8ff61f3ad75e", + "uuid": "df018b72-957c-43f4-8ed8-aefcc9051a24", "priority": 50, "width": 3, "height": 3 @@ -58044,7 +58040,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "6c617afe-9437-4612-a2e8-5a9647e2bd59", + "uuid": "81314ef5-df0c-4272-a638-4dbe84ad56d5", "priority": 50, "width": 3, "height": 3 @@ -58079,7 +58075,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "5f1f6bf2-eabc-4103-8e07-4ca0cd9cb8e3", + "uuid": "812a08d0-9402-43ed-b36e-32789d4c4144", "priority": 50, "width": 3, "height": 3 @@ -58114,7 +58110,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "ffcf38f8-3376-4567-bbda-64764ab4431b", + "uuid": "d4e8a7bb-fc38-4271-afd8-06a9c3d66332", "priority": 50, "width": 3, "height": 3 @@ -58149,7 +58145,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "9c499987-5c64-4f1d-a396-d3ce01a53ec7", + "uuid": "b13120a1-a319-43e2-adbc-f34b84cb4676", "priority": 50, "width": 3, "height": 3 @@ -58184,7 +58180,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "86b5a655-6c9b-46e6-bf09-fdc650adedc6", + "uuid": "b966c0ee-cff4-456e-93a9-0878378855e5", "priority": 50, "width": 3, "height": 3 @@ -58219,7 +58215,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "aa995a4d-cfe8-4ba6-bef8-0fe76f422b2b", + "uuid": "d3f07a24-8643-4a51-98b8-f0094b9cf2dc", "priority": 50, "width": 3, "height": 3 @@ -58254,7 +58250,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "af5ebfb8-966d-4aa8-8ddf-c5dbb9c325a7", + "uuid": "2026f6b8-8bd0-43ad-a711-f84542822a0d", "priority": 50, "width": 3, "height": 3 @@ -58289,7 +58285,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "d3b35675-9e8f-44b7-8fc7-9f03641f871d", + "uuid": "80467a67-e29e-461c-968c-35d3b8a71ebf", "priority": 50, "width": 3, "height": 3 @@ -58324,7 +58320,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "b1991e98-69ef-4ea3-81d4-4bbb497cf66c", + "uuid": "0e961be5-a648-45bc-9b24-6bf791ef00cf", "priority": 50, "width": 3, "height": 3 @@ -58359,7 +58355,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "3cb3e739-d86b-4d6b-8d4c-950a12c6d71d", + "uuid": "4ad82714-d821-43d5-9d88-4e3a9bb9cbe7", "priority": 50, "width": 3, "height": 3 @@ -58394,7 +58390,7 @@ "AAA" ], "block": "crafting_table", - "uuid": "fdedd140-00ea-4731-bbf1-1d225d684504", + "uuid": "c4b59941-9754-488e-b142-5fe36edfcfbe", "priority": 50, "width": 3, "height": 3 @@ -58423,7 +58419,7 @@ } ], "block": "crafting_table", - "uuid": "9c203432-f2f2-4cbd-bf00-fc1df7ff5e4d", + "uuid": "de0354d1-c28b-4450-b776-998e3bf04457", "priority": 50 }, { @@ -58450,7 +58446,7 @@ } ], "block": "crafting_table", - "uuid": "a1d03167-fdae-487e-b8d3-63ac932e4229", + "uuid": "405bdee6-9dba-45ce-93d5-3ca62f8b110b", "priority": 50 }, { @@ -58477,7 +58473,7 @@ } ], "block": "crafting_table", - "uuid": "49c6ed21-b56d-49c7-9810-ad1e4dc66c69", + "uuid": "4c22113e-9ef2-429f-b7cd-1ed7c01ffc0f", "priority": 50 }, { @@ -58504,7 +58500,7 @@ } ], "block": "crafting_table", - "uuid": "8bb1adf1-3ccf-44fe-9427-af40af4cd084", + "uuid": "151054c4-6c2f-40b4-9b35-c4bafea57c9e", "priority": 50 }, { @@ -58531,7 +58527,7 @@ } ], "block": "crafting_table", - "uuid": "a9b61f62-d063-418a-9f62-403246ccca89", + "uuid": "03007aaf-6099-44ad-b856-abe0cc1e0d01", "priority": 50 }, { @@ -58558,7 +58554,7 @@ } ], "block": "crafting_table", - "uuid": "156c7ec6-aac5-4040-b119-f9ff17462da0", + "uuid": "b0d5813e-affe-477a-93ac-39aa7f54c81e", "priority": 50 }, { @@ -58585,7 +58581,7 @@ } ], "block": "crafting_table", - "uuid": "bd20290e-a6d4-4489-b53a-647932116ed1", + "uuid": "04f5b9c0-94ae-41d0-9609-bf3bc0126f52", "priority": 50 }, { @@ -58612,7 +58608,7 @@ } ], "block": "crafting_table", - "uuid": "da0ce30b-85f4-4821-9868-48752b16f5df", + "uuid": "4ec1b149-be09-47b7-a8b8-8deed210263b", "priority": 50 }, { @@ -58639,7 +58635,7 @@ } ], "block": "crafting_table", - "uuid": "95cfcfef-82d3-461e-b3ce-d625c907c334", + "uuid": "90d581c8-2985-4d72-95ba-dbcade484fde", "priority": 50 }, { @@ -58666,7 +58662,7 @@ } ], "block": "crafting_table", - "uuid": "c6ec5393-d3ab-40d1-a72a-ce6863f8ae1e", + "uuid": "3fc085ae-38f2-4946-8a36-dcd3b7ffe913", "priority": 50 }, { @@ -58693,7 +58689,7 @@ } ], "block": "crafting_table", - "uuid": "8ef387b3-ee8b-4413-8164-d62b483fbd49", + "uuid": "2b74a969-5aa8-4a5f-b9da-538b107af4b0", "priority": 50 }, { @@ -58720,7 +58716,7 @@ } ], "block": "crafting_table", - "uuid": "dd0702a5-b8f0-467a-b545-61612111fe7b", + "uuid": "ecd71fd5-4098-4caa-8f55-a72ce88b4b13", "priority": 50 }, { @@ -58747,7 +58743,7 @@ } ], "block": "crafting_table", - "uuid": "c9a2c414-f374-426e-b39a-20aade6e32a1", + "uuid": "d304ef53-abba-4053-9f69-88596ba77fd1", "priority": 50 }, { @@ -58774,7 +58770,7 @@ } ], "block": "crafting_table", - "uuid": "6de741d1-ccdb-450b-9046-bb5b1064e57f", + "uuid": "2cd738c4-117b-4777-909e-636fb13889a6", "priority": 50 }, { @@ -58801,7 +58797,7 @@ } ], "block": "crafting_table", - "uuid": "859e6ea9-9f59-4bba-bae2-6dd4f05a0f90", + "uuid": "3a3492d6-c9e5-49bd-aeca-21a59959057c", "priority": 50 }, { @@ -58828,7 +58824,7 @@ } ], "block": "crafting_table", - "uuid": "692db9a1-98f8-4b6d-8069-4d09f8e9a18c", + "uuid": "7e3136a1-14b9-459a-a670-731100b8937c", "priority": 50 }, { @@ -58855,7 +58851,7 @@ } ], "block": "crafting_table", - "uuid": "f94fac2e-2d3e-428b-9f41-29527cb55796", + "uuid": "0e760a0e-e9a3-4652-a9b9-fba106d40a1b", "priority": 50 }, { @@ -58882,7 +58878,7 @@ } ], "block": "crafting_table", - "uuid": "397a8a19-929a-46bb-ad29-8c274dee30f2", + "uuid": "605d5ccb-fbfa-438b-9959-b3119f718ac1", "priority": 50 }, { @@ -58909,7 +58905,7 @@ } ], "block": "crafting_table", - "uuid": "f83884eb-61f2-4f11-884d-12b1b36b24e3", + "uuid": "0fbb980e-da9e-46a0-af2a-f1d9252d88cd", "priority": 50 }, { @@ -58936,7 +58932,7 @@ } ], "block": "crafting_table", - "uuid": "6455c3b6-6566-4e71-b77a-7e889da800af", + "uuid": "86b0c5b6-9ef0-4f40-8142-42662fb1df99", "priority": 50 }, { @@ -58963,7 +58959,7 @@ } ], "block": "crafting_table", - "uuid": "f9e75b07-2a13-43ba-9dc1-0f994d222558", + "uuid": "008db537-ea13-44c7-b0f4-d51b1cabbc96", "priority": 50 }, { @@ -58990,7 +58986,7 @@ } ], "block": "crafting_table", - "uuid": "c239c1c4-ff75-4289-ab6b-ab1d22ea26df", + "uuid": "3cee6bb3-0a66-4ef4-a77d-9b92f4b93129", "priority": 50 }, { @@ -59017,7 +59013,7 @@ } ], "block": "crafting_table", - "uuid": "134c8710-1f87-458d-9f2c-b7475926af86", + "uuid": "c5168714-0d20-48b0-9630-3c4b968721de", "priority": 50 }, { @@ -59044,7 +59040,7 @@ } ], "block": "crafting_table", - "uuid": "5a676bb8-0109-4c40-bf55-bbea735eb0e3", + "uuid": "c8083bdc-af6c-4409-90c5-93d4e023ec70", "priority": 50 }, { @@ -59071,7 +59067,7 @@ } ], "block": "crafting_table", - "uuid": "70e27153-647d-41da-9824-aaaadaef8051", + "uuid": "e40807a1-05f6-4dc7-86d7-f02e0ff2b722", "priority": 50 }, { @@ -59098,7 +59094,7 @@ } ], "block": "crafting_table", - "uuid": "630c055d-a834-46c3-bab1-7f80178e3d1f", + "uuid": "bf7d5c29-055b-4ee2-a6d0-349558291ca6", "priority": 50 }, { @@ -59125,7 +59121,7 @@ } ], "block": "crafting_table", - "uuid": "5ac2b411-3974-4ab1-9e72-a5467a752daa", + "uuid": "9bd0d596-6268-4857-94e7-281edc9e7aef", "priority": 50 }, { @@ -59152,7 +59148,7 @@ } ], "block": "crafting_table", - "uuid": "7abdb637-b3c8-411b-8a17-10ca3ec90395", + "uuid": "2b45ddd3-81eb-4b78-9933-cbc6add04fbc", "priority": 50 }, { @@ -59179,7 +59175,7 @@ } ], "block": "crafting_table", - "uuid": "8e85b770-498f-4769-8efb-6581e8684911", + "uuid": "f4bafaee-5eaf-4e7a-88f4-cc2860145363", "priority": 50 }, { @@ -59206,7 +59202,7 @@ } ], "block": "crafting_table", - "uuid": "8707bb82-85a8-47df-b7da-97508e67e4d5", + "uuid": "77809154-a97a-4d44-b1d7-0c211d456949", "priority": 50 }, { @@ -59233,7 +59229,7 @@ } ], "block": "crafting_table", - "uuid": "6d1bde50-599d-4b1c-a88a-74d71bcb020e", + "uuid": "2dc2ad8b-ce7d-4491-8e6e-a8cd7b7deaac", "priority": 50 }, { @@ -59260,7 +59256,7 @@ } ], "block": "crafting_table", - "uuid": "f00700c2-27b5-4cae-94dc-34f56e4946c6", + "uuid": "676214c5-4fc8-495f-a6f8-787cc9403287", "priority": 50 }, { @@ -59287,7 +59283,7 @@ } ], "block": "crafting_table", - "uuid": "278eb84e-c8aa-44e6-8ea1-770c658a9ba4", + "uuid": "a97c6c93-2b84-4da2-bbd0-c963859f16e4", "priority": 50 }, { @@ -59314,7 +59310,7 @@ } ], "block": "crafting_table", - "uuid": "1d694834-1b30-44d4-a1f5-ac6a37178fa9", + "uuid": "05641082-3bbf-4b57-9f4f-d0024a17afa1", "priority": 50 }, { @@ -59341,7 +59337,7 @@ } ], "block": "crafting_table", - "uuid": "54c3018d-6237-494e-ba51-b1dfb564ac89", + "uuid": "c81cb7e9-2dc6-4372-a27a-8e2083daa82a", "priority": 50 }, { @@ -59368,7 +59364,7 @@ } ], "block": "crafting_table", - "uuid": "3acd9548-ea1f-4772-bf82-1feca604d5a8", + "uuid": "ec0dd82e-7673-4dc1-8ac1-ec85d1708990", "priority": 50 }, { @@ -59395,7 +59391,7 @@ } ], "block": "crafting_table", - "uuid": "22d652d1-a52b-474e-ac2d-a85ef1151f88", + "uuid": "6a858ee1-4380-479c-939d-f7b6a75aa58d", "priority": 50 }, { @@ -59422,7 +59418,7 @@ } ], "block": "crafting_table", - "uuid": "ac19ae3c-deac-4c0c-baf5-b3c7eefee6b1", + "uuid": "31ac252d-43d7-491b-9241-5c4ed156e165", "priority": 50 }, { @@ -59449,7 +59445,7 @@ } ], "block": "crafting_table", - "uuid": "224d7173-5587-4bc5-8530-f994e87e74c4", + "uuid": "b8af2a5a-0f45-4a9a-8ff2-ff369a4701e0", "priority": 50 }, { @@ -59476,7 +59472,7 @@ } ], "block": "crafting_table", - "uuid": "7c96d010-5fb0-47be-86c9-cfd145a02d68", + "uuid": "d85d36b1-e5a4-4baf-b28e-b5e73b8b5996", "priority": 50 }, { @@ -59503,7 +59499,7 @@ } ], "block": "crafting_table", - "uuid": "3da731c3-889a-4f7d-b463-97ddced67506", + "uuid": "7b303cbc-e28b-4d72-9d7d-d837eaa4ffeb", "priority": 50 }, { @@ -59530,7 +59526,7 @@ } ], "block": "crafting_table", - "uuid": "b86735fd-c883-4bc8-9c66-8504a062a704", + "uuid": "bed5a042-08f1-4a12-9129-d322d323cb3c", "priority": 50 }, { @@ -59557,7 +59553,7 @@ } ], "block": "crafting_table", - "uuid": "4571577e-8108-4117-a4e9-ef497868ba0f", + "uuid": "996d75e2-c811-4270-a777-0d030a1c62fb", "priority": 50 }, { @@ -59584,7 +59580,7 @@ } ], "block": "crafting_table", - "uuid": "13394f1b-b874-4a32-8500-cb30d7c513a4", + "uuid": "64b76b1c-7003-412f-b278-a559b87064f6", "priority": 50 }, { @@ -59611,7 +59607,7 @@ } ], "block": "crafting_table", - "uuid": "cc3c2bce-6e3f-49b2-86df-da881607289c", + "uuid": "9d66e7fd-da39-4d2c-a936-4137c0762d61", "priority": 50 }, { @@ -59638,7 +59634,7 @@ } ], "block": "crafting_table", - "uuid": "f13df9b1-38f3-40bb-bf7a-585151b295ed", + "uuid": "9a818c79-a168-405a-9aba-d9842b839294", "priority": 50 }, { @@ -59665,7 +59661,7 @@ } ], "block": "crafting_table", - "uuid": "d7bf6d34-d25e-45e2-9ced-8accf2a5ed3c", + "uuid": "36a78f1b-ef3d-4fd3-8a11-06749256f8a8", "priority": 50 }, { @@ -59692,7 +59688,7 @@ } ], "block": "crafting_table", - "uuid": "0c1dafed-5612-4d08-95c6-6034e7b23529", + "uuid": "4e0d714e-df7d-41e6-934f-69fd9f108d5e", "priority": 50 }, { @@ -59719,7 +59715,7 @@ } ], "block": "crafting_table", - "uuid": "31e00dc6-86a5-496c-98e5-8acd606e8f2f", + "uuid": "099fe23f-3b9b-4839-a2d9-a7f1681d4206", "priority": 50 }, { @@ -59746,7 +59742,7 @@ } ], "block": "crafting_table", - "uuid": "2fd39a1b-904e-49f1-84b8-41772a0a01ac", + "uuid": "a7fc0333-5823-4062-9a84-1817d89bb691", "priority": 50 }, { @@ -59773,7 +59769,7 @@ } ], "block": "crafting_table", - "uuid": "ef03093c-ce83-4f0e-8ee3-ad5d3a5c3781", + "uuid": "cfcaa343-0c79-4f3b-9571-292350a200de", "priority": 50 }, { @@ -59800,7 +59796,7 @@ } ], "block": "crafting_table", - "uuid": "69594579-9f30-4105-8388-62ac260c5dfc", + "uuid": "83fd5577-25c8-44b0-822c-a4272aa6963b", "priority": 50 }, { @@ -59827,7 +59823,7 @@ } ], "block": "crafting_table", - "uuid": "e2a44b6f-dba8-47e7-8eec-e614dd7c1a38", + "uuid": "f19fd34d-b2d5-4c84-abbe-266dfe5f1332", "priority": 50 }, { @@ -59854,7 +59850,7 @@ } ], "block": "crafting_table", - "uuid": "fac3358b-7bb8-433c-ab61-6d33dde3042c", + "uuid": "8042c957-4596-43e6-ad7e-aaa77d032a08", "priority": 50 }, { @@ -59881,7 +59877,7 @@ } ], "block": "crafting_table", - "uuid": "c15551c0-2e70-47d7-82d4-b73fdaa25d67", + "uuid": "12b6ebd0-a0ca-47f8-b698-0786a60a77b4", "priority": 50 }, { @@ -59908,7 +59904,7 @@ } ], "block": "crafting_table", - "uuid": "aee06bc9-2c44-47de-80c7-43249c7a462e", + "uuid": "664ad44e-27e0-46c5-8dba-f534b8c0633c", "priority": 50 }, { @@ -59935,7 +59931,7 @@ } ], "block": "crafting_table", - "uuid": "e87b69cc-de1f-418b-9624-37734bded225", + "uuid": "ca8b620c-873b-473f-bef4-b26f78c795a7", "priority": 50 }, { @@ -59962,7 +59958,7 @@ } ], "block": "crafting_table", - "uuid": "4c1cfa8c-a0e1-4663-a8da-52e5f50ff24e", + "uuid": "2e9dc83a-f6e7-4ae6-9749-a3881a244581", "priority": 50 }, { @@ -59989,7 +59985,7 @@ } ], "block": "crafting_table", - "uuid": "cbd1ae9a-037b-4202-b697-e1a9570294aa", + "uuid": "af2c144a-931f-4526-ad85-63c4fd7f63e8", "priority": 50 }, { @@ -60016,7 +60012,7 @@ } ], "block": "crafting_table", - "uuid": "d5d70734-8fe2-4557-b365-e1cea20b3917", + "uuid": "3da6339d-4b7f-4c71-aab9-1a673bd664b6", "priority": 50 }, { @@ -60043,7 +60039,7 @@ } ], "block": "crafting_table", - "uuid": "2ecf10a1-a1ea-4921-b4b0-008b71d059ee", + "uuid": "1da0efaa-2618-4156-adb6-bc8d5d260d5f", "priority": 50 }, { @@ -60070,7 +60066,7 @@ } ], "block": "crafting_table", - "uuid": "79cb7e63-d74d-47db-bd1a-2a7e12833442", + "uuid": "00248feb-30b6-4dc5-843d-66ca92e8caf5", "priority": 50 }, { @@ -60097,7 +60093,7 @@ } ], "block": "crafting_table", - "uuid": "c739966c-a729-4965-961c-0a13662ff102", + "uuid": "1f1bef7d-e015-41b9-8e8b-805154bf6e1d", "priority": 50 }, { @@ -60124,7 +60120,7 @@ } ], "block": "crafting_table", - "uuid": "fa92bd1c-3c3f-49c9-9b9d-10d47cf330c7", + "uuid": "1aee086a-87b8-48c1-ad36-718e67a6261b", "priority": 50 }, { @@ -60151,7 +60147,7 @@ } ], "block": "crafting_table", - "uuid": "a01b0f47-d51b-4bb4-96fd-30f608b7ef1a", + "uuid": "a1e0083b-b512-421a-b427-19fe443c6f1c", "priority": 50 }, { @@ -60178,7 +60174,7 @@ } ], "block": "crafting_table", - "uuid": "2feb5b0e-3350-45ec-9af2-6183690cdab2", + "uuid": "7f4a7327-5af3-485b-9427-2d9eed0e2a45", "priority": 50 }, { @@ -60205,7 +60201,7 @@ } ], "block": "crafting_table", - "uuid": "d7d2f591-1be2-455c-992a-489c214546a3", + "uuid": "93d88aa0-ee72-4271-b037-30985d576ecc", "priority": 50 }, { @@ -60232,7 +60228,7 @@ } ], "block": "crafting_table", - "uuid": "c7333459-b75c-4234-8050-93a0824581cc", + "uuid": "2cd6dbce-dcd1-476b-b12f-dc62713ab068", "priority": 50 }, { @@ -60259,7 +60255,7 @@ } ], "block": "crafting_table", - "uuid": "fb0131f1-25f5-4918-9916-7b67b56e55ed", + "uuid": "7ae66f27-d7d1-40ac-8a36-3feff63a1c58", "priority": 50 }, { @@ -60286,7 +60282,7 @@ } ], "block": "crafting_table", - "uuid": "72ef3fcc-e42e-43e3-9785-850ee45e07fb", + "uuid": "6f965a66-4c1a-4c3d-abb6-f2cb5d0eda90", "priority": 50 }, { @@ -60313,7 +60309,7 @@ } ], "block": "crafting_table", - "uuid": "496e1e0b-21c8-40e1-8a6f-afb1215a7649", + "uuid": "54d45f42-519f-4a46-a5c9-1263b7d14fc7", "priority": 50 }, { @@ -60340,7 +60336,7 @@ } ], "block": "crafting_table", - "uuid": "4da2db73-f54c-48dc-ba03-8b635d84f4f5", + "uuid": "af6c9071-a31d-4a58-88bd-cb85ab8e5d3c", "priority": 50 }, { @@ -60367,7 +60363,7 @@ } ], "block": "crafting_table", - "uuid": "566bff75-e76c-4eb2-bcac-c9a903582b13", + "uuid": "d7f89d8d-2dec-46e5-a7f3-ca72fb87419c", "priority": 50 }, { @@ -60394,7 +60390,7 @@ } ], "block": "crafting_table", - "uuid": "a58a5f7a-cc97-44de-80c7-9bc93dea8190", + "uuid": "8112c282-416e-4614-be05-e3a7f6553c58", "priority": 50 }, { @@ -60421,7 +60417,7 @@ } ], "block": "crafting_table", - "uuid": "5c98a1ac-8742-4e67-aea8-a5a0a6758c94", + "uuid": "a1fc2e0d-d965-4234-ba81-fe78953770b0", "priority": 50 }, { @@ -60448,7 +60444,7 @@ } ], "block": "crafting_table", - "uuid": "6fc7dca6-eb1e-4f36-99e9-f91ddf1cdcea", + "uuid": "bf4c1fde-cec3-4d6c-9ebc-ceb93ed66f68", "priority": 50 }, { @@ -60475,7 +60471,7 @@ } ], "block": "crafting_table", - "uuid": "2985b7b7-0e49-4b78-b4b6-d3d96188a04d", + "uuid": "3dea39dd-65dc-43a3-8369-d14a32ad9853", "priority": 50 }, { @@ -60502,7 +60498,7 @@ } ], "block": "crafting_table", - "uuid": "38cbde6d-e879-4088-a480-e275a68c007c", + "uuid": "56844cf7-6a1c-41ce-bfe9-4aefd15f7f9f", "priority": 50 }, { @@ -60529,7 +60525,7 @@ } ], "block": "crafting_table", - "uuid": "37600b28-8f52-417f-9f6f-570eeace6e4e", + "uuid": "1147d09c-1839-4191-8096-ad9bba0109de", "priority": 50 }, { @@ -60556,7 +60552,7 @@ } ], "block": "crafting_table", - "uuid": "e4105b8d-ca9e-41b6-afd7-b920b983d009", + "uuid": "e145a615-c15c-45f6-bb4d-828db634abf0", "priority": 50 }, { @@ -60583,7 +60579,7 @@ } ], "block": "crafting_table", - "uuid": "c5fd19aa-72d9-45c7-a733-e6b69ceb7f9a", + "uuid": "dc77089c-61db-4430-9761-bc76f2280896", "priority": 50 }, { @@ -60610,7 +60606,7 @@ } ], "block": "crafting_table", - "uuid": "7ec9d8c0-b5bb-47c4-b714-e496e14e6dbf", + "uuid": "3942eb07-dd2f-459a-968d-37885776d8a5", "priority": 50 }, { @@ -60637,7 +60633,7 @@ } ], "block": "crafting_table", - "uuid": "d0415e6e-8c49-407a-8ea5-c0b2f818ee24", + "uuid": "7f822b36-8475-48ea-b569-344cea55db1c", "priority": 50 }, { @@ -60664,7 +60660,7 @@ } ], "block": "crafting_table", - "uuid": "cf950633-57b7-440d-b90e-9f9d67a7c9db", + "uuid": "a1f9fb9f-cafb-413e-b83c-a317a51646f3", "priority": 50 }, { @@ -60691,7 +60687,7 @@ } ], "block": "crafting_table", - "uuid": "6dea890f-2304-477a-9ec6-b0fe3ce95657", + "uuid": "149b538b-593d-431b-9010-07e227ae0b3b", "priority": 50 }, { @@ -60718,7 +60714,7 @@ } ], "block": "crafting_table", - "uuid": "0f437555-32f6-40a2-a8ed-8d9e83393b01", + "uuid": "eec027ba-b790-41df-a751-d424a6734dc4", "priority": 50 }, { @@ -60745,7 +60741,7 @@ } ], "block": "crafting_table", - "uuid": "3824f50f-f9a0-4e9f-b84e-9b38fed3d763", + "uuid": "708ac006-42d8-4a71-97d7-45ad60457c9e", "priority": 50 }, { @@ -60772,7 +60768,7 @@ } ], "block": "crafting_table", - "uuid": "e43a427f-d679-43ac-a72b-dcd493b47494", + "uuid": "2f11199d-5751-426d-959e-044d3247f215", "priority": 50 }, { @@ -60799,7 +60795,7 @@ } ], "block": "crafting_table", - "uuid": "0e365467-9730-4e71-b023-279c58867027", + "uuid": "b798906f-914d-4aeb-af80-580a1f32d292", "priority": 50 }, { @@ -60826,7 +60822,7 @@ } ], "block": "crafting_table", - "uuid": "633e4664-d67d-431e-b7e2-9d01d6d8415d", + "uuid": "dd185c57-d42e-4341-aa27-8ea404c4c861", "priority": 50 }, { @@ -60853,7 +60849,7 @@ } ], "block": "crafting_table", - "uuid": "8bf7fd9d-845b-46ee-92e3-d31d56713717", + "uuid": "d9ed1aa5-d598-4c47-8d23-52dd02c57fbc", "priority": 50 }, { @@ -60880,7 +60876,7 @@ } ], "block": "crafting_table", - "uuid": "10a350e9-e7a3-432c-9216-25e906441ea8", + "uuid": "cdd8ef52-2fea-46df-b2cf-7586983a1d51", "priority": 50 }, { @@ -60907,7 +60903,7 @@ } ], "block": "crafting_table", - "uuid": "eb2b74ea-8faa-44f3-b869-bc9c9ea475b6", + "uuid": "1fae8f41-2a6a-44ea-b6b9-9bf3cbd0396b", "priority": 50 }, { @@ -60934,7 +60930,7 @@ } ], "block": "crafting_table", - "uuid": "1f5e24a3-315d-42ee-8dda-1797a048ea36", + "uuid": "ae04255d-acb8-4125-8494-7bc725ee9f87", "priority": 50 }, { @@ -60961,7 +60957,7 @@ } ], "block": "crafting_table", - "uuid": "b1ca0a74-5292-4428-a54b-5e8d503f09cd", + "uuid": "273f0cd8-c317-43c5-9f82-6ec17949b241", "priority": 50 }, { @@ -60988,7 +60984,7 @@ } ], "block": "crafting_table", - "uuid": "8a69b7ad-b20a-4e58-a9f5-8cee3f826707", + "uuid": "2c26a3a6-5036-453b-bc04-70749e57f316", "priority": 50 }, { @@ -61015,7 +61011,7 @@ } ], "block": "crafting_table", - "uuid": "6968d0fb-0f60-4d05-93dd-7ee78e28ed48", + "uuid": "072acdbd-adc1-4798-94e5-5de92e54ad87", "priority": 50 }, { @@ -61042,7 +61038,7 @@ } ], "block": "crafting_table", - "uuid": "7a693fa6-1726-4c77-b721-0fb8165d619b", + "uuid": "b4bbe21e-b914-4255-b8b3-9db99b7905d0", "priority": 50 }, { @@ -61069,7 +61065,7 @@ } ], "block": "crafting_table", - "uuid": "4c34e977-46db-4d0e-904c-56ee1756f4bb", + "uuid": "62d5df5e-4865-4a8f-8f95-91d2b009b66d", "priority": 50 }, { @@ -61096,7 +61092,7 @@ } ], "block": "crafting_table", - "uuid": "8e5c98e7-e757-4a17-9ab6-9c24999cffb4", + "uuid": "9af6f38f-ab74-40d4-9b7d-1e7a6c25d342", "priority": 50 }, { @@ -61123,7 +61119,7 @@ } ], "block": "crafting_table", - "uuid": "0bafcd46-f682-4b20-9001-db37874a61c2", + "uuid": "54a3e6e6-84d0-4593-a7ed-2ad62a3964fd", "priority": 50 }, { @@ -61150,7 +61146,7 @@ } ], "block": "crafting_table", - "uuid": "3c8aeb3b-1dd1-4c7f-847b-bb5dd55f9e75", + "uuid": "fb5a888a-4bb4-4c11-a771-d2199addfb2a", "priority": 50 }, { @@ -61177,7 +61173,7 @@ } ], "block": "crafting_table", - "uuid": "92e67814-cbc4-4cfa-a2b2-2bb889734b29", + "uuid": "d87ce931-0c92-4526-b2b3-ce292d5c4e17", "priority": 50 }, { @@ -61204,7 +61200,7 @@ } ], "block": "crafting_table", - "uuid": "aac9b68d-5023-407a-ac7b-65f1e3399e8b", + "uuid": "68b75adc-9b04-4713-b5e0-9bc300376c78", "priority": 50 }, { @@ -61231,7 +61227,7 @@ } ], "block": "crafting_table", - "uuid": "f04313c0-413f-40c5-907f-5ffe919c6024", + "uuid": "bb193aea-f43b-45f8-94c7-e262882891ec", "priority": 50 }, { @@ -61258,7 +61254,7 @@ } ], "block": "crafting_table", - "uuid": "8219913c-1056-44eb-b301-541e478009cc", + "uuid": "cd724e50-50ba-46c1-991a-fbcfe23cc3f5", "priority": 50 }, { @@ -61285,7 +61281,7 @@ } ], "block": "crafting_table", - "uuid": "b69b141b-d475-45e8-85ef-40e3022a310b", + "uuid": "d2106349-638e-4298-8cf4-e4bab0c487af", "priority": 50 }, { @@ -61312,7 +61308,7 @@ } ], "block": "crafting_table", - "uuid": "8012a8ff-7ed3-4d79-bdd3-85fd539a6e1e", + "uuid": "083efe44-b36b-425b-b0ef-df42fd226ff9", "priority": 50 }, { @@ -61339,7 +61335,7 @@ } ], "block": "crafting_table", - "uuid": "3c4f22e4-60aa-494c-a8cd-d37d57e657f1", + "uuid": "7a5c9166-1c6c-4119-a4ab-5ce4a27981c2", "priority": 50 }, { @@ -61366,7 +61362,7 @@ } ], "block": "crafting_table", - "uuid": "0b2d0111-9a02-4ab7-a7a6-82b4bc5a63db", + "uuid": "b8843061-fe1c-4650-bf6f-55e27cc4a7d3", "priority": 50 }, { @@ -61393,7 +61389,7 @@ } ], "block": "crafting_table", - "uuid": "b7652d98-83ad-4fc2-bd4f-f2c45a360185", + "uuid": "5d9ad616-09ac-48de-94d1-a0e9dfb152f0", "priority": 50 }, { @@ -61420,7 +61416,7 @@ } ], "block": "crafting_table", - "uuid": "1310f1eb-b2f1-4f2f-a206-795062743fed", + "uuid": "bf71c04d-bd02-455e-904b-ac2f2b9ff625", "priority": 50 }, { @@ -61447,7 +61443,7 @@ } ], "block": "crafting_table", - "uuid": "1d7eee11-0ea2-4533-b4ff-6735d63a6840", + "uuid": "e2f6de6f-b0ce-4937-af2a-ac598efcc76e", "priority": 50 }, { @@ -61474,7 +61470,7 @@ } ], "block": "crafting_table", - "uuid": "e832b39e-47db-43ec-9032-f4d86106ec5f", + "uuid": "1b311268-145a-4cb4-8710-84daed90fb29", "priority": 50 }, { @@ -61501,7 +61497,7 @@ } ], "block": "crafting_table", - "uuid": "b47fba83-25cf-483c-8446-f20015f7eae7", + "uuid": "43a401ce-908b-4ff7-9eba-fbb0b840d18c", "priority": 50 }, { @@ -61528,7 +61524,7 @@ } ], "block": "crafting_table", - "uuid": "7c1ad0c5-4bd8-4eae-bfb9-b62158da7bdd", + "uuid": "3cf9b1a0-115a-4fc6-bc90-c05ca78acfc6", "priority": 50 }, { @@ -61555,7 +61551,7 @@ } ], "block": "crafting_table", - "uuid": "0cbaab8e-7975-49ac-bd77-d0b8a01450a2", + "uuid": "a02203c9-ec62-49c1-ac64-169bdf6ee4a5", "priority": 50 }, { @@ -61582,7 +61578,7 @@ } ], "block": "crafting_table", - "uuid": "239dad7d-22a7-453a-8633-fe3df3aff092", + "uuid": "2394f6d1-4ca0-4a9f-9193-8c8b9fda8056", "priority": 50 }, { @@ -61609,7 +61605,7 @@ } ], "block": "crafting_table", - "uuid": "b9d3eb8c-bd8b-487a-81dd-c0ab06d8feaf", + "uuid": "515b670f-611d-4db1-be8c-bd8c83b3526f", "priority": 50 }, { @@ -61636,7 +61632,7 @@ } ], "block": "crafting_table", - "uuid": "24ec6971-87b8-45b6-933e-30e8e18c2c48", + "uuid": "a900718e-94d1-4a77-b4b0-0e398b69b541", "priority": 50 }, { @@ -61663,7 +61659,7 @@ } ], "block": "crafting_table", - "uuid": "54480483-a0ab-445b-b2f0-943cd41edbfe", + "uuid": "ac015455-87b5-4196-809a-eb2b887f3d35", "priority": 50 }, { @@ -61690,7 +61686,7 @@ } ], "block": "crafting_table", - "uuid": "f7e7ec8f-c027-4c1e-9668-7fba64e1871f", + "uuid": "d04f23be-1c88-4755-ac0a-5153befe64b6", "priority": 50 }, { @@ -61717,7 +61713,7 @@ } ], "block": "crafting_table", - "uuid": "12e0a17a-f4e8-4b88-a14c-4fbd44000f35", + "uuid": "8508e87c-7011-4249-a536-3bb8af4e7811", "priority": 50 }, { @@ -61744,7 +61740,7 @@ } ], "block": "crafting_table", - "uuid": "9631621d-d386-4ee4-b775-b829f3b950c6", + "uuid": "e97df3c0-1a33-4c82-a43b-eb2ba3aeb434", "priority": 50 }, { @@ -61771,7 +61767,7 @@ } ], "block": "crafting_table", - "uuid": "393f45a7-03a6-4b44-8893-688585817b12", + "uuid": "7d1d39fa-fa1c-40fe-a450-eba5d133204f", "priority": 50 }, { @@ -61798,7 +61794,7 @@ } ], "block": "crafting_table", - "uuid": "53886d83-8944-458b-a968-24fb223e55a8", + "uuid": "b2bc5208-df55-4c79-8b67-839c4aad3f60", "priority": 50 }, { @@ -61825,7 +61821,7 @@ } ], "block": "crafting_table", - "uuid": "cbf42068-2745-4913-a122-b5643fc9cd91", + "uuid": "e4ede99e-5137-440e-a05e-f097e65124be", "priority": 50 }, { @@ -61852,7 +61848,7 @@ } ], "block": "crafting_table", - "uuid": "5af8dcfb-bd54-4dc9-b1c2-5a3f1dbe8061", + "uuid": "a13c6547-77e3-49f5-b319-9cb604160b49", "priority": 50 }, { @@ -61879,7 +61875,7 @@ } ], "block": "crafting_table", - "uuid": "6ba83454-269b-41ac-b868-6ae834fb48f6", + "uuid": "22ceab54-4e01-479b-a68b-0c5a2b6bd43d", "priority": 50 }, { @@ -61906,7 +61902,7 @@ } ], "block": "crafting_table", - "uuid": "7335b16e-1bf1-4213-a81a-8e0608d050f3", + "uuid": "67777c9f-fac3-4517-b961-b6667daa4d9f", "priority": 50 }, { @@ -61933,7 +61929,7 @@ } ], "block": "crafting_table", - "uuid": "0b842274-0b67-47d1-af32-2672233e49b6", + "uuid": "9ab73172-6f50-450a-b0c9-76999900cfcf", "priority": 50 }, { @@ -61960,7 +61956,7 @@ } ], "block": "crafting_table", - "uuid": "c8b62ebf-7895-42f2-b4ce-7f4036a546eb", + "uuid": "8878f932-bc0c-4279-937d-3de57e38a113", "priority": 50 }, { @@ -61987,7 +61983,7 @@ } ], "block": "crafting_table", - "uuid": "2d432d54-f745-45d8-ae85-075023202d24", + "uuid": "36d749b7-18cc-4bf4-a131-378daf63006c", "priority": 50 }, { @@ -62014,7 +62010,7 @@ } ], "block": "crafting_table", - "uuid": "d09f548a-00d7-47fd-b835-9b2763c4a10e", + "uuid": "3961e8d0-4df9-4a8b-adc4-589b371eac59", "priority": 50 }, { @@ -62041,7 +62037,7 @@ } ], "block": "crafting_table", - "uuid": "a849283f-5556-46ec-8fe2-2a3cf7face2c", + "uuid": "08b2483f-4feb-44d4-8c4d-5b8350365a32", "priority": 50 }, { @@ -62068,7 +62064,7 @@ } ], "block": "crafting_table", - "uuid": "e2d4da6d-6ab6-4a3c-80c7-d5667ac02eb5", + "uuid": "a87790dc-ab2b-4c1b-9292-80c2c3c3830f", "priority": 50 }, { @@ -62095,7 +62091,7 @@ } ], "block": "crafting_table", - "uuid": "792c5b92-8ad1-4197-ba75-a1e0be554317", + "uuid": "e8750041-364b-4326-a223-5b17484e54e1", "priority": 50 }, { @@ -62122,7 +62118,7 @@ } ], "block": "crafting_table", - "uuid": "986863ae-c8e7-41ce-9263-73ffb01e7e23", + "uuid": "6503598b-d11e-43ca-880f-d744986a63e5", "priority": 50 }, { @@ -62149,7 +62145,7 @@ } ], "block": "crafting_table", - "uuid": "7d5eec3b-982a-411a-88ae-906fd87601de", + "uuid": "90e961b4-0053-48aa-b40a-bc1a670bb177", "priority": 50 }, { @@ -62176,7 +62172,7 @@ } ], "block": "crafting_table", - "uuid": "3abe8bc3-9004-43d5-b0cb-6a7cb7253e05", + "uuid": "f231623e-4ad9-4dbf-80d1-53fd67c4f22d", "priority": 50 }, { @@ -62203,7 +62199,7 @@ } ], "block": "crafting_table", - "uuid": "440723f1-c733-43d1-9a31-f58944d13f22", + "uuid": "129fcffc-8bf3-4b95-86c4-5c3cbcb3fc70", "priority": 50 }, { @@ -62230,7 +62226,7 @@ } ], "block": "crafting_table", - "uuid": "e7732435-3415-4cfa-8d16-e57f97e2de66", + "uuid": "e3f0faa6-3f2e-47dc-b851-56faa0ee69ab", "priority": 50 }, { @@ -62257,7 +62253,7 @@ } ], "block": "crafting_table", - "uuid": "b109e885-3b54-49a1-812c-c6fae618e396", + "uuid": "a901cf71-6d8c-4da7-b4ff-41d4a4e023c2", "priority": 50 }, { @@ -62284,7 +62280,7 @@ } ], "block": "crafting_table", - "uuid": "2f52298e-b6e2-47f5-b0b6-deeb4663b382", + "uuid": "1fa6e24f-7e1b-4ffd-824e-8dd6e800b489", "priority": 50 }, { @@ -62311,7 +62307,7 @@ } ], "block": "crafting_table", - "uuid": "e2100626-a4fe-421a-81f4-a34057cce968", + "uuid": "58b40deb-242f-474d-8ba1-89f2a72360b5", "priority": 50 }, { @@ -62338,7 +62334,7 @@ } ], "block": "crafting_table", - "uuid": "3f9945d9-0392-47e4-b1d0-0ef23e1f58bb", + "uuid": "d4c6ce89-166a-4eb9-ba83-b3a14f05afb7", "priority": 50 }, { @@ -62365,7 +62361,7 @@ } ], "block": "crafting_table", - "uuid": "f7a29da1-8c88-47c5-acdc-4cea563e6244", + "uuid": "4ec28bff-40d1-42cf-bcbd-6ef94d7eeb23", "priority": 50 }, { @@ -62392,7 +62388,7 @@ } ], "block": "crafting_table", - "uuid": "0b477e35-22cd-49ed-8390-79c4a1f7e639", + "uuid": "5c2a2034-4b36-4225-860b-1d1a3d6a7270", "priority": 50 }, { @@ -62419,7 +62415,7 @@ } ], "block": "crafting_table", - "uuid": "81e8be92-859b-4862-beba-27e82d33d5a3", + "uuid": "2b76561f-4250-4223-a7f4-6a4e55500a37", "priority": 50 }, { @@ -62446,7 +62442,7 @@ } ], "block": "crafting_table", - "uuid": "54153903-0d9b-4e32-a429-ad9360ee00cc", + "uuid": "58d09a01-4d93-4599-a702-c64b3a0cb791", "priority": 50 }, { @@ -62473,7 +62469,7 @@ } ], "block": "crafting_table", - "uuid": "0e089b35-774b-4b34-bb98-a58c0a87fc5d", + "uuid": "ab0a2739-c3e4-4af1-b0c4-730e3c8f8706", "priority": 50 }, { @@ -62500,7 +62496,7 @@ } ], "block": "crafting_table", - "uuid": "9b7f0dd8-e421-4ee6-a446-585810d5fecf", + "uuid": "636a223d-5962-4888-9f23-0bfef8dd7238", "priority": 50 }, { @@ -62527,7 +62523,7 @@ } ], "block": "crafting_table", - "uuid": "3bbe11c0-f8a4-492e-8712-a7806da050a5", + "uuid": "2c345645-5027-4067-9cd3-54b9f2f95a26", "priority": 50 }, { @@ -62554,7 +62550,7 @@ } ], "block": "crafting_table", - "uuid": "c1524109-ea37-449f-bfd1-0067cb54bb3f", + "uuid": "034b98cb-cf58-4b67-930b-0c40b67a3271", "priority": 50 }, { @@ -62581,7 +62577,7 @@ } ], "block": "crafting_table", - "uuid": "9d3694a5-8db0-4283-a3ba-970e9b49651e", + "uuid": "20e17f5e-bf4a-481c-99d9-476e32b6c03c", "priority": 50 }, { @@ -62608,7 +62604,7 @@ } ], "block": "crafting_table", - "uuid": "661ec4e1-88e1-43b8-a786-44cf7b1c7225", + "uuid": "54ddaeda-f89f-4ca7-92c7-f3ce3873b193", "priority": 50 }, { @@ -62635,7 +62631,7 @@ } ], "block": "crafting_table", - "uuid": "f17fa7f5-3e8b-44c2-977e-bc9c2daafb41", + "uuid": "bb1823fe-bb28-451f-ae70-7e2fe3f2431b", "priority": 50 }, { @@ -62662,7 +62658,7 @@ } ], "block": "crafting_table", - "uuid": "974f005f-cff4-4730-aecc-a2873c8ed23d", + "uuid": "b0cdfbca-ce2c-4082-9cc3-4f322b9b93f3", "priority": 50 }, { @@ -62689,7 +62685,7 @@ } ], "block": "crafting_table", - "uuid": "80fe9b3b-0fa0-432f-9736-7ca65c2ec740", + "uuid": "84f5f46c-7b60-4a09-b5d5-a98d2619fd27", "priority": 50 }, { @@ -62716,7 +62712,7 @@ } ], "block": "crafting_table", - "uuid": "1c29e7c8-1e5a-48df-a504-a80f8f70cf2d", + "uuid": "f8b845a8-5de9-4650-b0ad-06a7b7570427", "priority": 50 }, { @@ -62743,7 +62739,7 @@ } ], "block": "crafting_table", - "uuid": "19943072-a516-424f-814f-a3a82fabed35", + "uuid": "d6eb0877-e0d2-4560-b111-f84465606d49", "priority": 50 }, { @@ -62770,7 +62766,7 @@ } ], "block": "crafting_table", - "uuid": "23131c1f-4d03-4456-8432-18dfbf6a4284", + "uuid": "a48e04d9-1bf4-45dd-86a3-11368dc9932c", "priority": 50 }, { @@ -62797,7 +62793,7 @@ } ], "block": "crafting_table", - "uuid": "aad670da-17bb-494a-837c-1508b1d36e98", + "uuid": "8178bd17-9caf-41ad-8da9-ce038fc66d6c", "priority": 50 }, { @@ -62824,7 +62820,7 @@ } ], "block": "crafting_table", - "uuid": "0efdb398-701a-43e2-a333-aadcccbdb839", + "uuid": "a2b4ff4a-fd56-4859-9caf-dcd995b9bd7b", "priority": 50 }, { @@ -62851,7 +62847,7 @@ } ], "block": "crafting_table", - "uuid": "14acd367-be14-43a5-9bc6-0bf1e5ad4250", + "uuid": "4c2294ca-7a12-49eb-92b7-dac699f9e980", "priority": 50 }, { @@ -62878,7 +62874,7 @@ } ], "block": "crafting_table", - "uuid": "fe375fdd-73ca-434f-a21f-61f4b53bcc65", + "uuid": "51aaeb96-27b4-4cce-8ade-dc995ea4fcd6", "priority": 50 }, { @@ -62905,7 +62901,7 @@ } ], "block": "crafting_table", - "uuid": "598afd8b-0134-46dd-99dc-98dc0b333cc1", + "uuid": "1df244ce-97c2-4947-8185-12d3b40ab1ae", "priority": 50 }, { @@ -62932,7 +62928,7 @@ } ], "block": "crafting_table", - "uuid": "058a9893-56de-408f-958d-efada6df9cc1", + "uuid": "21fe22c9-f7c6-43c5-ae1d-c158152bc922", "priority": 50 }, { @@ -62959,7 +62955,7 @@ } ], "block": "crafting_table", - "uuid": "d342a8bc-7a1c-4227-b93c-f7dadb1582d5", + "uuid": "0dfd05f0-12ee-4947-8eea-66eaafb2093c", "priority": 50 }, { @@ -62986,7 +62982,7 @@ } ], "block": "crafting_table", - "uuid": "39cb9c2a-dc34-4aa7-b36c-0365d001d0f2", + "uuid": "c13ab83f-daf6-404a-bdbb-776abfa48d0b", "priority": 50 }, { @@ -63013,7 +63009,7 @@ } ], "block": "crafting_table", - "uuid": "38186c83-18f6-4188-80aa-e06e89145581", + "uuid": "77d5f3fd-b117-4985-9d59-c08d450132fc", "priority": 50 }, { @@ -63040,7 +63036,7 @@ } ], "block": "crafting_table", - "uuid": "4eb8fac3-c942-45a8-aea8-70134e03c1dc", + "uuid": "c5ab1bc9-c32a-4164-ae63-851dc6160a4a", "priority": 50 }, { @@ -63067,7 +63063,7 @@ } ], "block": "crafting_table", - "uuid": "dde96b4d-ecc0-4d80-897c-835cf2f98519", + "uuid": "758cc4ee-845f-4209-b267-b0c1c586333c", "priority": 50 }, { @@ -63094,7 +63090,7 @@ } ], "block": "crafting_table", - "uuid": "a0c10f3b-f2da-4741-89e9-e813876ec278", + "uuid": "0b71f305-4ed4-4dc3-ac21-b436f99dab48", "priority": 50 }, { @@ -63121,7 +63117,7 @@ } ], "block": "crafting_table", - "uuid": "6966e76d-e37e-413e-a454-f36877e7b1d2", + "uuid": "18b362b8-37d3-4d82-ab89-0fa7bc1bc7a4", "priority": 50 }, { @@ -63148,7 +63144,7 @@ } ], "block": "crafting_table", - "uuid": "5d0e3f9a-427e-453f-bc73-9bbf8eed10e6", + "uuid": "b8e671d1-d582-4b96-bb01-8689cbeb4bdf", "priority": 50 }, { @@ -63175,7 +63171,7 @@ } ], "block": "crafting_table", - "uuid": "5c096640-0f5f-4af5-b734-c9d9855387ba", + "uuid": "11a037ae-9363-49f4-81fd-1435c2c52fff", "priority": 50 }, { @@ -63202,7 +63198,7 @@ } ], "block": "crafting_table", - "uuid": "9c2b775e-b3c9-45d7-bc14-3f7e52aa1888", + "uuid": "8528c013-c426-4e34-baa7-6b5a4db68d2b", "priority": 50 }, { @@ -63229,7 +63225,7 @@ } ], "block": "crafting_table", - "uuid": "771de6b9-b694-4861-b4f8-f85faa91f45f", + "uuid": "0e358d6b-798c-413c-93d6-f1ef076f9a01", "priority": 50 }, { @@ -63256,7 +63252,7 @@ } ], "block": "crafting_table", - "uuid": "c0d7b8b5-2f5d-4958-9329-30da46eb632a", + "uuid": "d5f0a37e-7f9c-48a9-a4e9-59cc3c63c3ad", "priority": 50 }, { @@ -63283,7 +63279,7 @@ } ], "block": "crafting_table", - "uuid": "f1dea1ba-66a6-4606-b0f3-ffe70e2f8984", + "uuid": "2c576456-3acf-4ddb-8f90-38fc7537cf74", "priority": 50 }, { @@ -63310,7 +63306,7 @@ } ], "block": "crafting_table", - "uuid": "f56f0796-f69d-4b81-857e-a864889b9844", + "uuid": "ce1fe203-9189-49ce-bfe9-35866b9c288e", "priority": 50 }, { @@ -63337,7 +63333,7 @@ } ], "block": "crafting_table", - "uuid": "b3c0e50c-b104-4b88-9b46-5c363fad66b2", + "uuid": "b408e0f6-4a11-489f-a2b7-451768b99ffe", "priority": 50 }, { @@ -63364,7 +63360,7 @@ } ], "block": "crafting_table", - "uuid": "8630aa21-c0d4-48b5-80b3-75d584fc3bf1", + "uuid": "fa672e79-1632-48ce-a90a-745cb1939806", "priority": 50 }, { @@ -63391,7 +63387,7 @@ } ], "block": "crafting_table", - "uuid": "a5606cf7-8251-4c7b-8477-5aba4339a056", + "uuid": "51d81c5b-7228-436a-9727-ec3215ece96a", "priority": 50 }, { @@ -63418,7 +63414,7 @@ } ], "block": "crafting_table", - "uuid": "e675ec2b-986e-4dd1-8e82-5e59145cdbb7", + "uuid": "ab5474fb-7c65-4a97-bc6c-c49b44290d7a", "priority": 50 }, { @@ -63445,7 +63441,7 @@ } ], "block": "crafting_table", - "uuid": "1140f28f-055c-4dde-9861-e282d74c3002", + "uuid": "f8fe6eb2-52e3-4e1b-9a5d-037f4017c175", "priority": 50 }, { @@ -63472,7 +63468,7 @@ } ], "block": "crafting_table", - "uuid": "e54c1530-a7a6-4570-9052-d78528671915", + "uuid": "567d3fe6-53c3-4ed6-adda-4390bebe0550", "priority": 50 }, { @@ -63499,7 +63495,7 @@ } ], "block": "crafting_table", - "uuid": "7d0b99a8-6ecd-484e-a838-e1d46cc7943c", + "uuid": "1f0c321d-9b55-4cc0-b99e-f6c5f6457f0b", "priority": 50 }, { @@ -63526,7 +63522,7 @@ } ], "block": "crafting_table", - "uuid": "fa6f19fa-2ba7-470b-88a6-c81b3efc4d27", + "uuid": "d2cb0061-f12f-4138-b7e5-92fcc5bd633c", "priority": 50 }, { @@ -63553,7 +63549,7 @@ } ], "block": "crafting_table", - "uuid": "f7b5ed37-5ec4-4a74-9d35-e78a49beb551", + "uuid": "77484168-2a2c-4ddb-8b10-286d2c0ec63b", "priority": 50 }, { @@ -63580,7 +63576,7 @@ } ], "block": "crafting_table", - "uuid": "4fe6ff63-8059-44d4-9e7b-077248b5ff81", + "uuid": "b237d3b1-5836-4f98-b5b3-3629da4896a3", "priority": 50 }, { @@ -63607,7 +63603,7 @@ } ], "block": "crafting_table", - "uuid": "cbf1d6e0-55f1-483d-b89e-de44d0858daa", + "uuid": "0651f3af-a3cd-4ee0-ba5f-544205766b16", "priority": 50 }, { @@ -63634,7 +63630,7 @@ } ], "block": "crafting_table", - "uuid": "b39d462e-68ba-4e1b-aa17-75888aafc9cd", + "uuid": "2dfcce54-14ff-4282-9c72-7c7030b09398", "priority": 50 }, { @@ -63661,7 +63657,7 @@ } ], "block": "crafting_table", - "uuid": "8fb02663-a288-4cee-9ceb-4186d66efd40", + "uuid": "bb1e85fe-3a00-452b-a1ae-5f7e40cbe0a1", "priority": 50 }, { @@ -63688,7 +63684,7 @@ } ], "block": "crafting_table", - "uuid": "8d0a8428-f50e-4fbc-bf46-47586855ae78", + "uuid": "5082e0d5-e46e-49e5-b430-a0ae552afe86", "priority": 50 }, { @@ -63715,7 +63711,7 @@ } ], "block": "crafting_table", - "uuid": "5bc6e048-abfa-4154-afcc-914f5148137c", + "uuid": "5fb89618-6399-4c1f-96a9-37a0a01e893f", "priority": 50 }, { @@ -63742,7 +63738,7 @@ } ], "block": "crafting_table", - "uuid": "adf3a6dc-b739-4c68-ba0b-6c4acae5f98a", + "uuid": "dd37084d-9795-4a60-829c-eb8d027aebf9", "priority": 50 }, { @@ -63769,7 +63765,7 @@ } ], "block": "crafting_table", - "uuid": "25d412ed-3d55-43ba-9ff1-cc25548aa382", + "uuid": "179d4be9-9048-43f6-ab76-29156b8c9c8c", "priority": 50 }, { @@ -63796,7 +63792,7 @@ } ], "block": "crafting_table", - "uuid": "4f4788b6-a0ab-4993-b091-9c5e97dc9e31", + "uuid": "64e1f278-fbca-4383-bccd-1bc626064b5a", "priority": 50 }, { @@ -63823,7 +63819,7 @@ } ], "block": "crafting_table", - "uuid": "6d884e87-1a31-4117-8e4d-550ae27f890f", + "uuid": "31d420a6-b0a7-4669-abe4-0841fd60ac56", "priority": 50 }, { @@ -63850,7 +63846,7 @@ } ], "block": "crafting_table", - "uuid": "dce47456-7cb4-4a80-a0b3-f3b7ba7cc566", + "uuid": "8f391c7f-22e5-42c3-ae67-8e626eb16203", "priority": 50 }, { @@ -63877,7 +63873,7 @@ } ], "block": "crafting_table", - "uuid": "1c387019-de82-4df7-91e6-f25ed9926b26", + "uuid": "faaf0562-fceb-4f05-bae7-987d626d1846", "priority": 50 }, { @@ -63904,7 +63900,7 @@ } ], "block": "crafting_table", - "uuid": "babb8f8d-8f19-4663-a2ed-5cf6ef335e6f", + "uuid": "0661fc33-0912-43af-a60b-5cf9ee426454", "priority": 50 }, { @@ -63931,7 +63927,7 @@ } ], "block": "crafting_table", - "uuid": "ce497756-d2cb-4328-ac54-503e8316dbf3", + "uuid": "546089cd-39cf-4e8e-948a-a1c1790f9386", "priority": 50 }, { @@ -63958,7 +63954,7 @@ } ], "block": "crafting_table", - "uuid": "7885be4d-c6e4-433e-b2b2-6ea12ada1b03", + "uuid": "f153b385-54bf-400c-acd8-fe5e2d0f2df6", "priority": 50 }, { @@ -63985,7 +63981,7 @@ } ], "block": "crafting_table", - "uuid": "12a15cc7-0ae2-4030-a9c6-410687e6765a", + "uuid": "f9702f5b-dd51-438b-872a-4b7fde5a3796", "priority": 50 }, { @@ -64012,7 +64008,7 @@ } ], "block": "crafting_table", - "uuid": "5be3dc27-11a7-4c50-86ac-f79e091c222e", + "uuid": "ef40adbb-2243-474f-a784-439824e3596b", "priority": 50 }, { @@ -64039,7 +64035,7 @@ } ], "block": "crafting_table", - "uuid": "fb8a74e7-5a79-43d2-a13b-b06c661474c8", + "uuid": "317a6b7e-f1ae-45f8-ba93-012dde00bd19", "priority": 50 }, { @@ -64066,7 +64062,7 @@ } ], "block": "crafting_table", - "uuid": "d76ef423-922a-4665-afc7-fb8cbcc3d510", + "uuid": "0dafcc01-cd11-4f29-8c1d-bf07d27090fb", "priority": 50 }, { @@ -64093,7 +64089,7 @@ } ], "block": "crafting_table", - "uuid": "3b3473c2-7eaa-452e-8669-d8e6d12e5491", + "uuid": "28c6f43b-cfa2-4e6d-b894-d2f6ab0025fd", "priority": 50 }, { @@ -64120,7 +64116,7 @@ } ], "block": "crafting_table", - "uuid": "3232212d-4d0c-4f17-8c72-346d63bec47f", + "uuid": "86713411-f94e-4d68-b347-ca847a494117", "priority": 50 }, { @@ -64147,7 +64143,7 @@ } ], "block": "crafting_table", - "uuid": "d624b0b6-9bee-48b7-a890-722ee2d1769e", + "uuid": "e57ae229-021b-407f-b1c8-e58ff8b05d9f", "priority": 50 }, { @@ -64174,7 +64170,7 @@ } ], "block": "crafting_table", - "uuid": "fd61ff06-318d-4075-9b7d-fc9de2bc0a72", + "uuid": "d3f1d292-1bf7-4d05-8ed0-70a085da5b14", "priority": 50 }, { @@ -64201,7 +64197,7 @@ } ], "block": "crafting_table", - "uuid": "42342d62-337d-4889-bbcb-4fa2975ae7b4", + "uuid": "e9c68199-b177-4edc-91fb-013c2f031990", "priority": 50 }, { @@ -64228,7 +64224,7 @@ } ], "block": "crafting_table", - "uuid": "f3743709-73a6-44a6-a56c-2bd054be866a", + "uuid": "8ccca592-055d-4753-b1ba-d967194e70f3", "priority": 50 }, { @@ -64255,7 +64251,7 @@ } ], "block": "crafting_table", - "uuid": "8ddad86b-b3f7-4f4b-89da-644de18fa547", + "uuid": "08232374-5d3b-4259-b537-21348a332ba6", "priority": 50 }, { @@ -64282,7 +64278,7 @@ } ], "block": "crafting_table", - "uuid": "6dbd21d0-aab4-42fa-846a-34df360d716c", + "uuid": "13c0e27d-c25a-4ab3-a9c5-5abf523a3bea", "priority": 50 }, { @@ -64309,7 +64305,7 @@ } ], "block": "crafting_table", - "uuid": "9c529189-d397-4341-99c6-2dee920cb915", + "uuid": "7dd45303-267d-446d-9b14-8adfb307ac90", "priority": 50 }, { @@ -64336,7 +64332,7 @@ } ], "block": "crafting_table", - "uuid": "d34ba7e9-4b92-4cfa-adb6-4e47b5524379", + "uuid": "f9871d40-8271-4750-acb7-c88eddd02bb5", "priority": 50 }, { @@ -64363,7 +64359,7 @@ } ], "block": "crafting_table", - "uuid": "fb1edbc9-7d82-4721-a34c-a1a70b2f8d4f", + "uuid": "ac88ebb5-d2e8-4fe6-8464-134c6cc93519", "priority": 50 }, { @@ -64390,7 +64386,7 @@ } ], "block": "crafting_table", - "uuid": "b523f0b4-5760-45c2-b61a-edafdc8d369a", + "uuid": "55ce8a20-846e-4cd8-b730-6c5f60b1a253", "priority": 50 }, { @@ -64417,7 +64413,7 @@ } ], "block": "crafting_table", - "uuid": "2a0b29bf-5666-4ffc-a3f4-cd7814836b47", + "uuid": "c6d4f501-2347-4d4d-b2e4-465fca7cb09e", "priority": 50 }, { @@ -64444,7 +64440,7 @@ } ], "block": "crafting_table", - "uuid": "33b5558b-6361-4d30-9dfb-36d1211affdd", + "uuid": "2ce30e5c-1f2d-4830-95b5-8bf4a4175b9b", "priority": 50 }, { @@ -64471,7 +64467,7 @@ } ], "block": "crafting_table", - "uuid": "23c4a59b-d0e6-4153-a232-46b3514079f5", + "uuid": "de923fb4-c37d-4ab4-ba25-a970094b97ae", "priority": 50 }, { @@ -64498,7 +64494,7 @@ } ], "block": "crafting_table", - "uuid": "00f337eb-a776-4365-afbe-f88c13d41a4c", + "uuid": "7a40556c-58c0-485a-997d-8775d3a5718d", "priority": 50 }, { @@ -64525,7 +64521,7 @@ } ], "block": "crafting_table", - "uuid": "a0b9eee3-3b5d-4880-95a8-676e9a7a8427", + "uuid": "211bf972-d14b-4c85-8072-ebc3e1b7ca6c", "priority": 50 }, { @@ -64552,7 +64548,7 @@ } ], "block": "crafting_table", - "uuid": "7501a284-a459-4859-8ba1-0c2138df5310", + "uuid": "be7144dc-60c5-480f-865d-66e9e0f5de3b", "priority": 50 }, { @@ -64579,7 +64575,7 @@ } ], "block": "crafting_table", - "uuid": "a1d503c0-a852-4e62-9a8e-d371aec0992c", + "uuid": "00da05e5-a618-4f41-acc9-63b2d7c33553", "priority": 50 }, { @@ -64606,7 +64602,7 @@ } ], "block": "crafting_table", - "uuid": "23c0ad7f-2166-4f54-a1e5-c98cf6127877", + "uuid": "86faacd4-6e4e-4b38-9452-9fb335973ea4", "priority": 50 }, { @@ -64633,7 +64629,7 @@ } ], "block": "crafting_table", - "uuid": "c74408d2-9994-4797-ba36-f3808774f730", + "uuid": "9cb0fb3a-65e4-4204-8f68-4f109bf5185e", "priority": 50 }, { @@ -64660,7 +64656,7 @@ } ], "block": "crafting_table", - "uuid": "5eafe080-45ed-426a-a729-369304ee06c6", + "uuid": "994635e8-584e-4bc2-a03d-93814a312c02", "priority": 50 }, { @@ -64687,7 +64683,7 @@ } ], "block": "crafting_table", - "uuid": "74e49c71-e37a-406d-b472-69e5036fce4f", + "uuid": "0fbb91cb-be3e-455b-934f-862888a8a319", "priority": 50 }, { @@ -64714,7 +64710,7 @@ } ], "block": "crafting_table", - "uuid": "f9776219-2dfb-4541-99e9-2fbb1b44540d", + "uuid": "0aaa6a1a-94e0-4a5f-aa4e-aaa908334014", "priority": 50 }, { @@ -64741,7 +64737,7 @@ } ], "block": "crafting_table", - "uuid": "ba18d384-8928-4d13-af3e-a7f0207e7115", + "uuid": "62873e78-5a7e-463e-94f8-403e347c87f4", "priority": 50 }, { @@ -64768,7 +64764,7 @@ } ], "block": "crafting_table", - "uuid": "7568a568-961f-4168-8f02-5f68a1196d52", + "uuid": "c23c0a01-3383-4a53-98f7-13643c9894d6", "priority": 50 }, { @@ -64795,7 +64791,7 @@ } ], "block": "crafting_table", - "uuid": "5ee9c709-c7fd-4dd4-a0fe-348a0c7cbc5f", + "uuid": "aeb5d885-9eba-412f-9be7-8ac4da15d0d4", "priority": 50 }, { @@ -64822,7 +64818,7 @@ } ], "block": "crafting_table", - "uuid": "747aafb9-8021-4790-bb9c-d3b548981eae", + "uuid": "5f705481-b039-47a0-a3ff-de8782bf8151", "priority": 50 }, { @@ -64849,7 +64845,7 @@ } ], "block": "crafting_table", - "uuid": "e504fb44-e24c-48de-92c1-3238aea1309f", + "uuid": "e7690456-acf4-4d7e-9c20-d7f0b7cf7418", "priority": 50 }, { @@ -64876,7 +64872,7 @@ } ], "block": "crafting_table", - "uuid": "29f6f502-fc79-4c3b-8ba3-fe2787e19e05", + "uuid": "09c29a96-38c0-4659-994c-e12624e36f5d", "priority": 50 }, { @@ -64903,7 +64899,7 @@ } ], "block": "crafting_table", - "uuid": "dcf9f3f4-a94a-49d6-8a15-1931ea2140c5", + "uuid": "e0dd9eb8-44c5-4fa9-8d03-231a33090ccd", "priority": 50 }, { @@ -64930,7 +64926,7 @@ } ], "block": "crafting_table", - "uuid": "b6b04f7c-1d8d-41f2-b5d4-3a8225ec0b90", + "uuid": "e87d5fde-6304-4904-a6d7-1e5a11daf239", "priority": 50 }, { @@ -64957,7 +64953,7 @@ } ], "block": "crafting_table", - "uuid": "c5e2986c-fcda-4894-8463-a6f215d2398a", + "uuid": "4e736762-8e7b-41be-9c12-16fcc61c539c", "priority": 50 }, { @@ -64984,7 +64980,7 @@ } ], "block": "crafting_table", - "uuid": "59052a71-da58-4d3b-9456-44232de932bf", + "uuid": "f7b03728-c1bc-441a-96a9-1f351c017063", "priority": 50 }, { @@ -65011,7 +65007,7 @@ } ], "block": "crafting_table", - "uuid": "52c7fbf7-b65f-42cc-9477-d34d97a79274", + "uuid": "bd3b79df-6665-4a9b-aebe-c9b534d9e003", "priority": 50 }, { @@ -65038,7 +65034,7 @@ } ], "block": "crafting_table", - "uuid": "a479f195-ea5b-41ed-b2ff-2d063dbbe494", + "uuid": "62ddb9f5-57da-4bd8-8d8d-b6ff2d483fc9", "priority": 50 }, { @@ -65065,7 +65061,7 @@ } ], "block": "crafting_table", - "uuid": "d4166ea2-9c25-47c7-a6b7-9a289f68cc74", + "uuid": "2add434d-3cc1-44d7-930f-a9545b40ddaa", "priority": 50 }, { @@ -65092,7 +65088,7 @@ } ], "block": "crafting_table", - "uuid": "38c67248-4658-42ba-a129-bacd693b3efb", + "uuid": "587ac1a7-64d2-4348-b2cc-d08417640042", "priority": 50 }, { @@ -65119,7 +65115,7 @@ } ], "block": "crafting_table", - "uuid": "6c18e56c-6809-429c-aafa-7d2107ee281c", + "uuid": "b958160d-181b-456d-b26b-a55325305b2e", "priority": 50 }, { @@ -65146,7 +65142,7 @@ } ], "block": "crafting_table", - "uuid": "931d3325-5170-4acb-9d36-6945a22bc28e", + "uuid": "de43190e-54f2-47a8-804e-894b65b219d0", "priority": 50 }, { @@ -65173,7 +65169,7 @@ } ], "block": "crafting_table", - "uuid": "737af090-31fe-4d9a-8b2f-9deef1f9b256", + "uuid": "63ffea3d-929b-40c3-a603-57fe49a8d7da", "priority": 50 }, { @@ -65200,7 +65196,7 @@ } ], "block": "crafting_table", - "uuid": "7d801670-d15b-47ab-a139-2118098547db", + "uuid": "0ad98642-b5e8-4489-9c1a-2cbf5489f585", "priority": 50 }, { @@ -65227,7 +65223,7 @@ } ], "block": "crafting_table", - "uuid": "f0b657ec-09d0-4e32-b256-34d91c3774a4", + "uuid": "e151294e-2444-4492-8da4-b143b8a62b37", "priority": 50 }, { @@ -65254,7 +65250,7 @@ } ], "block": "crafting_table", - "uuid": "9be08c7c-996f-4cd4-a6a0-b336adcec0be", + "uuid": "285b737a-46a0-4469-9775-c41f65e83cbf", "priority": 50 }, { @@ -65281,7 +65277,7 @@ } ], "block": "crafting_table", - "uuid": "65cd2860-6cb6-4980-8ec4-b215b458d32b", + "uuid": "9cc025bf-e214-44bf-a819-7e75309c26e6", "priority": 50 }, { @@ -65308,7 +65304,7 @@ } ], "block": "crafting_table", - "uuid": "d2baad10-7625-4f10-b688-a913fdde5f26", + "uuid": "a43624ec-c5e1-4f78-8e2a-fd8393164223", "priority": 50 }, { @@ -65335,7 +65331,7 @@ } ], "block": "crafting_table", - "uuid": "0b5fb018-d312-49c7-855d-0ba8351bb8bf", + "uuid": "363974fb-8dff-48b0-bc33-a749812c43be", "priority": 50 }, { @@ -65362,7 +65358,7 @@ } ], "block": "crafting_table", - "uuid": "445b57ba-6af0-44dd-88a5-82b80864ea03", + "uuid": "96c51695-9eec-4105-8520-60296a6b6c87", "priority": 50 }, { @@ -65389,7 +65385,7 @@ } ], "block": "crafting_table", - "uuid": "72c3a99c-3a08-428f-ad7c-c94eb46ba8be", + "uuid": "4f84fe1b-bf7f-4449-ba94-078f27ddf499", "priority": 50 }, { @@ -65416,7 +65412,7 @@ } ], "block": "crafting_table", - "uuid": "87212aa0-189e-4269-8274-b297be4a2d8b", + "uuid": "2cbb2610-e104-4b03-bbf6-7d685f5a5f61", "priority": 50 }, { @@ -65443,7 +65439,7 @@ } ], "block": "crafting_table", - "uuid": "ff885090-0530-411a-8553-039c9ae2d007", + "uuid": "90109d77-ac79-4c6a-bada-d20abf54d756", "priority": 50 }, { @@ -65470,7 +65466,7 @@ } ], "block": "crafting_table", - "uuid": "5ad6bd8c-a8b1-4948-8382-3d96648efb3d", + "uuid": "a0a51b0c-5829-4611-977b-0504987bcd20", "priority": 50 }, { @@ -65497,7 +65493,7 @@ } ], "block": "crafting_table", - "uuid": "7a360083-6d77-4f16-b037-7c452ffc0236", + "uuid": "d987f71b-b50c-4939-bd94-3b28fc7e9a03", "priority": 50 }, { @@ -65524,7 +65520,7 @@ } ], "block": "crafting_table", - "uuid": "2263898c-cfb8-4961-a23e-301e927ae77e", + "uuid": "0cfe1e9e-80e8-480f-8146-fd5327542c99", "priority": 50 }, { @@ -65551,7 +65547,7 @@ } ], "block": "crafting_table", - "uuid": "0b07f988-311e-4a89-8beb-ee44c592188a", + "uuid": "199fb026-2902-49f2-8412-a695c2883c78", "priority": 50 }, { @@ -65578,7 +65574,7 @@ } ], "block": "crafting_table", - "uuid": "fdba4525-5fad-4e8f-a86e-a820757fd5f2", + "uuid": "9af74d14-60a5-40eb-9fcc-2afd20d2da18", "priority": 50 }, { @@ -65605,7 +65601,7 @@ } ], "block": "crafting_table", - "uuid": "5ce7232a-4866-4469-abf8-6e34bfd9c20f", + "uuid": "ecf3111f-54ad-466b-a23d-93003187752c", "priority": 50 }, { @@ -65632,7 +65628,7 @@ } ], "block": "crafting_table", - "uuid": "95dd694f-6d2c-4ae9-912e-0b8e62cbf124", + "uuid": "3d7d2b0c-f9a1-4dbe-923f-3ca345f1cefd", "priority": 50 }, { @@ -65659,7 +65655,7 @@ } ], "block": "crafting_table", - "uuid": "873ae27e-5b81-4bf9-bf81-b1aa787aeb3e", + "uuid": "06b12f1c-ae6b-466b-84de-c05cd95fbbc8", "priority": 50 }, { @@ -65686,7 +65682,7 @@ } ], "block": "crafting_table", - "uuid": "9f79613a-1c8e-4f53-a26b-cee85b8ac0d8", + "uuid": "15618807-4996-43c7-b3b4-7ae70a4f89fb", "priority": 50 }, { @@ -65713,7 +65709,7 @@ } ], "block": "crafting_table", - "uuid": "4d043c36-a54b-45a4-81af-5be7b8612eac", + "uuid": "4c47a7b3-5b1f-434e-a2f0-1553f0737f7b", "priority": 50 }, { @@ -65740,7 +65736,7 @@ } ], "block": "crafting_table", - "uuid": "23401281-ae7f-4529-bc91-361e0a7a4f30", + "uuid": "fcf5d725-25bc-46e5-a733-e133472b7865", "priority": 50 }, { @@ -65767,7 +65763,7 @@ } ], "block": "crafting_table", - "uuid": "f2ee9283-ebd6-44cf-a4ae-916409f8ad4c", + "uuid": "c6a867b4-3f76-4baa-8620-a36a2a8dc7ea", "priority": 50 }, { @@ -65794,7 +65790,7 @@ } ], "block": "crafting_table", - "uuid": "298511cd-5818-48f0-ac03-faa22381d006", + "uuid": "1da726a6-fa06-4526-a31b-84f4ba8d2987", "priority": 50 }, { @@ -65821,7 +65817,7 @@ } ], "block": "crafting_table", - "uuid": "11ee5f46-8e80-4e05-9318-5443471af2c0", + "uuid": "c174debf-18c7-4864-88a6-90fe55c8e338", "priority": 50 }, { @@ -65848,7 +65844,7 @@ } ], "block": "crafting_table", - "uuid": "72924141-f4aa-4255-8046-40b8dbd9fa24", + "uuid": "38b451d3-758b-4f46-ada0-eda30d9bce62", "priority": 50 }, { @@ -65875,7 +65871,7 @@ } ], "block": "crafting_table", - "uuid": "399aae63-796d-4f87-818d-9ca67421b08d", + "uuid": "bf457fd1-c2f5-4ecc-b7c0-cee4a40004c9", "priority": 50 }, { @@ -65902,7 +65898,7 @@ } ], "block": "crafting_table", - "uuid": "e476b1e7-706e-4068-9f33-5f8b34903c36", + "uuid": "5460ad64-42e7-483b-8bd0-b5707a3c7b8d", "priority": 50 }, { @@ -65929,7 +65925,7 @@ } ], "block": "crafting_table", - "uuid": "4ffae1d5-16a8-402a-9270-4943aec7f6d2", + "uuid": "8ca09a32-5f30-454e-a276-a3ba5cf1eb80", "priority": 50 }, { @@ -65956,7 +65952,7 @@ } ], "block": "crafting_table", - "uuid": "8ddd4fa9-02ee-4ed1-b705-6484b6b061e2", + "uuid": "8cd04f3e-135c-4de1-a47a-41636eb70ecc", "priority": 50 }, { @@ -65983,7 +65979,7 @@ } ], "block": "crafting_table", - "uuid": "3412ca7f-50af-4398-979a-59a68a4255cd", + "uuid": "fb8f286a-c295-4aea-9447-94168335caa2", "priority": 50 }, { @@ -66010,7 +66006,7 @@ } ], "block": "crafting_table", - "uuid": "ea725324-b72d-416c-a03d-36b32e0acdc2", + "uuid": "8820dd09-deaf-4526-90d4-4ba05d7b4c1c", "priority": 50 }, { @@ -66037,7 +66033,7 @@ } ], "block": "crafting_table", - "uuid": "01f3370d-8267-49a9-b4d4-d8f27a85d987", + "uuid": "8a40fbb3-12f8-4569-aa49-2930d4b94d22", "priority": 50 }, { @@ -66064,7 +66060,7 @@ } ], "block": "crafting_table", - "uuid": "39def04c-ed4c-455b-997a-03e649eee0cb", + "uuid": "01f5b47e-b9c9-43d6-b49f-888d893f8d4e", "priority": 50 }, { @@ -66091,7 +66087,7 @@ } ], "block": "crafting_table", - "uuid": "8bc925ee-79e7-436e-9d02-46c9d310ece0", + "uuid": "a96f418b-b3eb-46d5-9ea9-e27e414069cc", "priority": 50 }, { @@ -66118,7 +66114,7 @@ } ], "block": "crafting_table", - "uuid": "02e271bb-299f-4568-98d2-3c234c5eade2", + "uuid": "715d0454-6292-4cdd-a272-99ccbf067887", "priority": 50 }, { @@ -66145,7 +66141,7 @@ } ], "block": "crafting_table", - "uuid": "ca0a92aa-9010-4582-8016-52b55042a130", + "uuid": "6267738b-6bb8-4218-a2f9-522b0e7ae6f0", "priority": 50 }, { @@ -66172,7 +66168,7 @@ } ], "block": "crafting_table", - "uuid": "0624f0ba-defd-4220-9482-8e45152c5b69", + "uuid": "b2f78853-48d1-450a-adca-f0117c392bc5", "priority": 50 }, { @@ -66199,7 +66195,7 @@ } ], "block": "crafting_table", - "uuid": "49516b79-8477-4db2-903b-a6d3d687fd89", + "uuid": "118fb1fa-3406-4972-ae91-4a7d3c8462f6", "priority": 50 }, { @@ -66226,7 +66222,7 @@ } ], "block": "crafting_table", - "uuid": "53f0ae15-4ce5-4991-abb9-c81dc2c8160a", + "uuid": "f2dbeaab-c69f-4c5f-9bbe-cae60eb9bcd7", "priority": 50 }, { @@ -66253,7 +66249,7 @@ } ], "block": "crafting_table", - "uuid": "cbe8c013-cca9-4041-8923-a16e31f89fa7", + "uuid": "e98d49b4-d08c-4952-99e7-27c2423d49be", "priority": 50 }, { @@ -66280,7 +66276,7 @@ } ], "block": "crafting_table", - "uuid": "ea471f74-6953-4ff7-a09b-4d88cfcc06f9", + "uuid": "eb50ab99-e309-4b13-a17f-fdf1509ea3b3", "priority": 50 }, { @@ -66307,7 +66303,7 @@ } ], "block": "crafting_table", - "uuid": "f44473ec-09aa-4e88-abab-8809890f43d0", + "uuid": "2803a740-591b-46c7-952c-8ebe253e5ba1", "priority": 50 }, { @@ -66334,7 +66330,7 @@ } ], "block": "crafting_table", - "uuid": "a9142006-f4cc-48ed-858b-928bd3e23a7e", + "uuid": "a182aba9-b3a8-478c-9c22-8d7391e37b33", "priority": 50 }, { @@ -66361,7 +66357,7 @@ } ], "block": "crafting_table", - "uuid": "dddeb419-7a9d-488e-b039-98b12b034c9c", + "uuid": "932578f5-de3a-4ff6-ac78-d9a1902eb518", "priority": 50 }, { @@ -66388,7 +66384,7 @@ } ], "block": "crafting_table", - "uuid": "4084aaf9-e808-40ce-9494-7a9fcca4a92e", + "uuid": "1aa23600-d2cd-486e-802c-d58cac4879f3", "priority": 50 }, { @@ -66415,7 +66411,7 @@ } ], "block": "crafting_table", - "uuid": "63186218-5297-4275-b6e4-268cf7443ecf", + "uuid": "95efeb4a-bff3-47c7-a322-e97917c8ca96", "priority": 50 }, { @@ -66442,7 +66438,7 @@ } ], "block": "crafting_table", - "uuid": "e27b0603-9eae-44f4-8d81-a501e58fd2ce", + "uuid": "e3f22c66-e938-4244-9a10-a5c5532f45ae", "priority": 50 }, { @@ -66469,7 +66465,7 @@ } ], "block": "crafting_table", - "uuid": "e6dc25a2-34dd-4a50-9c76-84e9ea5ed1ac", + "uuid": "c87d9d2c-b543-47c0-a29b-194ec6bf2c47", "priority": 50 }, { @@ -66496,9 +66492,262 @@ } ], "block": "crafting_table", - "uuid": "c57aa315-2ba5-47d5-a76c-72bb19d4d4c9", + "uuid": "48d80b4e-cb20-4c00-97df-ad1f454c27ac", "priority": 50 }, + { + "type": 3, + "input": { + "id": "minecraft:stripped_dark_oak_wood" + }, + "output": { + "id": "minecraft:charcoal", + "count": 1 + }, + "block": "furnace" + }, + { + "type": 3, + "input": { + "id": "minecraft:stripped_dark_oak_wood", + "damage": 32767 + }, + "output": { + "id": "minecraft:charcoal", + "count": 1 + }, + "block": "furnace" + }, + { + "type": 3, + "input": { + "id": "minecraft:stripped_acacia_wood" + }, + "output": { + "id": "minecraft:charcoal", + "count": 1 + }, + "block": "furnace" + }, + { + "type": 3, + "input": { + "id": "minecraft:stripped_acacia_wood", + "damage": 32767 + }, + "output": { + "id": "minecraft:charcoal", + "count": 1 + }, + "block": "furnace" + }, + { + "type": 3, + "input": { + "id": "minecraft:stripped_jungle_wood" + }, + "output": { + "id": "minecraft:charcoal", + "count": 1 + }, + "block": "furnace" + }, + { + "type": 3, + "input": { + "id": "minecraft:stripped_jungle_wood", + "damage": 32767 + }, + "output": { + "id": "minecraft:charcoal", + "count": 1 + }, + "block": "furnace" + }, + { + "type": 3, + "input": { + "id": "minecraft:stripped_birch_wood" + }, + "output": { + "id": "minecraft:charcoal", + "count": 1 + }, + "block": "furnace" + }, + { + "type": 3, + "input": { + "id": "minecraft:stripped_birch_wood", + "damage": 32767 + }, + "output": { + "id": "minecraft:charcoal", + "count": 1 + }, + "block": "furnace" + }, + { + "type": 3, + "input": { + "id": "minecraft:stripped_spruce_wood" + }, + "output": { + "id": "minecraft:charcoal", + "count": 1 + }, + "block": "furnace" + }, + { + "type": 3, + "input": { + "id": "minecraft:stripped_spruce_wood", + "damage": 32767 + }, + "output": { + "id": "minecraft:charcoal", + "count": 1 + }, + "block": "furnace" + }, + { + "type": 3, + "input": { + "id": "minecraft:stripped_oak_wood" + }, + "output": { + "id": "minecraft:charcoal", + "count": 1 + }, + "block": "furnace" + }, + { + "type": 3, + "input": { + "id": "minecraft:stripped_oak_wood", + "damage": 32767 + }, + "output": { + "id": "minecraft:charcoal", + "count": 1 + }, + "block": "furnace" + }, + { + "type": 3, + "input": { + "id": "minecraft:dark_oak_wood" + }, + "output": { + "id": "minecraft:charcoal", + "count": 1 + }, + "block": "furnace" + }, + { + "type": 3, + "input": { + "id": "minecraft:dark_oak_wood", + "damage": 32767 + }, + "output": { + "id": "minecraft:charcoal", + "count": 1 + }, + "block": "furnace" + }, + { + "type": 3, + "input": { + "id": "minecraft:acacia_wood" + }, + "output": { + "id": "minecraft:charcoal", + "count": 1 + }, + "block": "furnace" + }, + { + "type": 3, + "input": { + "id": "minecraft:acacia_wood", + "damage": 32767 + }, + "output": { + "id": "minecraft:charcoal", + "count": 1 + }, + "block": "furnace" + }, + { + "type": 3, + "input": { + "id": "minecraft:jungle_wood" + }, + "output": { + "id": "minecraft:charcoal", + "count": 1 + }, + "block": "furnace" + }, + { + "type": 3, + "input": { + "id": "minecraft:jungle_wood", + "damage": 32767 + }, + "output": { + "id": "minecraft:charcoal", + "count": 1 + }, + "block": "furnace" + }, + { + "type": 3, + "input": { + "id": "minecraft:birch_wood" + }, + "output": { + "id": "minecraft:charcoal", + "count": 1 + }, + "block": "furnace" + }, + { + "type": 3, + "input": { + "id": "minecraft:birch_wood", + "damage": 32767 + }, + "output": { + "id": "minecraft:charcoal", + "count": 1 + }, + "block": "furnace" + }, + { + "type": 3, + "input": { + "id": "minecraft:spruce_wood" + }, + "output": { + "id": "minecraft:charcoal", + "count": 1 + }, + "block": "furnace" + }, + { + "type": 3, + "input": { + "id": "minecraft:spruce_wood", + "damage": 32767 + }, + "output": { + "id": "minecraft:charcoal", + "count": 1 + }, + "block": "furnace" + }, { "type": 3, "input": { @@ -67197,139 +67446,7 @@ { "type": 3, "input": { - "id": "minecraft:wood" - }, - "output": { - "id": "minecraft:charcoal", - "count": 1 - }, - "block": "furnace" - }, - { - "type": 3, - "input": { - "id": "minecraft:wood", - "damage": 1 - }, - "output": { - "id": "minecraft:charcoal", - "count": 1 - }, - "block": "furnace" - }, - { - "type": 3, - "input": { - "id": "minecraft:wood", - "damage": 2 - }, - "output": { - "id": "minecraft:charcoal", - "count": 1 - }, - "block": "furnace" - }, - { - "type": 3, - "input": { - "id": "minecraft:wood", - "damage": 3 - }, - "output": { - "id": "minecraft:charcoal", - "count": 1 - }, - "block": "furnace" - }, - { - "type": 3, - "input": { - "id": "minecraft:wood", - "damage": 4 - }, - "output": { - "id": "minecraft:charcoal", - "count": 1 - }, - "block": "furnace" - }, - { - "type": 3, - "input": { - "id": "minecraft:wood", - "damage": 5 - }, - "output": { - "id": "minecraft:charcoal", - "count": 1 - }, - "block": "furnace" - }, - { - "type": 3, - "input": { - "id": "minecraft:wood", - "damage": 8 - }, - "output": { - "id": "minecraft:charcoal", - "count": 1 - }, - "block": "furnace" - }, - { - "type": 3, - "input": { - "id": "minecraft:wood", - "damage": 9 - }, - "output": { - "id": "minecraft:charcoal", - "count": 1 - }, - "block": "furnace" - }, - { - "type": 3, - "input": { - "id": "minecraft:wood", - "damage": 10 - }, - "output": { - "id": "minecraft:charcoal", - "count": 1 - }, - "block": "furnace" - }, - { - "type": 3, - "input": { - "id": "minecraft:wood", - "damage": 11 - }, - "output": { - "id": "minecraft:charcoal", - "count": 1 - }, - "block": "furnace" - }, - { - "type": 3, - "input": { - "id": "minecraft:wood", - "damage": 12 - }, - "output": { - "id": "minecraft:charcoal", - "count": 1 - }, - "block": "furnace" - }, - { - "type": 3, - "input": { - "id": "minecraft:wood", - "damage": 13 + "id": "minecraft:oak_wood" }, "output": { "id": "minecraft:charcoal", @@ -67340,7 +67457,7 @@ { "type": 3, "input": { - "id": "minecraft:wood", + "id": "minecraft:oak_wood", "damage": 32767 }, "output": { diff --git a/Allay-Data/resources/unpacked/block_palette.nbt b/Allay-Data/resources/unpacked/block_palette.nbt index 4a1febd90..9d395a242 100644 Binary files a/Allay-Data/resources/unpacked/block_palette.nbt and b/Allay-Data/resources/unpacked/block_palette.nbt differ diff --git a/Allay-Data/resources/unpacked/block_property_types.json b/Allay-Data/resources/unpacked/block_property_types.json index 3e06f835a..79c8d4478 100644 --- a/Allay-Data/resources/unpacked/block_property_types.json +++ b/Allay-Data/resources/unpacked/block_property_types.json @@ -976,14 +976,6 @@ 63 ] }, - "new_leaf_type": { - "serializationName": "new_leaf_type", - "valueType": "ENUM", - "values": [ - "acacia", - "dark_oak" - ] - }, "occupied_bit": { "serializationName": "occupied_bit", "valueType": "BOOLEAN", @@ -992,16 +984,6 @@ true ] }, - "old_leaf_type": { - "serializationName": "old_leaf_type", - "valueType": "ENUM", - "values": [ - "birch", - "jungle", - "oak", - "spruce" - ] - }, "open_bit": { "serializationName": "open_bit", "valueType": "BOOLEAN", @@ -1481,6 +1463,16 @@ true ] }, + "vault_state": { + "serializationName": "vault_state", + "valueType": "ENUM", + "values": [ + "active", + "ejecting", + "inactive", + "unlocking" + ] + }, "vine_direction_bits": { "serializationName": "vine_direction_bits", "valueType": "INTEGER", @@ -1608,18 +1600,6 @@ 2, 3 ] - }, - "wood_type": { - "serializationName": "wood_type", - "valueType": "ENUM", - "values": [ - "acacia", - "birch", - "dark_oak", - "jungle", - "oak", - "spruce" - ] } }, "specialBlockTypes": { diff --git a/Allay-Server/src/jmh/java/org/allaymc/server/ChunkJMHTest.java b/Allay-Server/src/jmh/java/org/allaymc/server/ChunkJMHTest.java index 01d6a3256..adcf93f11 100644 --- a/Allay-Server/src/jmh/java/org/allaymc/server/ChunkJMHTest.java +++ b/Allay-Server/src/jmh/java/org/allaymc/server/ChunkJMHTest.java @@ -1,7 +1,5 @@ package org.allaymc.server; -import org.allaymc.api.block.interfaces.BlockStoneBehavior; -import org.allaymc.api.block.interfaces.wood.BlockWoodBehavior; import org.allaymc.api.utils.exception.MissingImplementationException; import org.allaymc.api.world.DimensionInfo; import org.allaymc.api.world.chunk.Chunk; @@ -12,6 +10,9 @@ import java.util.concurrent.TimeUnit; +import static org.allaymc.api.block.type.BlockTypes.OAK_WOOD_TYPE; +import static org.allaymc.api.block.type.BlockTypes.STONE_TYPE; + @State(Scope.Benchmark) @BenchmarkMode(Mode.Throughput) @Warmup(iterations = 3) @@ -28,7 +29,7 @@ public void init() throws MissingImplementationException { for (int i = 0; i < 16; i++) { for (int j = 0; j < 16; j++) { for (int k = -64; k < 320; k++) { - chunk.setBlockState(i, k, j, BlockWoodBehavior.WOOD_TYPE.getDefaultState()); + chunk.setBlockState(i, k, j, OAK_WOOD_TYPE.getDefaultState()); } } } @@ -36,7 +37,7 @@ public void init() throws MissingImplementationException { @Benchmark public void test1() { - chunk.setBlockState(0, 0, 0, BlockStoneBehavior.STONE_TYPE.getDefaultState()); + chunk.setBlockState(0, 0, 0, STONE_TYPE.getDefaultState()); } @Benchmark @@ -47,7 +48,7 @@ public void test2(Blackhole blackhole) { @Threads(Threads.MAX) @Benchmark public void test3() { - chunk.setBlockState(0, 0, 0, BlockStoneBehavior.STONE_TYPE.getDefaultState()); + chunk.setBlockState(0, 0, 0, STONE_TYPE.getDefaultState()); } @Threads(Threads.MAX) diff --git a/Allay-Server/src/main/java/org/allaymc/server/block/type/BlockTypeDefaultInitializer.java b/Allay-Server/src/main/java/org/allaymc/server/block/type/BlockTypeDefaultInitializer.java index ce5f9eaa7..21d89c366 100644 --- a/Allay-Server/src/main/java/org/allaymc/server/block/type/BlockTypeDefaultInitializer.java +++ b/Allay-Server/src/main/java/org/allaymc/server/block/type/BlockTypeDefaultInitializer.java @@ -145,7 +145,7 @@ import org.allaymc.api.block.interfaces.BlockGoldOreBehavior; import org.allaymc.api.block.interfaces.BlockGoldenRailBehavior; import org.allaymc.api.block.interfaces.BlockGraniteBehavior; -import org.allaymc.api.block.interfaces.BlockGrassBehavior; +import org.allaymc.api.block.interfaces.BlockGrassBlockBehavior; import org.allaymc.api.block.interfaces.BlockGrassPathBehavior; import org.allaymc.api.block.interfaces.BlockGravelBehavior; import org.allaymc.api.block.interfaces.BlockGrindstoneBehavior; @@ -318,6 +318,7 @@ import org.allaymc.api.block.interfaces.BlockUnknownBehavior; import org.allaymc.api.block.interfaces.BlockUnpoweredComparatorBehavior; import org.allaymc.api.block.interfaces.BlockUnpoweredRepeaterBehavior; +import org.allaymc.api.block.interfaces.BlockVaultBehavior; import org.allaymc.api.block.interfaces.BlockVerdantFroglightBehavior; import org.allaymc.api.block.interfaces.BlockVineBehavior; import org.allaymc.api.block.interfaces.BlockWallBannerBehavior; @@ -671,12 +672,16 @@ import org.allaymc.api.block.interfaces.hangingsign.BlockOakHangingSignBehavior; import org.allaymc.api.block.interfaces.hangingsign.BlockSpruceHangingSignBehavior; import org.allaymc.api.block.interfaces.hangingsign.BlockWarpedHangingSignBehavior; +import org.allaymc.api.block.interfaces.leaves.BlockAcaciaLeavesBehavior; import org.allaymc.api.block.interfaces.leaves.BlockAzaleaLeavesBehavior; import org.allaymc.api.block.interfaces.leaves.BlockAzaleaLeavesFloweredBehavior; +import org.allaymc.api.block.interfaces.leaves.BlockBirchLeavesBehavior; import org.allaymc.api.block.interfaces.leaves.BlockCherryLeavesBehavior; -import org.allaymc.api.block.interfaces.leaves.BlockLeaves2Behavior; -import org.allaymc.api.block.interfaces.leaves.BlockLeavesBehavior; +import org.allaymc.api.block.interfaces.leaves.BlockDarkOakLeavesBehavior; +import org.allaymc.api.block.interfaces.leaves.BlockJungleLeavesBehavior; import org.allaymc.api.block.interfaces.leaves.BlockMangroveLeavesBehavior; +import org.allaymc.api.block.interfaces.leaves.BlockOakLeavesBehavior; +import org.allaymc.api.block.interfaces.leaves.BlockSpruceLeavesBehavior; import org.allaymc.api.block.interfaces.liquid.BlockFlowingLavaBehavior; import org.allaymc.api.block.interfaces.liquid.BlockFlowingWaterBehavior; import org.allaymc.api.block.interfaces.liquid.BlockLavaBehavior; @@ -732,10 +737,14 @@ import org.allaymc.api.block.interfaces.shulkerbox.BlockUndyedShulkerBoxBehavior; import org.allaymc.api.block.interfaces.shulkerbox.BlockWhiteShulkerBoxBehavior; import org.allaymc.api.block.interfaces.shulkerbox.BlockYellowShulkerBoxBehavior; +import org.allaymc.api.block.interfaces.slab.BlockAcaciaDoubleSlabBehavior; +import org.allaymc.api.block.interfaces.slab.BlockAcaciaSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockBambooDoubleSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockBambooMosaicDoubleSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockBambooMosaicSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockBambooSlabBehavior; +import org.allaymc.api.block.interfaces.slab.BlockBirchDoubleSlabBehavior; +import org.allaymc.api.block.interfaces.slab.BlockBirchSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockBlackstoneDoubleSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockBlackstoneSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockCherryDoubleSlabBehavior; @@ -745,6 +754,8 @@ import org.allaymc.api.block.interfaces.slab.BlockCrimsonDoubleSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockCrimsonSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockCutCopperSlabBehavior; +import org.allaymc.api.block.interfaces.slab.BlockDarkOakDoubleSlabBehavior; +import org.allaymc.api.block.interfaces.slab.BlockDarkOakSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockDeepslateBrickDoubleSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockDeepslateBrickSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockDeepslateTileDoubleSlabBehavior; @@ -754,13 +765,16 @@ import org.allaymc.api.block.interfaces.slab.BlockDoubleStoneBlockSlab3Behavior; import org.allaymc.api.block.interfaces.slab.BlockDoubleStoneBlockSlab4Behavior; import org.allaymc.api.block.interfaces.slab.BlockDoubleStoneBlockSlabBehavior; -import org.allaymc.api.block.interfaces.slab.BlockDoubleWoodenSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockExposedCutCopperSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockExposedDoubleCutCopperSlabBehavior; +import org.allaymc.api.block.interfaces.slab.BlockJungleDoubleSlabBehavior; +import org.allaymc.api.block.interfaces.slab.BlockJungleSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockMangroveDoubleSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockMangroveSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockMudBrickDoubleSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockMudBrickSlabBehavior; +import org.allaymc.api.block.interfaces.slab.BlockOakDoubleSlabBehavior; +import org.allaymc.api.block.interfaces.slab.BlockOakSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockOxidizedCutCopperSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockOxidizedDoubleCutCopperSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockPolishedBlackstoneBrickDoubleSlabBehavior; @@ -771,6 +785,8 @@ import org.allaymc.api.block.interfaces.slab.BlockPolishedDeepslateSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockPolishedTuffDoubleSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockPolishedTuffSlabBehavior; +import org.allaymc.api.block.interfaces.slab.BlockSpruceDoubleSlabBehavior; +import org.allaymc.api.block.interfaces.slab.BlockSpruceSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockStoneBlockSlab2Behavior; import org.allaymc.api.block.interfaces.slab.BlockStoneBlockSlab3Behavior; import org.allaymc.api.block.interfaces.slab.BlockStoneBlockSlab4Behavior; @@ -791,7 +807,6 @@ import org.allaymc.api.block.interfaces.slab.BlockWaxedWeatheredDoubleCutCopperSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockWeatheredCutCopperSlabBehavior; import org.allaymc.api.block.interfaces.slab.BlockWeatheredDoubleCutCopperSlabBehavior; -import org.allaymc.api.block.interfaces.slab.BlockWoodenSlabBehavior; import org.allaymc.api.block.interfaces.stainedglass.BlockBlackStainedGlassBehavior; import org.allaymc.api.block.interfaces.stainedglass.BlockBlueStainedGlassBehavior; import org.allaymc.api.block.interfaces.stainedglass.BlockBrownStainedGlassBehavior; @@ -1007,11 +1022,22 @@ import org.allaymc.api.block.interfaces.wallsign.BlockSpruceWallSignBehavior; import org.allaymc.api.block.interfaces.wallsign.BlockWallSignBehavior; import org.allaymc.api.block.interfaces.wallsign.BlockWarpedWallSignBehavior; +import org.allaymc.api.block.interfaces.wood.BlockAcaciaWoodBehavior; +import org.allaymc.api.block.interfaces.wood.BlockBirchWoodBehavior; import org.allaymc.api.block.interfaces.wood.BlockCherryWoodBehavior; +import org.allaymc.api.block.interfaces.wood.BlockDarkOakWoodBehavior; +import org.allaymc.api.block.interfaces.wood.BlockJungleWoodBehavior; import org.allaymc.api.block.interfaces.wood.BlockMangroveWoodBehavior; +import org.allaymc.api.block.interfaces.wood.BlockOakWoodBehavior; +import org.allaymc.api.block.interfaces.wood.BlockSpruceWoodBehavior; +import org.allaymc.api.block.interfaces.wood.BlockStrippedAcaciaWoodBehavior; +import org.allaymc.api.block.interfaces.wood.BlockStrippedBirchWoodBehavior; import org.allaymc.api.block.interfaces.wood.BlockStrippedCherryWoodBehavior; +import org.allaymc.api.block.interfaces.wood.BlockStrippedDarkOakWoodBehavior; +import org.allaymc.api.block.interfaces.wood.BlockStrippedJungleWoodBehavior; import org.allaymc.api.block.interfaces.wood.BlockStrippedMangroveWoodBehavior; -import org.allaymc.api.block.interfaces.wood.BlockWoodBehavior; +import org.allaymc.api.block.interfaces.wood.BlockStrippedOakWoodBehavior; +import org.allaymc.api.block.interfaces.wood.BlockStrippedSpruceWoodBehavior; import org.allaymc.api.block.interfaces.wool.BlockBlackWoolBehavior; import org.allaymc.api.block.interfaces.wool.BlockBlueWoolBehavior; import org.allaymc.api.block.interfaces.wool.BlockBrownWoolBehavior; @@ -1056,6 +1082,15 @@ public static void initAcaciaDoor() { .build(); } + public static void initAcaciaDoubleSlab() { + if (BlockTypes.ACACIA_DOUBLE_SLAB_TYPE != null) return; + BlockTypes.ACACIA_DOUBLE_SLAB_TYPE = BlockTypeBuilder + .builder(BlockAcaciaDoubleSlabBehavior.class) + .vanillaBlock(VanillaBlockId.ACACIA_DOUBLE_SLAB) + .setProperties(VanillaBlockPropertyTypes.MINECRAFT_VERTICAL_HALF) + .build(); + } + public static void initAcaciaFence() { if (BlockTypes.ACACIA_FENCE_TYPE != null) return; BlockTypes.ACACIA_FENCE_TYPE = BlockTypeBuilder @@ -1082,6 +1117,15 @@ public static void initAcaciaHangingSign() { .build(); } + public static void initAcaciaLeaves() { + if (BlockTypes.ACACIA_LEAVES_TYPE != null) return; + BlockTypes.ACACIA_LEAVES_TYPE = BlockTypeBuilder + .builder(BlockAcaciaLeavesBehavior.class) + .vanillaBlock(VanillaBlockId.ACACIA_LEAVES) + .setProperties(VanillaBlockPropertyTypes.PERSISTENT_BIT, VanillaBlockPropertyTypes.UPDATE_BIT) + .build(); + } + public static void initAcaciaLog() { if (BlockTypes.ACACIA_LOG_TYPE != null) return; BlockTypes.ACACIA_LOG_TYPE = BlockTypeBuilder @@ -1108,6 +1152,15 @@ public static void initAcaciaPressurePlate() { .build(); } + public static void initAcaciaSlab() { + if (BlockTypes.ACACIA_SLAB_TYPE != null) return; + BlockTypes.ACACIA_SLAB_TYPE = BlockTypeBuilder + .builder(BlockAcaciaSlabBehavior.class) + .vanillaBlock(VanillaBlockId.ACACIA_SLAB) + .setProperties(VanillaBlockPropertyTypes.MINECRAFT_VERTICAL_HALF) + .build(); + } + public static void initAcaciaStairs() { if (BlockTypes.ACACIA_STAIRS_TYPE != null) return; BlockTypes.ACACIA_STAIRS_TYPE = BlockTypeBuilder @@ -1144,6 +1197,15 @@ public static void initAcaciaWallSign() { .build(); } + public static void initAcaciaWood() { + if (BlockTypes.ACACIA_WOOD_TYPE != null) return; + BlockTypes.ACACIA_WOOD_TYPE = BlockTypeBuilder + .builder(BlockAcaciaWoodBehavior.class) + .vanillaBlock(VanillaBlockId.ACACIA_WOOD) + .setProperties(VanillaBlockPropertyTypes.PILLAR_AXIS) + .build(); + } + public static void initActivatorRail() { if (BlockTypes.ACTIVATOR_RAIL_TYPE != null) return; BlockTypes.ACTIVATOR_RAIL_TYPE = BlockTypeBuilder @@ -1538,6 +1600,15 @@ public static void initBirchDoor() { .build(); } + public static void initBirchDoubleSlab() { + if (BlockTypes.BIRCH_DOUBLE_SLAB_TYPE != null) return; + BlockTypes.BIRCH_DOUBLE_SLAB_TYPE = BlockTypeBuilder + .builder(BlockBirchDoubleSlabBehavior.class) + .vanillaBlock(VanillaBlockId.BIRCH_DOUBLE_SLAB) + .setProperties(VanillaBlockPropertyTypes.MINECRAFT_VERTICAL_HALF) + .build(); + } + public static void initBirchFence() { if (BlockTypes.BIRCH_FENCE_TYPE != null) return; BlockTypes.BIRCH_FENCE_TYPE = BlockTypeBuilder @@ -1564,6 +1635,15 @@ public static void initBirchHangingSign() { .build(); } + public static void initBirchLeaves() { + if (BlockTypes.BIRCH_LEAVES_TYPE != null) return; + BlockTypes.BIRCH_LEAVES_TYPE = BlockTypeBuilder + .builder(BlockBirchLeavesBehavior.class) + .vanillaBlock(VanillaBlockId.BIRCH_LEAVES) + .setProperties(VanillaBlockPropertyTypes.PERSISTENT_BIT, VanillaBlockPropertyTypes.UPDATE_BIT) + .build(); + } + public static void initBirchLog() { if (BlockTypes.BIRCH_LOG_TYPE != null) return; BlockTypes.BIRCH_LOG_TYPE = BlockTypeBuilder @@ -1590,6 +1670,15 @@ public static void initBirchPressurePlate() { .build(); } + public static void initBirchSlab() { + if (BlockTypes.BIRCH_SLAB_TYPE != null) return; + BlockTypes.BIRCH_SLAB_TYPE = BlockTypeBuilder + .builder(BlockBirchSlabBehavior.class) + .vanillaBlock(VanillaBlockId.BIRCH_SLAB) + .setProperties(VanillaBlockPropertyTypes.MINECRAFT_VERTICAL_HALF) + .build(); + } + public static void initBirchStairs() { if (BlockTypes.BIRCH_STAIRS_TYPE != null) return; BlockTypes.BIRCH_STAIRS_TYPE = BlockTypeBuilder @@ -1626,6 +1715,15 @@ public static void initBirchWallSign() { .build(); } + public static void initBirchWood() { + if (BlockTypes.BIRCH_WOOD_TYPE != null) return; + BlockTypes.BIRCH_WOOD_TYPE = BlockTypeBuilder + .builder(BlockBirchWoodBehavior.class) + .vanillaBlock(VanillaBlockId.BIRCH_WOOD) + .setProperties(VanillaBlockPropertyTypes.PILLAR_AXIS) + .build(); + } + public static void initBlackCandle() { if (BlockTypes.BLACK_CANDLE_TYPE != null) return; BlockTypes.BLACK_CANDLE_TYPE = BlockTypeBuilder @@ -3063,6 +3161,15 @@ public static void initDarkOakDoor() { .build(); } + public static void initDarkOakDoubleSlab() { + if (BlockTypes.DARK_OAK_DOUBLE_SLAB_TYPE != null) return; + BlockTypes.DARK_OAK_DOUBLE_SLAB_TYPE = BlockTypeBuilder + .builder(BlockDarkOakDoubleSlabBehavior.class) + .vanillaBlock(VanillaBlockId.DARK_OAK_DOUBLE_SLAB) + .setProperties(VanillaBlockPropertyTypes.MINECRAFT_VERTICAL_HALF) + .build(); + } + public static void initDarkOakFence() { if (BlockTypes.DARK_OAK_FENCE_TYPE != null) return; BlockTypes.DARK_OAK_FENCE_TYPE = BlockTypeBuilder @@ -3089,6 +3196,15 @@ public static void initDarkOakHangingSign() { .build(); } + public static void initDarkOakLeaves() { + if (BlockTypes.DARK_OAK_LEAVES_TYPE != null) return; + BlockTypes.DARK_OAK_LEAVES_TYPE = BlockTypeBuilder + .builder(BlockDarkOakLeavesBehavior.class) + .vanillaBlock(VanillaBlockId.DARK_OAK_LEAVES) + .setProperties(VanillaBlockPropertyTypes.PERSISTENT_BIT, VanillaBlockPropertyTypes.UPDATE_BIT) + .build(); + } + public static void initDarkOakLog() { if (BlockTypes.DARK_OAK_LOG_TYPE != null) return; BlockTypes.DARK_OAK_LOG_TYPE = BlockTypeBuilder @@ -3115,6 +3231,15 @@ public static void initDarkOakPressurePlate() { .build(); } + public static void initDarkOakSlab() { + if (BlockTypes.DARK_OAK_SLAB_TYPE != null) return; + BlockTypes.DARK_OAK_SLAB_TYPE = BlockTypeBuilder + .builder(BlockDarkOakSlabBehavior.class) + .vanillaBlock(VanillaBlockId.DARK_OAK_SLAB) + .setProperties(VanillaBlockPropertyTypes.MINECRAFT_VERTICAL_HALF) + .build(); + } + public static void initDarkOakStairs() { if (BlockTypes.DARK_OAK_STAIRS_TYPE != null) return; BlockTypes.DARK_OAK_STAIRS_TYPE = BlockTypeBuilder @@ -3133,6 +3258,15 @@ public static void initDarkOakTrapdoor() { .build(); } + public static void initDarkOakWood() { + if (BlockTypes.DARK_OAK_WOOD_TYPE != null) return; + BlockTypes.DARK_OAK_WOOD_TYPE = BlockTypeBuilder + .builder(BlockDarkOakWoodBehavior.class) + .vanillaBlock(VanillaBlockId.DARK_OAK_WOOD) + .setProperties(VanillaBlockPropertyTypes.PILLAR_AXIS) + .build(); + } + public static void initDarkPrismarineStairs() { if (BlockTypes.DARK_PRISMARINE_STAIRS_TYPE != null) return; BlockTypes.DARK_PRISMARINE_STAIRS_TYPE = BlockTypeBuilder @@ -3526,15 +3660,6 @@ public static void initDoubleStoneBlockSlab4() { .build(); } - public static void initDoubleWoodenSlab() { - if (BlockTypes.DOUBLE_WOODEN_SLAB_TYPE != null) return; - BlockTypes.DOUBLE_WOODEN_SLAB_TYPE = BlockTypeBuilder - .builder(BlockDoubleWoodenSlabBehavior.class) - .vanillaBlock(VanillaBlockId.DOUBLE_WOODEN_SLAB) - .setProperties(VanillaBlockPropertyTypes.MINECRAFT_VERTICAL_HALF, VanillaBlockPropertyTypes.WOOD_TYPE) - .build(); - } - public static void initDragonEgg() { if (BlockTypes.DRAGON_EGG_TYPE != null) return; BlockTypes.DRAGON_EGG_TYPE = BlockTypeBuilder @@ -4911,11 +5036,11 @@ public static void initGraniteStairs() { .build(); } - public static void initGrass() { - if (BlockTypes.GRASS_TYPE != null) return; - BlockTypes.GRASS_TYPE = BlockTypeBuilder - .builder(BlockGrassBehavior.class) - .vanillaBlock(VanillaBlockId.GRASS) + public static void initGrassBlock() { + if (BlockTypes.GRASS_BLOCK_TYPE != null) return; + BlockTypes.GRASS_BLOCK_TYPE = BlockTypeBuilder + .builder(BlockGrassBlockBehavior.class) + .vanillaBlock(VanillaBlockId.GRASS_BLOCK) .build(); } @@ -5583,6 +5708,15 @@ public static void initJungleDoor() { .build(); } + public static void initJungleDoubleSlab() { + if (BlockTypes.JUNGLE_DOUBLE_SLAB_TYPE != null) return; + BlockTypes.JUNGLE_DOUBLE_SLAB_TYPE = BlockTypeBuilder + .builder(BlockJungleDoubleSlabBehavior.class) + .vanillaBlock(VanillaBlockId.JUNGLE_DOUBLE_SLAB) + .setProperties(VanillaBlockPropertyTypes.MINECRAFT_VERTICAL_HALF) + .build(); + } + public static void initJungleFence() { if (BlockTypes.JUNGLE_FENCE_TYPE != null) return; BlockTypes.JUNGLE_FENCE_TYPE = BlockTypeBuilder @@ -5609,6 +5743,15 @@ public static void initJungleHangingSign() { .build(); } + public static void initJungleLeaves() { + if (BlockTypes.JUNGLE_LEAVES_TYPE != null) return; + BlockTypes.JUNGLE_LEAVES_TYPE = BlockTypeBuilder + .builder(BlockJungleLeavesBehavior.class) + .vanillaBlock(VanillaBlockId.JUNGLE_LEAVES) + .setProperties(VanillaBlockPropertyTypes.PERSISTENT_BIT, VanillaBlockPropertyTypes.UPDATE_BIT) + .build(); + } + public static void initJungleLog() { if (BlockTypes.JUNGLE_LOG_TYPE != null) return; BlockTypes.JUNGLE_LOG_TYPE = BlockTypeBuilder @@ -5635,6 +5778,15 @@ public static void initJunglePressurePlate() { .build(); } + public static void initJungleSlab() { + if (BlockTypes.JUNGLE_SLAB_TYPE != null) return; + BlockTypes.JUNGLE_SLAB_TYPE = BlockTypeBuilder + .builder(BlockJungleSlabBehavior.class) + .vanillaBlock(VanillaBlockId.JUNGLE_SLAB) + .setProperties(VanillaBlockPropertyTypes.MINECRAFT_VERTICAL_HALF) + .build(); + } + public static void initJungleStairs() { if (BlockTypes.JUNGLE_STAIRS_TYPE != null) return; BlockTypes.JUNGLE_STAIRS_TYPE = BlockTypeBuilder @@ -5671,6 +5823,15 @@ public static void initJungleWallSign() { .build(); } + public static void initJungleWood() { + if (BlockTypes.JUNGLE_WOOD_TYPE != null) return; + BlockTypes.JUNGLE_WOOD_TYPE = BlockTypeBuilder + .builder(BlockJungleWoodBehavior.class) + .vanillaBlock(VanillaBlockId.JUNGLE_WOOD) + .setProperties(VanillaBlockPropertyTypes.PILLAR_AXIS) + .build(); + } + public static void initKelp() { if (BlockTypes.KELP_TYPE != null) return; BlockTypes.KELP_TYPE = BlockTypeBuilder @@ -5732,24 +5893,6 @@ public static void initLava() { .build(); } - public static void initLeaves() { - if (BlockTypes.LEAVES_TYPE != null) return; - BlockTypes.LEAVES_TYPE = BlockTypeBuilder - .builder(BlockLeavesBehavior.class) - .vanillaBlock(VanillaBlockId.LEAVES) - .setProperties(VanillaBlockPropertyTypes.OLD_LEAF_TYPE, VanillaBlockPropertyTypes.PERSISTENT_BIT, VanillaBlockPropertyTypes.UPDATE_BIT) - .build(); - } - - public static void initLeaves2() { - if (BlockTypes.LEAVES2_TYPE != null) return; - BlockTypes.LEAVES2_TYPE = BlockTypeBuilder - .builder(BlockLeaves2Behavior.class) - .vanillaBlock(VanillaBlockId.LEAVES2) - .setProperties(VanillaBlockPropertyTypes.NEW_LEAF_TYPE, VanillaBlockPropertyTypes.PERSISTENT_BIT, VanillaBlockPropertyTypes.UPDATE_BIT) - .build(); - } - public static void initLectern() { if (BlockTypes.LECTERN_TYPE != null) return; BlockTypes.LECTERN_TYPE = BlockTypeBuilder @@ -6655,6 +6798,15 @@ public static void initNoteblock() { .build(); } + public static void initOakDoubleSlab() { + if (BlockTypes.OAK_DOUBLE_SLAB_TYPE != null) return; + BlockTypes.OAK_DOUBLE_SLAB_TYPE = BlockTypeBuilder + .builder(BlockOakDoubleSlabBehavior.class) + .vanillaBlock(VanillaBlockId.OAK_DOUBLE_SLAB) + .setProperties(VanillaBlockPropertyTypes.MINECRAFT_VERTICAL_HALF) + .build(); + } + public static void initOakFence() { if (BlockTypes.OAK_FENCE_TYPE != null) return; BlockTypes.OAK_FENCE_TYPE = BlockTypeBuilder @@ -6672,6 +6824,15 @@ public static void initOakHangingSign() { .build(); } + public static void initOakLeaves() { + if (BlockTypes.OAK_LEAVES_TYPE != null) return; + BlockTypes.OAK_LEAVES_TYPE = BlockTypeBuilder + .builder(BlockOakLeavesBehavior.class) + .vanillaBlock(VanillaBlockId.OAK_LEAVES) + .setProperties(VanillaBlockPropertyTypes.PERSISTENT_BIT, VanillaBlockPropertyTypes.UPDATE_BIT) + .build(); + } + public static void initOakLog() { if (BlockTypes.OAK_LOG_TYPE != null) return; BlockTypes.OAK_LOG_TYPE = BlockTypeBuilder @@ -6689,6 +6850,15 @@ public static void initOakPlanks() { .build(); } + public static void initOakSlab() { + if (BlockTypes.OAK_SLAB_TYPE != null) return; + BlockTypes.OAK_SLAB_TYPE = BlockTypeBuilder + .builder(BlockOakSlabBehavior.class) + .vanillaBlock(VanillaBlockId.OAK_SLAB) + .setProperties(VanillaBlockPropertyTypes.MINECRAFT_VERTICAL_HALF) + .build(); + } + public static void initOakStairs() { if (BlockTypes.OAK_STAIRS_TYPE != null) return; BlockTypes.OAK_STAIRS_TYPE = BlockTypeBuilder @@ -6698,6 +6868,15 @@ public static void initOakStairs() { .build(); } + public static void initOakWood() { + if (BlockTypes.OAK_WOOD_TYPE != null) return; + BlockTypes.OAK_WOOD_TYPE = BlockTypeBuilder + .builder(BlockOakWoodBehavior.class) + .vanillaBlock(VanillaBlockId.OAK_WOOD) + .setProperties(VanillaBlockPropertyTypes.PILLAR_AXIS) + .build(); + } + public static void initObserver() { if (BlockTypes.OBSERVER_TYPE != null) return; BlockTypes.OBSERVER_TYPE = BlockTypeBuilder @@ -8175,6 +8354,15 @@ public static void initSpruceDoor() { .build(); } + public static void initSpruceDoubleSlab() { + if (BlockTypes.SPRUCE_DOUBLE_SLAB_TYPE != null) return; + BlockTypes.SPRUCE_DOUBLE_SLAB_TYPE = BlockTypeBuilder + .builder(BlockSpruceDoubleSlabBehavior.class) + .vanillaBlock(VanillaBlockId.SPRUCE_DOUBLE_SLAB) + .setProperties(VanillaBlockPropertyTypes.MINECRAFT_VERTICAL_HALF) + .build(); + } + public static void initSpruceFence() { if (BlockTypes.SPRUCE_FENCE_TYPE != null) return; BlockTypes.SPRUCE_FENCE_TYPE = BlockTypeBuilder @@ -8201,6 +8389,15 @@ public static void initSpruceHangingSign() { .build(); } + public static void initSpruceLeaves() { + if (BlockTypes.SPRUCE_LEAVES_TYPE != null) return; + BlockTypes.SPRUCE_LEAVES_TYPE = BlockTypeBuilder + .builder(BlockSpruceLeavesBehavior.class) + .vanillaBlock(VanillaBlockId.SPRUCE_LEAVES) + .setProperties(VanillaBlockPropertyTypes.PERSISTENT_BIT, VanillaBlockPropertyTypes.UPDATE_BIT) + .build(); + } + public static void initSpruceLog() { if (BlockTypes.SPRUCE_LOG_TYPE != null) return; BlockTypes.SPRUCE_LOG_TYPE = BlockTypeBuilder @@ -8227,6 +8424,15 @@ public static void initSprucePressurePlate() { .build(); } + public static void initSpruceSlab() { + if (BlockTypes.SPRUCE_SLAB_TYPE != null) return; + BlockTypes.SPRUCE_SLAB_TYPE = BlockTypeBuilder + .builder(BlockSpruceSlabBehavior.class) + .vanillaBlock(VanillaBlockId.SPRUCE_SLAB) + .setProperties(VanillaBlockPropertyTypes.MINECRAFT_VERTICAL_HALF) + .build(); + } + public static void initSpruceStairs() { if (BlockTypes.SPRUCE_STAIRS_TYPE != null) return; BlockTypes.SPRUCE_STAIRS_TYPE = BlockTypeBuilder @@ -8263,6 +8469,15 @@ public static void initSpruceWallSign() { .build(); } + public static void initSpruceWood() { + if (BlockTypes.SPRUCE_WOOD_TYPE != null) return; + BlockTypes.SPRUCE_WOOD_TYPE = BlockTypeBuilder + .builder(BlockSpruceWoodBehavior.class) + .vanillaBlock(VanillaBlockId.SPRUCE_WOOD) + .setProperties(VanillaBlockPropertyTypes.PILLAR_AXIS) + .build(); + } + public static void initStandingBanner() { if (BlockTypes.STANDING_BANNER_TYPE != null) return; BlockTypes.STANDING_BANNER_TYPE = BlockTypeBuilder @@ -8414,6 +8629,15 @@ public static void initStrippedAcaciaLog() { .build(); } + public static void initStrippedAcaciaWood() { + if (BlockTypes.STRIPPED_ACACIA_WOOD_TYPE != null) return; + BlockTypes.STRIPPED_ACACIA_WOOD_TYPE = BlockTypeBuilder + .builder(BlockStrippedAcaciaWoodBehavior.class) + .vanillaBlock(VanillaBlockId.STRIPPED_ACACIA_WOOD) + .setProperties(VanillaBlockPropertyTypes.PILLAR_AXIS) + .build(); + } + public static void initStrippedBambooBlock() { if (BlockTypes.STRIPPED_BAMBOO_BLOCK_TYPE != null) return; BlockTypes.STRIPPED_BAMBOO_BLOCK_TYPE = BlockTypeBuilder @@ -8432,6 +8656,15 @@ public static void initStrippedBirchLog() { .build(); } + public static void initStrippedBirchWood() { + if (BlockTypes.STRIPPED_BIRCH_WOOD_TYPE != null) return; + BlockTypes.STRIPPED_BIRCH_WOOD_TYPE = BlockTypeBuilder + .builder(BlockStrippedBirchWoodBehavior.class) + .vanillaBlock(VanillaBlockId.STRIPPED_BIRCH_WOOD) + .setProperties(VanillaBlockPropertyTypes.PILLAR_AXIS) + .build(); + } + public static void initStrippedCherryLog() { if (BlockTypes.STRIPPED_CHERRY_LOG_TYPE != null) return; BlockTypes.STRIPPED_CHERRY_LOG_TYPE = BlockTypeBuilder @@ -8477,6 +8710,15 @@ public static void initStrippedDarkOakLog() { .build(); } + public static void initStrippedDarkOakWood() { + if (BlockTypes.STRIPPED_DARK_OAK_WOOD_TYPE != null) return; + BlockTypes.STRIPPED_DARK_OAK_WOOD_TYPE = BlockTypeBuilder + .builder(BlockStrippedDarkOakWoodBehavior.class) + .vanillaBlock(VanillaBlockId.STRIPPED_DARK_OAK_WOOD) + .setProperties(VanillaBlockPropertyTypes.PILLAR_AXIS) + .build(); + } + public static void initStrippedJungleLog() { if (BlockTypes.STRIPPED_JUNGLE_LOG_TYPE != null) return; BlockTypes.STRIPPED_JUNGLE_LOG_TYPE = BlockTypeBuilder @@ -8486,6 +8728,15 @@ public static void initStrippedJungleLog() { .build(); } + public static void initStrippedJungleWood() { + if (BlockTypes.STRIPPED_JUNGLE_WOOD_TYPE != null) return; + BlockTypes.STRIPPED_JUNGLE_WOOD_TYPE = BlockTypeBuilder + .builder(BlockStrippedJungleWoodBehavior.class) + .vanillaBlock(VanillaBlockId.STRIPPED_JUNGLE_WOOD) + .setProperties(VanillaBlockPropertyTypes.PILLAR_AXIS) + .build(); + } + public static void initStrippedMangroveLog() { if (BlockTypes.STRIPPED_MANGROVE_LOG_TYPE != null) return; BlockTypes.STRIPPED_MANGROVE_LOG_TYPE = BlockTypeBuilder @@ -8513,6 +8764,15 @@ public static void initStrippedOakLog() { .build(); } + public static void initStrippedOakWood() { + if (BlockTypes.STRIPPED_OAK_WOOD_TYPE != null) return; + BlockTypes.STRIPPED_OAK_WOOD_TYPE = BlockTypeBuilder + .builder(BlockStrippedOakWoodBehavior.class) + .vanillaBlock(VanillaBlockId.STRIPPED_OAK_WOOD) + .setProperties(VanillaBlockPropertyTypes.PILLAR_AXIS) + .build(); + } + public static void initStrippedSpruceLog() { if (BlockTypes.STRIPPED_SPRUCE_LOG_TYPE != null) return; BlockTypes.STRIPPED_SPRUCE_LOG_TYPE = BlockTypeBuilder @@ -8522,6 +8782,15 @@ public static void initStrippedSpruceLog() { .build(); } + public static void initStrippedSpruceWood() { + if (BlockTypes.STRIPPED_SPRUCE_WOOD_TYPE != null) return; + BlockTypes.STRIPPED_SPRUCE_WOOD_TYPE = BlockTypeBuilder + .builder(BlockStrippedSpruceWoodBehavior.class) + .vanillaBlock(VanillaBlockId.STRIPPED_SPRUCE_WOOD) + .setProperties(VanillaBlockPropertyTypes.PILLAR_AXIS) + .build(); + } + public static void initStrippedWarpedHyphae() { if (BlockTypes.STRIPPED_WARPED_HYPHAE_TYPE != null) return; BlockTypes.STRIPPED_WARPED_HYPHAE_TYPE = BlockTypeBuilder @@ -8856,6 +9125,15 @@ public static void initUnpoweredRepeater() { .build(); } + public static void initVault() { + if (BlockTypes.VAULT_TYPE != null) return; + BlockTypes.VAULT_TYPE = BlockTypeBuilder + .builder(BlockVaultBehavior.class) + .vanillaBlock(VanillaBlockId.VAULT) + .setProperties(VanillaBlockPropertyTypes.MINECRAFT_CARDINAL_DIRECTION, VanillaBlockPropertyTypes.VAULT_STATE) + .build(); + } + public static void initVerdantFroglight() { if (BlockTypes.VERDANT_FROGLIGHT_TYPE != null) return; BlockTypes.VERDANT_FROGLIGHT_TYPE = BlockTypeBuilder @@ -9629,15 +9907,6 @@ public static void initWitherRose() { .build(); } - public static void initWood() { - if (BlockTypes.WOOD_TYPE != null) return; - BlockTypes.WOOD_TYPE = BlockTypeBuilder - .builder(BlockWoodBehavior.class) - .vanillaBlock(VanillaBlockId.WOOD) - .setProperties(VanillaBlockPropertyTypes.PILLAR_AXIS, VanillaBlockPropertyTypes.STRIPPED_BIT, VanillaBlockPropertyTypes.WOOD_TYPE) - .build(); - } - public static void initWoodenButton() { if (BlockTypes.WOODEN_BUTTON_TYPE != null) return; BlockTypes.WOODEN_BUTTON_TYPE = BlockTypeBuilder @@ -9665,15 +9934,6 @@ public static void initWoodenPressurePlate() { .build(); } - public static void initWoodenSlab() { - if (BlockTypes.WOODEN_SLAB_TYPE != null) return; - BlockTypes.WOODEN_SLAB_TYPE = BlockTypeBuilder - .builder(BlockWoodenSlabBehavior.class) - .vanillaBlock(VanillaBlockId.WOODEN_SLAB) - .setProperties(VanillaBlockPropertyTypes.MINECRAFT_VERTICAL_HALF, VanillaBlockPropertyTypes.WOOD_TYPE) - .build(); - } - public static void initYellowCandle() { if (BlockTypes.YELLOW_CANDLE_TYPE != null) return; BlockTypes.YELLOW_CANDLE_TYPE = BlockTypeBuilder diff --git a/Allay-Server/src/main/java/org/allaymc/server/item/type/ItemTypeDefaultInitializer.java b/Allay-Server/src/main/java/org/allaymc/server/item/type/ItemTypeDefaultInitializer.java index 90da843db..4e62f3c8b 100644 --- a/Allay-Server/src/main/java/org/allaymc/server/item/type/ItemTypeDefaultInitializer.java +++ b/Allay-Server/src/main/java/org/allaymc/server/item/type/ItemTypeDefaultInitializer.java @@ -264,8 +264,8 @@ import org.allaymc.api.item.interfaces.ItemGoldenShovelStack; import org.allaymc.api.item.interfaces.ItemGoldenSwordStack; import org.allaymc.api.item.interfaces.ItemGraniteStack; +import org.allaymc.api.item.interfaces.ItemGrassBlockStack; import org.allaymc.api.item.interfaces.ItemGrassPathStack; -import org.allaymc.api.item.interfaces.ItemGrassStack; import org.allaymc.api.item.interfaces.ItemGravelStack; import org.allaymc.api.item.interfaces.ItemGrayDyeStack; import org.allaymc.api.item.interfaces.ItemGreenDyeStack; @@ -588,6 +588,7 @@ import org.allaymc.api.item.interfaces.ItemUnlitRedstoneTorchStack; import org.allaymc.api.item.interfaces.ItemUnpoweredComparatorStack; import org.allaymc.api.item.interfaces.ItemUnpoweredRepeaterStack; +import org.allaymc.api.item.interfaces.ItemVaultStack; import org.allaymc.api.item.interfaces.ItemVerdantFroglightStack; import org.allaymc.api.item.interfaces.ItemVexArmorTrimSmithingTemplateStack; import org.allaymc.api.item.interfaces.ItemVineStack; @@ -619,6 +620,7 @@ import org.allaymc.api.item.interfaces.ItemWheatStack; import org.allaymc.api.item.interfaces.ItemWhiteDyeStack; import org.allaymc.api.item.interfaces.ItemWildArmorTrimSmithingTemplateStack; +import org.allaymc.api.item.interfaces.ItemWindChargeStack; import org.allaymc.api.item.interfaces.ItemWitherRoseStack; import org.allaymc.api.item.interfaces.ItemWolfArmorStack; import org.allaymc.api.item.interfaces.ItemWoodenAxeStack; @@ -859,6 +861,7 @@ import org.allaymc.api.item.interfaces.egg.ItemBatSpawnEggStack; import org.allaymc.api.item.interfaces.egg.ItemBeeSpawnEggStack; import org.allaymc.api.item.interfaces.egg.ItemBlazeSpawnEggStack; +import org.allaymc.api.item.interfaces.egg.ItemBoggedSpawnEggStack; import org.allaymc.api.item.interfaces.egg.ItemBreezeSpawnEggStack; import org.allaymc.api.item.interfaces.egg.ItemCamelSpawnEggStack; import org.allaymc.api.item.interfaces.egg.ItemCatSpawnEggStack; @@ -1105,12 +1108,18 @@ import org.allaymc.api.item.interfaces.helmet.ItemLeatherHelmetStack; import org.allaymc.api.item.interfaces.helmet.ItemNetheriteHelmetStack; import org.allaymc.api.item.interfaces.helmet.ItemTurtleHelmetStack; +import org.allaymc.api.item.interfaces.leaves.ItemAcaciaLeavesStack; import org.allaymc.api.item.interfaces.leaves.ItemAzaleaLeavesFloweredStack; import org.allaymc.api.item.interfaces.leaves.ItemAzaleaLeavesStack; +import org.allaymc.api.item.interfaces.leaves.ItemBirchLeavesStack; import org.allaymc.api.item.interfaces.leaves.ItemCherryLeavesStack; +import org.allaymc.api.item.interfaces.leaves.ItemDarkOakLeavesStack; +import org.allaymc.api.item.interfaces.leaves.ItemJungleLeavesStack; import org.allaymc.api.item.interfaces.leaves.ItemLeaves2Stack; import org.allaymc.api.item.interfaces.leaves.ItemLeavesStack; import org.allaymc.api.item.interfaces.leaves.ItemMangroveLeavesStack; +import org.allaymc.api.item.interfaces.leaves.ItemOakLeavesStack; +import org.allaymc.api.item.interfaces.leaves.ItemSpruceLeavesStack; import org.allaymc.api.item.interfaces.leggings.ItemChainmailLeggingsStack; import org.allaymc.api.item.interfaces.leggings.ItemDiamondLeggingsStack; import org.allaymc.api.item.interfaces.leggings.ItemGoldenLeggingsStack; @@ -1208,10 +1217,14 @@ import org.allaymc.api.item.interfaces.sign.ItemOakSignStack; import org.allaymc.api.item.interfaces.sign.ItemSpruceSignStack; import org.allaymc.api.item.interfaces.sign.ItemWarpedSignStack; +import org.allaymc.api.item.interfaces.slab.ItemAcaciaDoubleSlabStack; +import org.allaymc.api.item.interfaces.slab.ItemAcaciaSlabStack; import org.allaymc.api.item.interfaces.slab.ItemBambooDoubleSlabStack; import org.allaymc.api.item.interfaces.slab.ItemBambooMosaicDoubleSlabStack; import org.allaymc.api.item.interfaces.slab.ItemBambooMosaicSlabStack; import org.allaymc.api.item.interfaces.slab.ItemBambooSlabStack; +import org.allaymc.api.item.interfaces.slab.ItemBirchDoubleSlabStack; +import org.allaymc.api.item.interfaces.slab.ItemBirchSlabStack; import org.allaymc.api.item.interfaces.slab.ItemBlackstoneDoubleSlabStack; import org.allaymc.api.item.interfaces.slab.ItemBlackstoneSlabStack; import org.allaymc.api.item.interfaces.slab.ItemCherryDoubleSlabStack; @@ -1221,6 +1234,8 @@ import org.allaymc.api.item.interfaces.slab.ItemCrimsonDoubleSlabStack; import org.allaymc.api.item.interfaces.slab.ItemCrimsonSlabStack; import org.allaymc.api.item.interfaces.slab.ItemCutCopperSlabStack; +import org.allaymc.api.item.interfaces.slab.ItemDarkOakDoubleSlabStack; +import org.allaymc.api.item.interfaces.slab.ItemDarkOakSlabStack; import org.allaymc.api.item.interfaces.slab.ItemDeepslateBrickDoubleSlabStack; import org.allaymc.api.item.interfaces.slab.ItemDeepslateBrickSlabStack; import org.allaymc.api.item.interfaces.slab.ItemDeepslateTileDoubleSlabStack; @@ -1230,13 +1245,16 @@ import org.allaymc.api.item.interfaces.slab.ItemDoubleStoneBlockSlab3Stack; import org.allaymc.api.item.interfaces.slab.ItemDoubleStoneBlockSlab4Stack; import org.allaymc.api.item.interfaces.slab.ItemDoubleStoneBlockSlabStack; -import org.allaymc.api.item.interfaces.slab.ItemDoubleWoodenSlabStack; import org.allaymc.api.item.interfaces.slab.ItemExposedCutCopperSlabStack; import org.allaymc.api.item.interfaces.slab.ItemExposedDoubleCutCopperSlabStack; +import org.allaymc.api.item.interfaces.slab.ItemJungleDoubleSlabStack; +import org.allaymc.api.item.interfaces.slab.ItemJungleSlabStack; import org.allaymc.api.item.interfaces.slab.ItemMangroveDoubleSlabStack; import org.allaymc.api.item.interfaces.slab.ItemMangroveSlabStack; import org.allaymc.api.item.interfaces.slab.ItemMudBrickDoubleSlabStack; import org.allaymc.api.item.interfaces.slab.ItemMudBrickSlabStack; +import org.allaymc.api.item.interfaces.slab.ItemOakDoubleSlabStack; +import org.allaymc.api.item.interfaces.slab.ItemOakSlabStack; import org.allaymc.api.item.interfaces.slab.ItemOxidizedCutCopperSlabStack; import org.allaymc.api.item.interfaces.slab.ItemOxidizedDoubleCutCopperSlabStack; import org.allaymc.api.item.interfaces.slab.ItemPolishedBlackstoneBrickDoubleSlabStack; @@ -1247,6 +1265,8 @@ import org.allaymc.api.item.interfaces.slab.ItemPolishedDeepslateSlabStack; import org.allaymc.api.item.interfaces.slab.ItemPolishedTuffDoubleSlabStack; import org.allaymc.api.item.interfaces.slab.ItemPolishedTuffSlabStack; +import org.allaymc.api.item.interfaces.slab.ItemSpruceDoubleSlabStack; +import org.allaymc.api.item.interfaces.slab.ItemSpruceSlabStack; import org.allaymc.api.item.interfaces.slab.ItemStoneBlockSlab2Stack; import org.allaymc.api.item.interfaces.slab.ItemStoneBlockSlab3Stack; import org.allaymc.api.item.interfaces.slab.ItemStoneBlockSlab4Stack; @@ -1478,10 +1498,22 @@ import org.allaymc.api.item.interfaces.wallsign.ItemSpruceWallSignStack; import org.allaymc.api.item.interfaces.wallsign.ItemWallSignStack; import org.allaymc.api.item.interfaces.wallsign.ItemWarpedWallSignStack; +import org.allaymc.api.item.interfaces.wood.ItemAcaciaWoodStack; +import org.allaymc.api.item.interfaces.wood.ItemBirchWoodStack; import org.allaymc.api.item.interfaces.wood.ItemCherryWoodStack; +import org.allaymc.api.item.interfaces.wood.ItemDarkOakWoodStack; +import org.allaymc.api.item.interfaces.wood.ItemJungleWoodStack; import org.allaymc.api.item.interfaces.wood.ItemMangroveWoodStack; +import org.allaymc.api.item.interfaces.wood.ItemOakWoodStack; +import org.allaymc.api.item.interfaces.wood.ItemSpruceWoodStack; +import org.allaymc.api.item.interfaces.wood.ItemStrippedAcaciaWoodStack; +import org.allaymc.api.item.interfaces.wood.ItemStrippedBirchWoodStack; import org.allaymc.api.item.interfaces.wood.ItemStrippedCherryWoodStack; +import org.allaymc.api.item.interfaces.wood.ItemStrippedDarkOakWoodStack; +import org.allaymc.api.item.interfaces.wood.ItemStrippedJungleWoodStack; import org.allaymc.api.item.interfaces.wood.ItemStrippedMangroveWoodStack; +import org.allaymc.api.item.interfaces.wood.ItemStrippedOakWoodStack; +import org.allaymc.api.item.interfaces.wood.ItemStrippedSpruceWoodStack; import org.allaymc.api.item.interfaces.wood.ItemWoodStack; import org.allaymc.api.item.interfaces.wool.ItemBlackWoolStack; import org.allaymc.api.item.interfaces.wool.ItemBlueWoolStack; @@ -1540,6 +1572,14 @@ public static void initAcaciaDoor() { .build(); } + public static void initAcaciaDoubleSlab() { + if (ItemTypes.ACACIA_DOUBLE_SLAB_TYPE != null) return; + ItemTypes.ACACIA_DOUBLE_SLAB_TYPE = ItemTypeBuilder + .builder(ItemAcaciaDoubleSlabStack.class) + .vanillaItem(VanillaItemId.ACACIA_DOUBLE_SLAB) + .build(); + } + public static void initAcaciaFence() { if (ItemTypes.ACACIA_FENCE_TYPE != null) return; ItemTypes.ACACIA_FENCE_TYPE = ItemTypeBuilder @@ -1564,6 +1604,14 @@ public static void initAcaciaHangingSign() { .build(); } + public static void initAcaciaLeaves() { + if (ItemTypes.ACACIA_LEAVES_TYPE != null) return; + ItemTypes.ACACIA_LEAVES_TYPE = ItemTypeBuilder + .builder(ItemAcaciaLeavesStack.class) + .vanillaItem(VanillaItemId.ACACIA_LEAVES) + .build(); + } + public static void initAcaciaLog() { if (ItemTypes.ACACIA_LOG_TYPE != null) return; ItemTypes.ACACIA_LOG_TYPE = ItemTypeBuilder @@ -1596,6 +1644,14 @@ public static void initAcaciaSign() { .build(); } + public static void initAcaciaSlab() { + if (ItemTypes.ACACIA_SLAB_TYPE != null) return; + ItemTypes.ACACIA_SLAB_TYPE = ItemTypeBuilder + .builder(ItemAcaciaSlabStack.class) + .vanillaItem(VanillaItemId.ACACIA_SLAB) + .build(); + } + public static void initAcaciaStairs() { if (ItemTypes.ACACIA_STAIRS_TYPE != null) return; ItemTypes.ACACIA_STAIRS_TYPE = ItemTypeBuilder @@ -1628,6 +1684,14 @@ public static void initAcaciaWallSign() { .build(); } + public static void initAcaciaWood() { + if (ItemTypes.ACACIA_WOOD_TYPE != null) return; + ItemTypes.ACACIA_WOOD_TYPE = ItemTypeBuilder + .builder(ItemAcaciaWoodStack.class) + .vanillaItem(VanillaItemId.ACACIA_WOOD) + .build(); + } + public static void initActivatorRail() { if (ItemTypes.ACTIVATOR_RAIL_TYPE != null) return; ItemTypes.ACTIVATOR_RAIL_TYPE = ItemTypeBuilder @@ -2204,6 +2268,14 @@ public static void initBirchDoor() { .build(); } + public static void initBirchDoubleSlab() { + if (ItemTypes.BIRCH_DOUBLE_SLAB_TYPE != null) return; + ItemTypes.BIRCH_DOUBLE_SLAB_TYPE = ItemTypeBuilder + .builder(ItemBirchDoubleSlabStack.class) + .vanillaItem(VanillaItemId.BIRCH_DOUBLE_SLAB) + .build(); + } + public static void initBirchFence() { if (ItemTypes.BIRCH_FENCE_TYPE != null) return; ItemTypes.BIRCH_FENCE_TYPE = ItemTypeBuilder @@ -2228,6 +2300,14 @@ public static void initBirchHangingSign() { .build(); } + public static void initBirchLeaves() { + if (ItemTypes.BIRCH_LEAVES_TYPE != null) return; + ItemTypes.BIRCH_LEAVES_TYPE = ItemTypeBuilder + .builder(ItemBirchLeavesStack.class) + .vanillaItem(VanillaItemId.BIRCH_LEAVES) + .build(); + } + public static void initBirchLog() { if (ItemTypes.BIRCH_LOG_TYPE != null) return; ItemTypes.BIRCH_LOG_TYPE = ItemTypeBuilder @@ -2260,6 +2340,14 @@ public static void initBirchSign() { .build(); } + public static void initBirchSlab() { + if (ItemTypes.BIRCH_SLAB_TYPE != null) return; + ItemTypes.BIRCH_SLAB_TYPE = ItemTypeBuilder + .builder(ItemBirchSlabStack.class) + .vanillaItem(VanillaItemId.BIRCH_SLAB) + .build(); + } + public static void initBirchStairs() { if (ItemTypes.BIRCH_STAIRS_TYPE != null) return; ItemTypes.BIRCH_STAIRS_TYPE = ItemTypeBuilder @@ -2292,6 +2380,14 @@ public static void initBirchWallSign() { .build(); } + public static void initBirchWood() { + if (ItemTypes.BIRCH_WOOD_TYPE != null) return; + ItemTypes.BIRCH_WOOD_TYPE = ItemTypeBuilder + .builder(ItemBirchWoodStack.class) + .vanillaItem(VanillaItemId.BIRCH_WOOD) + .build(); + } + public static void initBlackCandle() { if (ItemTypes.BLACK_CANDLE_TYPE != null) return; ItemTypes.BLACK_CANDLE_TYPE = ItemTypeBuilder @@ -2588,6 +2684,14 @@ public static void initBoat() { .build(); } + public static void initBoggedSpawnEgg() { + if (ItemTypes.BOGGED_SPAWN_EGG_TYPE != null) return; + ItemTypes.BOGGED_SPAWN_EGG_TYPE = ItemTypeBuilder + .builder(ItemBoggedSpawnEggStack.class) + .vanillaItem(VanillaItemId.BOGGED_SPAWN_EGG) + .build(); + } + public static void initBone() { if (ItemTypes.BONE_TYPE != null) return; ItemTypes.BONE_TYPE = ItemTypeBuilder @@ -4228,6 +4332,14 @@ public static void initDarkOakDoor() { .build(); } + public static void initDarkOakDoubleSlab() { + if (ItemTypes.DARK_OAK_DOUBLE_SLAB_TYPE != null) return; + ItemTypes.DARK_OAK_DOUBLE_SLAB_TYPE = ItemTypeBuilder + .builder(ItemDarkOakDoubleSlabStack.class) + .vanillaItem(VanillaItemId.DARK_OAK_DOUBLE_SLAB) + .build(); + } + public static void initDarkOakFence() { if (ItemTypes.DARK_OAK_FENCE_TYPE != null) return; ItemTypes.DARK_OAK_FENCE_TYPE = ItemTypeBuilder @@ -4252,6 +4364,14 @@ public static void initDarkOakHangingSign() { .build(); } + public static void initDarkOakLeaves() { + if (ItemTypes.DARK_OAK_LEAVES_TYPE != null) return; + ItemTypes.DARK_OAK_LEAVES_TYPE = ItemTypeBuilder + .builder(ItemDarkOakLeavesStack.class) + .vanillaItem(VanillaItemId.DARK_OAK_LEAVES) + .build(); + } + public static void initDarkOakLog() { if (ItemTypes.DARK_OAK_LOG_TYPE != null) return; ItemTypes.DARK_OAK_LOG_TYPE = ItemTypeBuilder @@ -4284,6 +4404,14 @@ public static void initDarkOakSign() { .build(); } + public static void initDarkOakSlab() { + if (ItemTypes.DARK_OAK_SLAB_TYPE != null) return; + ItemTypes.DARK_OAK_SLAB_TYPE = ItemTypeBuilder + .builder(ItemDarkOakSlabStack.class) + .vanillaItem(VanillaItemId.DARK_OAK_SLAB) + .build(); + } + public static void initDarkOakStairs() { if (ItemTypes.DARK_OAK_STAIRS_TYPE != null) return; ItemTypes.DARK_OAK_STAIRS_TYPE = ItemTypeBuilder @@ -4300,6 +4428,14 @@ public static void initDarkOakTrapdoor() { .build(); } + public static void initDarkOakWood() { + if (ItemTypes.DARK_OAK_WOOD_TYPE != null) return; + ItemTypes.DARK_OAK_WOOD_TYPE = ItemTypeBuilder + .builder(ItemDarkOakWoodStack.class) + .vanillaItem(VanillaItemId.DARK_OAK_WOOD) + .build(); + } + public static void initDarkPrismarineStairs() { if (ItemTypes.DARK_PRISMARINE_STAIRS_TYPE != null) return; ItemTypes.DARK_PRISMARINE_STAIRS_TYPE = ItemTypeBuilder @@ -4780,14 +4916,6 @@ public static void initDoubleStoneBlockSlab4() { .build(); } - public static void initDoubleWoodenSlab() { - if (ItemTypes.DOUBLE_WOODEN_SLAB_TYPE != null) return; - ItemTypes.DOUBLE_WOODEN_SLAB_TYPE = ItemTypeBuilder - .builder(ItemDoubleWoodenSlabStack.class) - .vanillaItem(VanillaItemId.DOUBLE_WOODEN_SLAB) - .build(); - } - public static void initDragonBreath() { if (ItemTypes.DRAGON_BREATH_TYPE != null) return; ItemTypes.DRAGON_BREATH_TYPE = ItemTypeBuilder @@ -6652,11 +6780,11 @@ public static void initGraniteStairs() { .build(); } - public static void initGrass() { - if (ItemTypes.GRASS_TYPE != null) return; - ItemTypes.GRASS_TYPE = ItemTypeBuilder - .builder(ItemGrassStack.class) - .vanillaItem(VanillaItemId.GRASS) + public static void initGrassBlock() { + if (ItemTypes.GRASS_BLOCK_TYPE != null) return; + ItemTypes.GRASS_BLOCK_TYPE = ItemTypeBuilder + .builder(ItemGrassBlockStack.class) + .vanillaItem(VanillaItemId.GRASS_BLOCK) .build(); } @@ -7812,6 +7940,14 @@ public static void initJungleDoor() { .build(); } + public static void initJungleDoubleSlab() { + if (ItemTypes.JUNGLE_DOUBLE_SLAB_TYPE != null) return; + ItemTypes.JUNGLE_DOUBLE_SLAB_TYPE = ItemTypeBuilder + .builder(ItemJungleDoubleSlabStack.class) + .vanillaItem(VanillaItemId.JUNGLE_DOUBLE_SLAB) + .build(); + } + public static void initJungleFence() { if (ItemTypes.JUNGLE_FENCE_TYPE != null) return; ItemTypes.JUNGLE_FENCE_TYPE = ItemTypeBuilder @@ -7836,6 +7972,14 @@ public static void initJungleHangingSign() { .build(); } + public static void initJungleLeaves() { + if (ItemTypes.JUNGLE_LEAVES_TYPE != null) return; + ItemTypes.JUNGLE_LEAVES_TYPE = ItemTypeBuilder + .builder(ItemJungleLeavesStack.class) + .vanillaItem(VanillaItemId.JUNGLE_LEAVES) + .build(); + } + public static void initJungleLog() { if (ItemTypes.JUNGLE_LOG_TYPE != null) return; ItemTypes.JUNGLE_LOG_TYPE = ItemTypeBuilder @@ -7868,6 +8012,14 @@ public static void initJungleSign() { .build(); } + public static void initJungleSlab() { + if (ItemTypes.JUNGLE_SLAB_TYPE != null) return; + ItemTypes.JUNGLE_SLAB_TYPE = ItemTypeBuilder + .builder(ItemJungleSlabStack.class) + .vanillaItem(VanillaItemId.JUNGLE_SLAB) + .build(); + } + public static void initJungleStairs() { if (ItemTypes.JUNGLE_STAIRS_TYPE != null) return; ItemTypes.JUNGLE_STAIRS_TYPE = ItemTypeBuilder @@ -7900,6 +8052,14 @@ public static void initJungleWallSign() { .build(); } + public static void initJungleWood() { + if (ItemTypes.JUNGLE_WOOD_TYPE != null) return; + ItemTypes.JUNGLE_WOOD_TYPE = ItemTypeBuilder + .builder(ItemJungleWoodStack.class) + .vanillaItem(VanillaItemId.JUNGLE_WOOD) + .build(); + } + public static void initKelp() { if (ItemTypes.KELP_TYPE != null) return; ItemTypes.KELP_TYPE = ItemTypeBuilder @@ -9388,6 +9548,14 @@ public static void initOakChestBoat() { .build(); } + public static void initOakDoubleSlab() { + if (ItemTypes.OAK_DOUBLE_SLAB_TYPE != null) return; + ItemTypes.OAK_DOUBLE_SLAB_TYPE = ItemTypeBuilder + .builder(ItemOakDoubleSlabStack.class) + .vanillaItem(VanillaItemId.OAK_DOUBLE_SLAB) + .build(); + } + public static void initOakFence() { if (ItemTypes.OAK_FENCE_TYPE != null) return; ItemTypes.OAK_FENCE_TYPE = ItemTypeBuilder @@ -9404,6 +9572,14 @@ public static void initOakHangingSign() { .build(); } + public static void initOakLeaves() { + if (ItemTypes.OAK_LEAVES_TYPE != null) return; + ItemTypes.OAK_LEAVES_TYPE = ItemTypeBuilder + .builder(ItemOakLeavesStack.class) + .vanillaItem(VanillaItemId.OAK_LEAVES) + .build(); + } + public static void initOakLog() { if (ItemTypes.OAK_LOG_TYPE != null) return; ItemTypes.OAK_LOG_TYPE = ItemTypeBuilder @@ -9428,6 +9604,14 @@ public static void initOakSign() { .build(); } + public static void initOakSlab() { + if (ItemTypes.OAK_SLAB_TYPE != null) return; + ItemTypes.OAK_SLAB_TYPE = ItemTypeBuilder + .builder(ItemOakSlabStack.class) + .vanillaItem(VanillaItemId.OAK_SLAB) + .build(); + } + public static void initOakStairs() { if (ItemTypes.OAK_STAIRS_TYPE != null) return; ItemTypes.OAK_STAIRS_TYPE = ItemTypeBuilder @@ -9436,6 +9620,14 @@ public static void initOakStairs() { .build(); } + public static void initOakWood() { + if (ItemTypes.OAK_WOOD_TYPE != null) return; + ItemTypes.OAK_WOOD_TYPE = ItemTypeBuilder + .builder(ItemOakWoodStack.class) + .vanillaItem(VanillaItemId.OAK_WOOD) + .build(); + } + public static void initObserver() { if (ItemTypes.OBSERVER_TYPE != null) return; ItemTypes.OBSERVER_TYPE = ItemTypeBuilder @@ -11492,6 +11684,14 @@ public static void initSpruceDoor() { .build(); } + public static void initSpruceDoubleSlab() { + if (ItemTypes.SPRUCE_DOUBLE_SLAB_TYPE != null) return; + ItemTypes.SPRUCE_DOUBLE_SLAB_TYPE = ItemTypeBuilder + .builder(ItemSpruceDoubleSlabStack.class) + .vanillaItem(VanillaItemId.SPRUCE_DOUBLE_SLAB) + .build(); + } + public static void initSpruceFence() { if (ItemTypes.SPRUCE_FENCE_TYPE != null) return; ItemTypes.SPRUCE_FENCE_TYPE = ItemTypeBuilder @@ -11516,6 +11716,14 @@ public static void initSpruceHangingSign() { .build(); } + public static void initSpruceLeaves() { + if (ItemTypes.SPRUCE_LEAVES_TYPE != null) return; + ItemTypes.SPRUCE_LEAVES_TYPE = ItemTypeBuilder + .builder(ItemSpruceLeavesStack.class) + .vanillaItem(VanillaItemId.SPRUCE_LEAVES) + .build(); + } + public static void initSpruceLog() { if (ItemTypes.SPRUCE_LOG_TYPE != null) return; ItemTypes.SPRUCE_LOG_TYPE = ItemTypeBuilder @@ -11548,6 +11756,14 @@ public static void initSpruceSign() { .build(); } + public static void initSpruceSlab() { + if (ItemTypes.SPRUCE_SLAB_TYPE != null) return; + ItemTypes.SPRUCE_SLAB_TYPE = ItemTypeBuilder + .builder(ItemSpruceSlabStack.class) + .vanillaItem(VanillaItemId.SPRUCE_SLAB) + .build(); + } + public static void initSpruceStairs() { if (ItemTypes.SPRUCE_STAIRS_TYPE != null) return; ItemTypes.SPRUCE_STAIRS_TYPE = ItemTypeBuilder @@ -11580,6 +11796,14 @@ public static void initSpruceWallSign() { .build(); } + public static void initSpruceWood() { + if (ItemTypes.SPRUCE_WOOD_TYPE != null) return; + ItemTypes.SPRUCE_WOOD_TYPE = ItemTypeBuilder + .builder(ItemSpruceWoodStack.class) + .vanillaItem(VanillaItemId.SPRUCE_WOOD) + .build(); + } + public static void initSpyglass() { if (ItemTypes.SPYGLASS_TYPE != null) return; ItemTypes.SPYGLASS_TYPE = ItemTypeBuilder @@ -11828,6 +12052,14 @@ public static void initStrippedAcaciaLog() { .build(); } + public static void initStrippedAcaciaWood() { + if (ItemTypes.STRIPPED_ACACIA_WOOD_TYPE != null) return; + ItemTypes.STRIPPED_ACACIA_WOOD_TYPE = ItemTypeBuilder + .builder(ItemStrippedAcaciaWoodStack.class) + .vanillaItem(VanillaItemId.STRIPPED_ACACIA_WOOD) + .build(); + } + public static void initStrippedBambooBlock() { if (ItemTypes.STRIPPED_BAMBOO_BLOCK_TYPE != null) return; ItemTypes.STRIPPED_BAMBOO_BLOCK_TYPE = ItemTypeBuilder @@ -11844,6 +12076,14 @@ public static void initStrippedBirchLog() { .build(); } + public static void initStrippedBirchWood() { + if (ItemTypes.STRIPPED_BIRCH_WOOD_TYPE != null) return; + ItemTypes.STRIPPED_BIRCH_WOOD_TYPE = ItemTypeBuilder + .builder(ItemStrippedBirchWoodStack.class) + .vanillaItem(VanillaItemId.STRIPPED_BIRCH_WOOD) + .build(); + } + public static void initStrippedCherryLog() { if (ItemTypes.STRIPPED_CHERRY_LOG_TYPE != null) return; ItemTypes.STRIPPED_CHERRY_LOG_TYPE = ItemTypeBuilder @@ -11884,6 +12124,14 @@ public static void initStrippedDarkOakLog() { .build(); } + public static void initStrippedDarkOakWood() { + if (ItemTypes.STRIPPED_DARK_OAK_WOOD_TYPE != null) return; + ItemTypes.STRIPPED_DARK_OAK_WOOD_TYPE = ItemTypeBuilder + .builder(ItemStrippedDarkOakWoodStack.class) + .vanillaItem(VanillaItemId.STRIPPED_DARK_OAK_WOOD) + .build(); + } + public static void initStrippedJungleLog() { if (ItemTypes.STRIPPED_JUNGLE_LOG_TYPE != null) return; ItemTypes.STRIPPED_JUNGLE_LOG_TYPE = ItemTypeBuilder @@ -11892,6 +12140,14 @@ public static void initStrippedJungleLog() { .build(); } + public static void initStrippedJungleWood() { + if (ItemTypes.STRIPPED_JUNGLE_WOOD_TYPE != null) return; + ItemTypes.STRIPPED_JUNGLE_WOOD_TYPE = ItemTypeBuilder + .builder(ItemStrippedJungleWoodStack.class) + .vanillaItem(VanillaItemId.STRIPPED_JUNGLE_WOOD) + .build(); + } + public static void initStrippedMangroveLog() { if (ItemTypes.STRIPPED_MANGROVE_LOG_TYPE != null) return; ItemTypes.STRIPPED_MANGROVE_LOG_TYPE = ItemTypeBuilder @@ -11916,6 +12172,14 @@ public static void initStrippedOakLog() { .build(); } + public static void initStrippedOakWood() { + if (ItemTypes.STRIPPED_OAK_WOOD_TYPE != null) return; + ItemTypes.STRIPPED_OAK_WOOD_TYPE = ItemTypeBuilder + .builder(ItemStrippedOakWoodStack.class) + .vanillaItem(VanillaItemId.STRIPPED_OAK_WOOD) + .build(); + } + public static void initStrippedSpruceLog() { if (ItemTypes.STRIPPED_SPRUCE_LOG_TYPE != null) return; ItemTypes.STRIPPED_SPRUCE_LOG_TYPE = ItemTypeBuilder @@ -11924,6 +12188,14 @@ public static void initStrippedSpruceLog() { .build(); } + public static void initStrippedSpruceWood() { + if (ItemTypes.STRIPPED_SPRUCE_WOOD_TYPE != null) return; + ItemTypes.STRIPPED_SPRUCE_WOOD_TYPE = ItemTypeBuilder + .builder(ItemStrippedSpruceWoodStack.class) + .vanillaItem(VanillaItemId.STRIPPED_SPRUCE_WOOD) + .build(); + } + public static void initStrippedWarpedHyphae() { if (ItemTypes.STRIPPED_WARPED_HYPHAE_TYPE != null) return; ItemTypes.STRIPPED_WARPED_HYPHAE_TYPE = ItemTypeBuilder @@ -12380,6 +12652,14 @@ public static void initUnpoweredRepeater() { .build(); } + public static void initVault() { + if (ItemTypes.VAULT_TYPE != null) return; + ItemTypes.VAULT_TYPE = ItemTypeBuilder + .builder(ItemVaultStack.class) + .vanillaItem(VanillaItemId.VAULT) + .build(); + } + public static void initVerdantFroglight() { if (ItemTypes.VERDANT_FROGLIGHT_TYPE != null) return; ItemTypes.VERDANT_FROGLIGHT_TYPE = ItemTypeBuilder @@ -13204,6 +13484,14 @@ public static void initWildArmorTrimSmithingTemplate() { .build(); } + public static void initWindCharge() { + if (ItemTypes.WIND_CHARGE_TYPE != null) return; + ItemTypes.WIND_CHARGE_TYPE = ItemTypeBuilder + .builder(ItemWindChargeStack.class) + .vanillaItem(VanillaItemId.WIND_CHARGE) + .build(); + } + public static void initWitchSpawnEgg() { if (ItemTypes.WITCH_SPAWN_EGG_TYPE != null) return; ItemTypes.WITCH_SPAWN_EGG_TYPE = ItemTypeBuilder diff --git a/Allay-Server/src/main/java/org/allaymc/server/world/generator/FlatWorldGenerator.java b/Allay-Server/src/main/java/org/allaymc/server/world/generator/FlatWorldGenerator.java index 9d766d734..f3d79536c 100644 --- a/Allay-Server/src/main/java/org/allaymc/server/world/generator/FlatWorldGenerator.java +++ b/Allay-Server/src/main/java/org/allaymc/server/world/generator/FlatWorldGenerator.java @@ -12,7 +12,7 @@ import static org.allaymc.api.block.type.BlockTypes.BEDROCK_TYPE; import static org.allaymc.api.block.type.BlockTypes.DIRT_TYPE; -import static org.allaymc.api.block.type.BlockTypes.GRASS_TYPE; +import static org.allaymc.api.block.type.BlockTypes.GRASS_BLOCK_TYPE; /** * Allay Project 2023/7/8 @@ -32,7 +32,7 @@ protected void parsePreset() { var list = new ArrayList(); if (preset.isBlank()) { var bedrock = BEDROCK_TYPE.getDefaultState(); - var grass = GRASS_TYPE.getDefaultState(); + var grass = GRASS_BLOCK_TYPE.getDefaultState(); var dirt = DIRT_TYPE.getDefaultState(); list.add(bedrock); list.add(dirt); diff --git a/Allay-Server/src/test/java/org/allaymc/api/item/recipe/RecipeTest.java b/Allay-Server/src/test/java/org/allaymc/api/item/recipe/RecipeTest.java index 7c04201f5..1b81b6861 100644 --- a/Allay-Server/src/test/java/org/allaymc/api/item/recipe/RecipeTest.java +++ b/Allay-Server/src/test/java/org/allaymc/api/item/recipe/RecipeTest.java @@ -1,5 +1,6 @@ package org.allaymc.api.item.recipe; +import org.allaymc.api.item.interfaces.ItemGrassBlockStack; import org.allaymc.api.utils.Identifier; import org.allaymc.api.item.ItemStack; import org.allaymc.api.item.descriptor.DefaultDescriptor; @@ -7,7 +8,6 @@ import org.allaymc.api.item.init.SimpleItemStackInitInfo; import org.allaymc.api.item.interfaces.ItemAirStack; import org.allaymc.api.item.interfaces.ItemDiamondStack; -import org.allaymc.api.item.interfaces.ItemGrassStack; import org.allaymc.api.item.recipe.input.CraftingInput; import org.allaymc.testutils.AllayTestExtension; import org.junit.jupiter.api.Test; @@ -17,7 +17,7 @@ import static org.allaymc.api.item.type.ItemTypes.AIR_TYPE; import static org.allaymc.api.item.type.ItemTypes.DIAMOND_TYPE; -import static org.allaymc.api.item.type.ItemTypes.GRASS_TYPE; +import static org.allaymc.api.item.type.ItemTypes.GRASS_BLOCK_TYPE; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertFalse; import static org.junit.jupiter.api.Assertions.assertTrue; @@ -30,7 +30,7 @@ @ExtendWith(AllayTestExtension.class) class RecipeTest { - public static final Map GRASS_KEY = Map.of('x', new DefaultDescriptor(GRASS_TYPE)); + public static final Map GRASS_KEY = Map.of('x', new DefaultDescriptor(GRASS_BLOCK_TYPE)); @Test void testShapedRecipe() { @@ -198,9 +198,9 @@ void testShapeless() { .identifier(new Identifier("minecraft:grass_magic_1")) .ingredients( new ItemDescriptor[]{ - new DefaultDescriptor(GRASS_TYPE), - new DefaultDescriptor(GRASS_TYPE), - new DefaultDescriptor(GRASS_TYPE) + new DefaultDescriptor(GRASS_BLOCK_TYPE), + new DefaultDescriptor(GRASS_BLOCK_TYPE), + new DefaultDescriptor(GRASS_BLOCK_TYPE) } ) .outputs(new ItemStack[]{diamond()}) @@ -228,8 +228,8 @@ private ItemDiamondStack diamond() { } - private ItemGrassStack grass() { - return GRASS_TYPE.createItemStack( + private ItemGrassBlockStack grass() { + return GRASS_BLOCK_TYPE.createItemStack( SimpleItemStackInitInfo.builder().count(1).build() ); } diff --git a/Allay-Server/src/test/java/org/allaymc/server/utils/HashUtilsTest.java b/Allay-Server/src/test/java/org/allaymc/server/utils/HashUtilsTest.java index 9bd654811..30e620845 100644 --- a/Allay-Server/src/test/java/org/allaymc/server/utils/HashUtilsTest.java +++ b/Allay-Server/src/test/java/org/allaymc/server/utils/HashUtilsTest.java @@ -2,6 +2,7 @@ import org.allaymc.api.block.property.type.BlockPropertyType; import org.allaymc.api.block.type.BlockState; +import org.allaymc.api.block.type.BlockTypes; import org.allaymc.api.utils.HashUtils; import org.allaymc.testutils.AllayTestExtension; import org.cloudburstmc.nbt.NbtMap; @@ -12,42 +13,43 @@ import java.util.ArrayList; -import static org.allaymc.api.block.type.BlockTypes.WOOD_TYPE; +import static org.allaymc.api.block.type.BlockTypes.OAK_WOOD_TYPE; @ExtendWith({AllayTestExtension.class}) public class HashUtilsTest { - static BlockState testBlockState; - static final int testBlockStateHash = -1715809305; - - @BeforeAll - static void before() { - testBlockState = WOOD_TYPE.getDefaultState(); - } - - @Test - public void testComputeBlockStateHash1() { - var value = HashUtils.computeBlockStateHash(testBlockState.getBlockType().getIdentifier(), new ArrayList<>(testBlockState.getPropertyValues().values())); - Assertions.assertEquals(testBlockStateHash, value); - } - - @Test - public void testComputeBlockStateHash2() { - BlockPropertyType.BlockPropertyValue[] array = testBlockState.getPropertyValues().values().toArray(BlockPropertyType.BlockPropertyValue[]::new); - var value = HashUtils.computeBlockStateHash(testBlockState.getBlockType().getIdentifier(), array); - Assertions.assertEquals(testBlockStateHash, value); - } - - @Test - public void test_fnv1a_32_nbt() { - NbtMap tag = NbtMap.builder().putString("name", "minecraft:wood") - .putCompound("states", NbtMap.builder() - .putString("pillar_axis", "x") - .putByte("stripped_bit", (byte) 0) - .putString("wood_type", "acacia") - .build()) - .build(); - Assertions.assertEquals(testBlockStateHash, HashUtils.fnv1a_32_nbt(tag)); - } + // TODO: Needs adaptation, as wood type has been separated since 1.20.70 +// static BlockState testBlockState; +// static final int testBlockStateHash = -1715809305; +// +// @BeforeAll +// static void before() { +// testBlockState = OAK_WOOD_TYPE.getDefaultState(); +// } +// +// @Test +// public void testComputeBlockStateHash1() { +// var value = HashUtils.computeBlockStateHash(testBlockState.getBlockType().getIdentifier(), new ArrayList<>(testBlockState.getPropertyValues().values())); +// Assertions.assertEquals(testBlockStateHash, value); +// } +// +// @Test +// public void testComputeBlockStateHash2() { +// BlockPropertyType.BlockPropertyValue[] array = testBlockState.getPropertyValues().values().toArray(BlockPropertyType.BlockPropertyValue[]::new); +// var value = HashUtils.computeBlockStateHash(testBlockState.getBlockType().getIdentifier(), array); +// Assertions.assertEquals(testBlockStateHash, value); +// } +// +// @Test +// public void test_fnv1a_32_nbt() { +// NbtMap tag = NbtMap.builder().putString("name", "minecraft:wood") +// .putCompound("states", NbtMap.builder() +// .putString("pillar_axis", "x") +// .putByte("stripped_bit", (byte) 0) +// .putString("wood_type", "acacia") +// .build()) +// .build(); +// Assertions.assertEquals(testBlockStateHash, HashUtils.fnv1a_32_nbt(tag)); +// } @Test public void test_hashXZ() { diff --git a/Allay-Server/src/test/java/org/allaymc/server/world/AllayChunkTest.java b/Allay-Server/src/test/java/org/allaymc/server/world/AllayChunkTest.java index ad928ff4b..d194debe4 100644 --- a/Allay-Server/src/test/java/org/allaymc/server/world/AllayChunkTest.java +++ b/Allay-Server/src/test/java/org/allaymc/server/world/AllayChunkTest.java @@ -1,11 +1,7 @@ package org.allaymc.server.world; import lombok.extern.slf4j.Slf4j; -import org.allaymc.api.block.interfaces.BlockAirBehavior; -import org.allaymc.api.block.interfaces.liquid.BlockWaterBehavior; -import org.allaymc.api.block.interfaces.wood.BlockWoodBehavior; import org.allaymc.api.blockentity.init.SimpleBlockEntityInitInfo; -import org.allaymc.api.blockentity.interfaces.BlockEntityBarrel; import org.allaymc.api.data.VanillaBiomeId; import org.allaymc.api.world.DimensionInfo; import org.allaymc.api.world.chunk.Chunk; @@ -31,9 +27,9 @@ void testInvalidGetBlockStateMethodCall() { @Test void testUpdateBlockState() { - chunk.setBlockState(0, 0, 0, WOOD_TYPE.getDefaultState(), 0); + chunk.setBlockState(0, 0, 0, OAK_WOOD_TYPE.getDefaultState(), 0); chunk.setBlockState(0, 0, 0, WATER_TYPE.getDefaultState(), 1); - assertEquals(WOOD_TYPE.getDefaultState(), chunk.getBlockState(0, 0, 0, 0)); + assertEquals(OAK_WOOD_TYPE.getDefaultState(), chunk.getBlockState(0, 0, 0, 0)); assertEquals(WATER_TYPE.getDefaultState(), chunk.getBlockState(0, 0, 0, 1)); } diff --git a/Allay-Server/src/test/java/org/allaymc/server/world/BiomeTest.java b/Allay-Server/src/test/java/org/allaymc/server/world/BiomeTest.java index ce180b78b..92a88d18c 100644 --- a/Allay-Server/src/test/java/org/allaymc/server/world/BiomeTest.java +++ b/Allay-Server/src/test/java/org/allaymc/server/world/BiomeTest.java @@ -14,12 +14,13 @@ public class BiomeTest { @Test void readBiome() { + // TODO: This test would break possibly after a protocol update, which is not good BiomeData biomeData = BiomeTypeRegistry.getRegistry().get(VanillaBiomeId.BASALT_DELTAS); NbtList list = new NbtList<>(NbtType.STRING, "nether", "soulsand_valley", - "spawn_endermen", - "spawn_ghast"); + "spawn_ghast", + "spawn_endermen"); Assertions.assertEquals(new BiomeData(0.05f, 0f, 0.1f, 0f, 0.2f, "soulsand_valley", (byte) 0, 0, list, 2, 0.65f, 0.34117648f, 0.34901962f, diff --git a/Allay-Server/src/test/java/org/allaymc/server/world/LevelDBWorldStorageTest.java b/Allay-Server/src/test/java/org/allaymc/server/world/LevelDBWorldStorageTest.java index 9cccf0e7c..7c7496908 100644 --- a/Allay-Server/src/test/java/org/allaymc/server/world/LevelDBWorldStorageTest.java +++ b/Allay-Server/src/test/java/org/allaymc/server/world/LevelDBWorldStorageTest.java @@ -33,7 +33,7 @@ import java.util.List; import java.util.concurrent.Executors; -import static org.allaymc.api.block.type.BlockTypes.WOOD_TYPE; +import static org.allaymc.api.block.type.BlockTypes.OAK_WOOD_TYPE; /** * Allay Project 2023/5/31 @@ -95,7 +95,7 @@ void testSaveChunk() { for (int i = 0; i < 16; i++) { for (int j = 0; j < 16; j++) { for (int k = -64; k < 320; k++) { - allayUnsafeChunk.setBlockState(i, k, j, WOOD_TYPE.getDefaultState()); + allayUnsafeChunk.setBlockState(i, k, j, OAK_WOOD_TYPE.getDefaultState()); allayUnsafeChunk.setBiome(i, k, j, VanillaBiomeId.FOREST); } allayUnsafeChunk.setHeight(i, j, 319); @@ -110,7 +110,7 @@ void testSaveChunk() { @Order(4) void testReadChunk() { Chunk chunk = levelDBWorldStorage.readChunk(0, 0, DimensionInfo.OVERWORLD).join(); - Assertions.assertEquals(WOOD_TYPE.getDefaultState(), chunk.getBlockState(0, 55, 0)); + Assertions.assertEquals(OAK_WOOD_TYPE.getDefaultState(), chunk.getBlockState(0, 55, 0)); Assertions.assertEquals(VanillaBiomeId.FOREST, chunk.getBiome(0, 55, 0)); Assertions.assertEquals(319, chunk.getHeight(0, 0)); } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f98f595a8..bf07f0e9c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ nbt = { group = "org.allaymc", name = "NBT", version = "3.0.8" } # MC network protocol network = { group = "org.cloudburstmc.protocol", name = "bedrock-connection", version = "3.0.0.Beta1-SNAPSHOT" } # block-state-updater -blockstateupdater = { group = "org.cloudburstmc", name = "block-state-updater", version = "1.20.60-SNAPSHOT" } +blockstateupdater = { group = "org.cloudburstmc", name = "block-state-updater", version = "1.20.70-SNAPSHOT" } # Collections fastutil = { group = "it.unimi.dsi", name = "fastutil", version = "8.5.13" } guava = { group = "com.google.guava", name = "guava", version = "33.1.0-jre" }