Skip to content

Commit 276d830

Browse files
EarthcomputerSpottedleaf
authored andcommitted
Fix campfire walker in V1920
1 parent 4b27254 commit 276d830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patches/server/0768-Rewrite-dataconverter-system.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11628,7 +11628,7 @@ index 0000000000000000000000000000000000000000..28fc06da723792e9abc4999376c0941f
1162811628
+}
1162911629
diff --git a/src/main/java/ca/spottedleaf/dataconverter/minecraft/versions/V1920.java b/src/main/java/ca/spottedleaf/dataconverter/minecraft/versions/V1920.java
1163011630
new file mode 100644
11631-
index 0000000000000000000000000000000000000000..264264b4f8b9f3b365a5c3e971f817b42359556d
11631+
index 0000000000000000000000000000000000000000..224d35620e9d9e65f0642fdb13f80fcb2667a2ee
1163211632
--- /dev/null
1163311633
+++ b/src/main/java/ca/spottedleaf/dataconverter/minecraft/versions/V1920.java
1163411634
@@ -0,0 +1,75 @@
@@ -11704,7 +11704,7 @@ index 0000000000000000000000000000000000000000..264264b4f8b9f3b365a5c3e971f817b4
1170411704
+ }
1170511705
+ });
1170611706
+
11707-
+ MCTypeRegistry.ENTITY.addWalker(VERSION, "minecraft:campfire", new DataWalkerItemLists("Items"));
11707+
+ MCTypeRegistry.TILE_ENTITY.addWalker(VERSION, "minecraft:campfire", new DataWalkerItemLists("Items"));
1170811708
+ }
1170911709
+}
1171011710
diff --git a/src/main/java/ca/spottedleaf/dataconverter/minecraft/versions/V1925.java b/src/main/java/ca/spottedleaf/dataconverter/minecraft/versions/V1925.java

0 commit comments

Comments
 (0)