Backport some stuff from the generators branch (#10365)

This commit is contained in:
Lulu13022002
2024-04-06 23:51:47 +02:00
parent 613a19f70d
commit d06c0b4571
7 changed files with 74 additions and 24 deletions

View File

@@ -233,6 +233,15 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
WAXED_OXIDIZED_COPPER_TRAPDOOR(21450, TrapDoor.class),
/**
* BlockData: {@link Gate}
@@ -0,0 +0,0 @@ public enum Material implements Keyed, Translatable, net.kyori.adventure.transla
EGG(21603, 16),
COMPASS(24139),
RECOVERY_COMPASS(12710),
+ @MinecraftExperimental // Paper - add missing annotation
+ @org.jetbrains.annotations.ApiStatus.Experimental // Paper - add missing annotation
BUNDLE(16835, 1),
FISHING_ROD(4167, 1, 64),
CLOCK(14980),
@@ -0,0 +0,0 @@ public enum Material implements Keyed, Translatable, net.kyori.adventure.transla
* BlockData: {@link Crafter}
*/