diff options
| author | mat <27899617+mat-1@users.noreply.github.com> | 2025-09-30 10:56:34 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-30 10:56:34 -0500 |
| commit | 643fcb98c0e6cdc63218dd39960d9053b209d9a6 (patch) | |
| tree | 6bddb7fe39b8fcc3ab3fb2665574533bb227898a /azalea-registry/src/lib.rs | |
| parent | a80d8d1b242430c4a251876fa67bfd26af7a0de9 (diff) | |
| download | azalea-drasl-643fcb98c0e6cdc63218dd39960d9053b209d9a6.tar.xz | |
1.21.9 (#235)
* start updating to 25w33a
* 1.21.9-pre2
* clippy
* cleanup, and fix c_explode and c_player_rotation
* mc update should be in Changed section in the changelog
* 1.21.9
Diffstat (limited to 'azalea-registry/src/lib.rs')
| -rw-r--r-- | azalea-registry/src/lib.rs | 319 |
1 files changed, 315 insertions, 4 deletions
diff --git a/azalea-registry/src/lib.rs b/azalea-registry/src/lib.rs index 90f1ff55..6c1bf7af 100644 --- a/azalea-registry/src/lib.rs +++ b/azalea-registry/src/lib.rs @@ -522,6 +522,18 @@ enum Block { Tnt => "minecraft:tnt", Bookshelf => "minecraft:bookshelf", ChiseledBookshelf => "minecraft:chiseled_bookshelf", + AcaciaShelf => "minecraft:acacia_shelf", + BambooShelf => "minecraft:bamboo_shelf", + BirchShelf => "minecraft:birch_shelf", + CherryShelf => "minecraft:cherry_shelf", + CrimsonShelf => "minecraft:crimson_shelf", + DarkOakShelf => "minecraft:dark_oak_shelf", + JungleShelf => "minecraft:jungle_shelf", + MangroveShelf => "minecraft:mangrove_shelf", + OakShelf => "minecraft:oak_shelf", + PaleOakShelf => "minecraft:pale_oak_shelf", + SpruceShelf => "minecraft:spruce_shelf", + WarpedShelf => "minecraft:warped_shelf", MossyCobblestone => "minecraft:mossy_cobblestone", Obsidian => "minecraft:obsidian", Torch => "minecraft:torch", @@ -622,6 +634,8 @@ enum Block { PolishedBasalt => "minecraft:polished_basalt", SoulTorch => "minecraft:soul_torch", SoulWallTorch => "minecraft:soul_wall_torch", + CopperTorch => "minecraft:copper_torch", + CopperWallTorch => "minecraft:copper_wall_torch", Glowstone => "minecraft:glowstone", NetherPortal => "minecraft:nether_portal", CarvedPumpkin => "minecraft:carved_pumpkin", @@ -670,7 +684,23 @@ enum Block { RedMushroomBlock => "minecraft:red_mushroom_block", MushroomStem => "minecraft:mushroom_stem", IronBars => "minecraft:iron_bars", - Chain => "minecraft:chain", + CopperBars => "minecraft:copper_bars", + ExposedCopperBars => "minecraft:exposed_copper_bars", + WeatheredCopperBars => "minecraft:weathered_copper_bars", + OxidizedCopperBars => "minecraft:oxidized_copper_bars", + WaxedCopperBars => "minecraft:waxed_copper_bars", + WaxedExposedCopperBars => "minecraft:waxed_exposed_copper_bars", + WaxedWeatheredCopperBars => "minecraft:waxed_weathered_copper_bars", + WaxedOxidizedCopperBars => "minecraft:waxed_oxidized_copper_bars", + IronChain => "minecraft:iron_chain", + CopperChain => "minecraft:copper_chain", + ExposedCopperChain => "minecraft:exposed_copper_chain", + WeatheredCopperChain => "minecraft:weathered_copper_chain", + OxidizedCopperChain => "minecraft:oxidized_copper_chain", + WaxedCopperChain => "minecraft:waxed_copper_chain", + WaxedExposedCopperChain => "minecraft:waxed_exposed_copper_chain", + WaxedWeatheredCopperChain => "minecraft:waxed_weathered_copper_chain", + WaxedOxidizedCopperChain => "minecraft:waxed_oxidized_copper_chain", GlassPane => "minecraft:glass_pane", Pumpkin => "minecraft:pumpkin", Melon => "minecraft:melon", @@ -1162,6 +1192,14 @@ enum Block { Bell => "minecraft:bell", Lantern => "minecraft:lantern", SoulLantern => "minecraft:soul_lantern", + CopperLantern => "minecraft:copper_lantern", + ExposedCopperLantern => "minecraft:exposed_copper_lantern", + WeatheredCopperLantern => "minecraft:weathered_copper_lantern", + OxidizedCopperLantern => "minecraft:oxidized_copper_lantern", + WaxedCopperLantern => "minecraft:waxed_copper_lantern", + WaxedExposedCopperLantern => "minecraft:waxed_exposed_copper_lantern", + WaxedWeatheredCopperLantern => "minecraft:waxed_weathered_copper_lantern", + WaxedOxidizedCopperLantern => "minecraft:waxed_oxidized_copper_lantern", Campfire => "minecraft:campfire", SoulCampfire => "minecraft:soul_campfire", SweetBerryBush => "minecraft:sweet_berry_bush", @@ -1384,7 +1422,30 @@ enum Block { WaxedExposedCopperBulb => "minecraft:waxed_exposed_copper_bulb", WaxedWeatheredCopperBulb => "minecraft:waxed_weathered_copper_bulb", WaxedOxidizedCopperBulb => "minecraft:waxed_oxidized_copper_bulb", + CopperChest => "minecraft:copper_chest", + ExposedCopperChest => "minecraft:exposed_copper_chest", + WeatheredCopperChest => "minecraft:weathered_copper_chest", + OxidizedCopperChest => "minecraft:oxidized_copper_chest", + WaxedCopperChest => "minecraft:waxed_copper_chest", + WaxedExposedCopperChest => "minecraft:waxed_exposed_copper_chest", + WaxedWeatheredCopperChest => "minecraft:waxed_weathered_copper_chest", + WaxedOxidizedCopperChest => "minecraft:waxed_oxidized_copper_chest", + CopperGolemStatue => "minecraft:copper_golem_statue", + ExposedCopperGolemStatue => "minecraft:exposed_copper_golem_statue", + WeatheredCopperGolemStatue => "minecraft:weathered_copper_golem_statue", + OxidizedCopperGolemStatue => "minecraft:oxidized_copper_golem_statue", + WaxedCopperGolemStatue => "minecraft:waxed_copper_golem_statue", + WaxedExposedCopperGolemStatue => "minecraft:waxed_exposed_copper_golem_statue", + WaxedWeatheredCopperGolemStatue => "minecraft:waxed_weathered_copper_golem_statue", + WaxedOxidizedCopperGolemStatue => "minecraft:waxed_oxidized_copper_golem_statue", LightningRod => "minecraft:lightning_rod", + ExposedLightningRod => "minecraft:exposed_lightning_rod", + WeatheredLightningRod => "minecraft:weathered_lightning_rod", + OxidizedLightningRod => "minecraft:oxidized_lightning_rod", + WaxedLightningRod => "minecraft:waxed_lightning_rod", + WaxedExposedLightningRod => "minecraft:waxed_exposed_lightning_rod", + WaxedWeatheredLightningRod => "minecraft:waxed_weathered_lightning_rod", + WaxedOxidizedLightningRod => "minecraft:waxed_oxidized_lightning_rod", PointedDripstone => "minecraft:pointed_dripstone", DripstoneBlock => "minecraft:dripstone_block", CaveVines => "minecraft:cave_vines", @@ -1496,6 +1557,7 @@ enum BlockEntityKind { SculkCatalyst => "minecraft:sculk_catalyst", SculkShrieker => "minecraft:sculk_shrieker", ChiseledBookshelf => "minecraft:chiseled_bookshelf", + Shelf => "minecraft:shelf", BrushableBlock => "minecraft:brushable_block", DecoratedPot => "minecraft:decorated_pot", Crafter => "minecraft:crafter", @@ -1503,6 +1565,7 @@ enum BlockEntityKind { Vault => "minecraft:vault", TestBlock => "minecraft:test_block", TestInstanceBlock => "minecraft:test_instance_block", + CopperGolemStatue => "minecraft:copper_golem_statue", } } @@ -1714,6 +1777,7 @@ enum EntityKind { ChestMinecart => "minecraft:chest_minecart", Chicken => "minecraft:chicken", Cod => "minecraft:cod", + CopperGolem => "minecraft:copper_golem", CommandBlockMinecart => "minecraft:command_block_minecart", Cow => "minecraft:cow", Creaking => "minecraft:creaking", @@ -1768,6 +1832,7 @@ enum EntityKind { MagmaCube => "minecraft:magma_cube", MangroveBoat => "minecraft:mangrove_boat", MangroveChestBoat => "minecraft:mangrove_chest_boat", + Mannequin => "minecraft:mannequin", Marker => "minecraft:marker", Minecart => "minecraft:minecart", Mooshroom => "minecraft:mooshroom", @@ -2264,6 +2329,18 @@ enum Item { SmoothSandstone => "minecraft:smooth_sandstone", SmoothStone => "minecraft:smooth_stone", Bricks => "minecraft:bricks", + AcaciaShelf => "minecraft:acacia_shelf", + BambooShelf => "minecraft:bamboo_shelf", + BirchShelf => "minecraft:birch_shelf", + CherryShelf => "minecraft:cherry_shelf", + CrimsonShelf => "minecraft:crimson_shelf", + DarkOakShelf => "minecraft:dark_oak_shelf", + JungleShelf => "minecraft:jungle_shelf", + MangroveShelf => "minecraft:mangrove_shelf", + OakShelf => "minecraft:oak_shelf", + PaleOakShelf => "minecraft:pale_oak_shelf", + SpruceShelf => "minecraft:spruce_shelf", + WarpedShelf => "minecraft:warped_shelf", Bookshelf => "minecraft:bookshelf", ChiseledBookshelf => "minecraft:chiseled_bookshelf", DecoratedPot => "minecraft:decorated_pot", @@ -2313,6 +2390,7 @@ enum Item { PolishedBasalt => "minecraft:polished_basalt", SmoothBasalt => "minecraft:smooth_basalt", SoulTorch => "minecraft:soul_torch", + CopperTorch => "minecraft:copper_torch", Glowstone => "minecraft:glowstone", InfestedStone => "minecraft:infested_stone", InfestedCobblestone => "minecraft:infested_cobblestone", @@ -2337,7 +2415,23 @@ enum Item { RedMushroomBlock => "minecraft:red_mushroom_block", MushroomStem => "minecraft:mushroom_stem", IronBars => "minecraft:iron_bars", - Chain => "minecraft:chain", + CopperBars => "minecraft:copper_bars", + ExposedCopperBars => "minecraft:exposed_copper_bars", + WeatheredCopperBars => "minecraft:weathered_copper_bars", + OxidizedCopperBars => "minecraft:oxidized_copper_bars", + WaxedCopperBars => "minecraft:waxed_copper_bars", + WaxedExposedCopperBars => "minecraft:waxed_exposed_copper_bars", + WaxedWeatheredCopperBars => "minecraft:waxed_weathered_copper_bars", + WaxedOxidizedCopperBars => "minecraft:waxed_oxidized_copper_bars", + IronChain => "minecraft:iron_chain", + CopperChain => "minecraft:copper_chain", + ExposedCopperChain => "minecraft:exposed_copper_chain", + WeatheredCopperChain => "minecraft:weathered_copper_chain", + OxidizedCopperChain => "minecraft:oxidized_copper_chain", + WaxedCopperChain => "minecraft:waxed_copper_chain", + WaxedExposedCopperChain => "minecraft:waxed_exposed_copper_chain", + WaxedWeatheredCopperChain => "minecraft:waxed_weathered_copper_chain", + WaxedOxidizedCopperChain => "minecraft:waxed_oxidized_copper_chain", GlassPane => "minecraft:glass_pane", Melon => "minecraft:melon", Vine => "minecraft:vine", @@ -2664,6 +2758,13 @@ enum Item { Target => "minecraft:target", Lever => "minecraft:lever", LightningRod => "minecraft:lightning_rod", + ExposedLightningRod => "minecraft:exposed_lightning_rod", + WeatheredLightningRod => "minecraft:weathered_lightning_rod", + OxidizedLightningRod => "minecraft:oxidized_lightning_rod", + WaxedLightningRod => "minecraft:waxed_lightning_rod", + WaxedExposedLightningRod => "minecraft:waxed_exposed_lightning_rod", + WaxedWeatheredLightningRod => "minecraft:waxed_weathered_lightning_rod", + WaxedOxidizedLightningRod => "minecraft:waxed_oxidized_lightning_rod", DaylightDetector => "minecraft:daylight_detector", SculkSensor => "minecraft:sculk_sensor", CalibratedSculkSensor => "minecraft:calibrated_sculk_sensor", @@ -2839,6 +2940,11 @@ enum Item { WoodenPickaxe => "minecraft:wooden_pickaxe", WoodenAxe => "minecraft:wooden_axe", WoodenHoe => "minecraft:wooden_hoe", + CopperSword => "minecraft:copper_sword", + CopperShovel => "minecraft:copper_shovel", + CopperPickaxe => "minecraft:copper_pickaxe", + CopperAxe => "minecraft:copper_axe", + CopperHoe => "minecraft:copper_hoe", StoneSword => "minecraft:stone_sword", StoneShovel => "minecraft:stone_shovel", StonePickaxe => "minecraft:stone_pickaxe", @@ -2876,6 +2982,10 @@ enum Item { LeatherChestplate => "minecraft:leather_chestplate", LeatherLeggings => "minecraft:leather_leggings", LeatherBoots => "minecraft:leather_boots", + CopperHelmet => "minecraft:copper_helmet", + CopperChestplate => "minecraft:copper_chestplate", + CopperLeggings => "minecraft:copper_leggings", + CopperBoots => "minecraft:copper_boots", ChainmailHelmet => "minecraft:chainmail_helmet", ChainmailChestplate => "minecraft:chainmail_chestplate", ChainmailLeggings => "minecraft:chainmail_leggings", @@ -3057,6 +3167,7 @@ enum Item { CaveSpiderSpawnEgg => "minecraft:cave_spider_spawn_egg", ChickenSpawnEgg => "minecraft:chicken_spawn_egg", CodSpawnEgg => "minecraft:cod_spawn_egg", + CopperGolemSpawnEgg => "minecraft:copper_golem_spawn_egg", CowSpawnEgg => "minecraft:cow_spawn_egg", CreeperSpawnEgg => "minecraft:creeper_spawn_egg", DolphinSpawnEgg => "minecraft:dolphin_spawn_egg", @@ -3164,6 +3275,7 @@ enum Item { RabbitFoot => "minecraft:rabbit_foot", RabbitHide => "minecraft:rabbit_hide", ArmorStand => "minecraft:armor_stand", + CopperHorseArmor => "minecraft:copper_horse_armor", IronHorseArmor => "minecraft:iron_horse_armor", GoldenHorseArmor => "minecraft:golden_horse_armor", DiamondHorseArmor => "minecraft:diamond_horse_armor", @@ -3206,6 +3318,7 @@ enum Item { TotemOfUndying => "minecraft:totem_of_undying", ShulkerShell => "minecraft:shulker_shell", IronNugget => "minecraft:iron_nugget", + CopperNugget => "minecraft:copper_nugget", KnowledgeBook => "minecraft:knowledge_book", DebugStick => "minecraft:debug_stick", MusicDisc13 => "minecraft:music_disc_13", @@ -3259,6 +3372,14 @@ enum Item { Bell => "minecraft:bell", Lantern => "minecraft:lantern", SoulLantern => "minecraft:soul_lantern", + CopperLantern => "minecraft:copper_lantern", + ExposedCopperLantern => "minecraft:exposed_copper_lantern", + WeatheredCopperLantern => "minecraft:weathered_copper_lantern", + OxidizedCopperLantern => "minecraft:oxidized_copper_lantern", + WaxedCopperLantern => "minecraft:waxed_copper_lantern", + WaxedExposedCopperLantern => "minecraft:waxed_exposed_copper_lantern", + WaxedWeatheredCopperLantern => "minecraft:waxed_weathered_copper_lantern", + WaxedOxidizedCopperLantern => "minecraft:waxed_oxidized_copper_lantern", SweetBerries => "minecraft:sweet_berries", GlowBerries => "minecraft:glow_berries", Campfire => "minecraft:campfire", @@ -3370,6 +3491,22 @@ enum Item { WaxedExposedCopperBulb => "minecraft:waxed_exposed_copper_bulb", WaxedWeatheredCopperBulb => "minecraft:waxed_weathered_copper_bulb", WaxedOxidizedCopperBulb => "minecraft:waxed_oxidized_copper_bulb", + CopperChest => "minecraft:copper_chest", + ExposedCopperChest => "minecraft:exposed_copper_chest", + WeatheredCopperChest => "minecraft:weathered_copper_chest", + OxidizedCopperChest => "minecraft:oxidized_copper_chest", + WaxedCopperChest => "minecraft:waxed_copper_chest", + WaxedExposedCopperChest => "minecraft:waxed_exposed_copper_chest", + WaxedWeatheredCopperChest => "minecraft:waxed_weathered_copper_chest", + WaxedOxidizedCopperChest => "minecraft:waxed_oxidized_copper_chest", + CopperGolemStatue => "minecraft:copper_golem_statue", + ExposedCopperGolemStatue => "minecraft:exposed_copper_golem_statue", + WeatheredCopperGolemStatue => "minecraft:weathered_copper_golem_statue", + OxidizedCopperGolemStatue => "minecraft:oxidized_copper_golem_statue", + WaxedCopperGolemStatue => "minecraft:waxed_copper_golem_statue", + WaxedExposedCopperGolemStatue => "minecraft:waxed_exposed_copper_golem_statue", + WaxedWeatheredCopperGolemStatue => "minecraft:waxed_weathered_copper_golem_statue", + WaxedOxidizedCopperGolemStatue => "minecraft:waxed_oxidized_copper_golem_statue", TrialSpawner => "minecraft:trial_spawner", TrialKey => "minecraft:trial_key", OminousTrialKey => "minecraft:ominous_trial_key", @@ -3541,6 +3678,9 @@ enum MemoryModuleKind { IsPregnant => "minecraft:is_pregnant", IsPanicking => "minecraft:is_panicking", UnreachableTongueTargets => "minecraft:unreachable_tongue_targets", + VisitedBlockPositions => "minecraft:visited_block_positions", + UnreachableTransportBlockPositions => "minecraft:unreachable_transport_block_positions", + TransportItemsCooldownTicks => "minecraft:transport_items_cooldown_ticks", AngryAt => "minecraft:angry_at", UniversalAnger => "minecraft:universal_anger", AdmiringItem => "minecraft:admiring_item", @@ -3648,6 +3788,7 @@ enum ParticleKind { BlockMarker => "minecraft:block_marker", Bubble => "minecraft:bubble", Cloud => "minecraft:cloud", + CopperFireFlame => "minecraft:copper_fire_flame", Crit => "minecraft:crit", DamageIndicator => "minecraft:damage_indicator", DragonBreath => "minecraft:dragon_breath", @@ -4024,6 +4165,7 @@ enum SoundEvent { ItemArmorEquipGold => "minecraft:item.armor.equip_gold", ItemArmorEquipIron => "minecraft:item.armor.equip_iron", ItemArmorEquipLeather => "minecraft:item.armor.equip_leather", + ItemArmorEquipCopper => "minecraft:item.armor.equip_copper", ItemArmorEquipNetherite => "minecraft:item.armor.equip_netherite", ItemArmorEquipTurtle => "minecraft:item.armor.equip_turtle", ItemArmorEquipWolf => "minecraft:item.armor.equip_wolf", @@ -4305,8 +4447,38 @@ enum SoundEvent { BlockCopperPlace => "minecraft:block.copper.place", BlockCopperHit => "minecraft:block.copper.hit", BlockCopperFall => "minecraft:block.copper.fall", + BlockCopperChestClose => "minecraft:block.copper_chest.close", + BlockCopperChestOpen => "minecraft:block.copper_chest.open", + BlockCopperChestWeatheredClose => "minecraft:block.copper_chest_weathered.close", + BlockCopperChestWeatheredOpen => "minecraft:block.copper_chest_weathered.open", + BlockCopperChestOxidizedClose => "minecraft:block.copper_chest_oxidized.close", + BlockCopperChestOxidizedOpen => "minecraft:block.copper_chest_oxidized.open", BlockCopperDoorClose => "minecraft:block.copper_door.close", BlockCopperDoorOpen => "minecraft:block.copper_door.open", + EntityCopperGolemStep => "minecraft:entity.copper_golem.step", + EntityCopperGolemHurt => "minecraft:entity.copper_golem.hurt", + EntityCopperGolemDeath => "minecraft:entity.copper_golem.death", + EntityCopperGolemWeatheredStep => "minecraft:entity.copper_golem_weathered.step", + EntityCopperGolemWeatheredHurt => "minecraft:entity.copper_golem_weathered.hurt", + EntityCopperGolemWeatheredDeath => "minecraft:entity.copper_golem_weathered.death", + EntityCopperGolemOxidizedStep => "minecraft:entity.copper_golem_oxidized.step", + EntityCopperGolemOxidizedHurt => "minecraft:entity.copper_golem_oxidized.hurt", + EntityCopperGolemOxidizedDeath => "minecraft:entity.copper_golem_oxidized.death", + EntityCopperGolemSpin => "minecraft:entity.copper_golem.spin", + EntityCopperGolemWeatheredSpin => "minecraft:entity.copper_golem_weathered.spin", + EntityCopperGolemOxidizedSpin => "minecraft:entity.copper_golem_oxidized.spin", + EntityCopperGolemNoItemGet => "minecraft:entity.copper_golem.no_item_get", + EntityCopperGolemNoItemNoGet => "minecraft:entity.copper_golem.no_item_no_get", + EntityCopperGolemItemDrop => "minecraft:entity.copper_golem.item_drop", + EntityCopperGolemItemNoDrop => "minecraft:entity.copper_golem.item_no_drop", + EntityCopperGolemBecomeStatue => "minecraft:entity.copper_golem_become_statue", + BlockCopperGolemStatueBreak => "minecraft:block.copper_golem_statue.break", + BlockCopperGolemStatuePlace => "minecraft:block.copper_golem_statue.place", + BlockCopperGolemStatueHit => "minecraft:block.copper_golem_statue.hit", + BlockCopperGolemStatueStep => "minecraft:block.copper_golem_statue.step", + BlockCopperGolemStatueFall => "minecraft:block.copper_golem_statue.fall", + EntityCopperGolemSpawn => "minecraft:entity.copper_golem.spawn", + EntityCopperGolemShear => "minecraft:entity.copper_golem.shear", BlockCopperGrateBreak => "minecraft:block.copper_grate.break", BlockCopperGrateStep => "minecraft:block.copper_grate.step", BlockCopperGratePlace => "minecraft:block.copper_grate.place", @@ -5248,6 +5420,17 @@ enum SoundEvent { EntitySheepShear => "minecraft:entity.sheep.shear", EntitySheepStep => "minecraft:entity.sheep.step", ItemShearsSnip => "minecraft:item.shears.snip", + BlockShelfActivate => "minecraft:block.shelf.activate", + BlockShelfBreak => "minecraft:block.shelf.break", + BlockShelfDeactivate => "minecraft:block.shelf.deactivate", + BlockShelfFall => "minecraft:block.shelf.fall", + BlockShelfHit => "minecraft:block.shelf.hit", + BlockShelfMultiSwap => "minecraft:block.shelf.multi_swap", + BlockShelfPlace => "minecraft:block.shelf.place", + BlockShelfPlaceItem => "minecraft:block.shelf.place_item", + BlockShelfSingleSwap => "minecraft:block.shelf.single_swap", + BlockShelfStep => "minecraft:block.shelf.step", + BlockShelfTakeItem => "minecraft:block.shelf.take_item", ItemShieldBlock => "minecraft:item.shield.block", ItemShieldBreak => "minecraft:item.shield.break", BlockShroomlightBreak => "minecraft:block.shroomlight.break", @@ -5548,6 +5731,7 @@ enum SoundEvent { BlockHangingSignWaxedInteractFail => "minecraft:block.hanging_sign.waxed_interact_fail", BlockSignWaxedInteractFail => "minecraft:block.sign.waxed_interact_fail", BlockWaterAmbient => "minecraft:block.water.ambient", + WeatherEndFlash => "minecraft:weather.end_flash", WeatherRain => "minecraft:weather.rain", WeatherRainAbove => "minecraft:weather.rain.above", BlockWetGrassBreak => "minecraft:block.wet_grass.break", @@ -5790,6 +5974,7 @@ enum WorldgenDensityFunctionKind { Cube => "minecraft:cube", HalfNegative => "minecraft:half_negative", QuarterNegative => "minecraft:quarter_negative", + Invert => "minecraft:invert", Squeeze => "minecraft:squeeze", Add => "minecraft:add", Mul => "minecraft:mul", @@ -5798,6 +5983,7 @@ enum WorldgenDensityFunctionKind { Spline => "minecraft:spline", Constant => "minecraft:constant", YClampedGradient => "minecraft:y_clamped_gradient", + FindTopSurface => "minecraft:find_top_surface", } } @@ -6203,6 +6389,8 @@ enum BlockKind { ConcretePowder => "minecraft:concrete_powder", Conduit => "minecraft:conduit", CopperBulbBlock => "minecraft:copper_bulb_block", + CopperChest => "minecraft:copper_chest", + CopperGolemStatue => "minecraft:copper_golem_statue", Coral => "minecraft:coral", CoralFan => "minecraft:coral_fan", CoralPlant => "minecraft:coral_plant", @@ -6236,7 +6424,6 @@ enum BlockKind { FenceGate => "minecraft:fence_gate", Fire => "minecraft:fire", FireflyBush => "minecraft:firefly_bush", - FletchingTable => "minecraft:fletching_table", Flower => "minecraft:flower", FlowerPot => "minecraft:flower_pot", Frogspawn => "minecraft:frogspawn", @@ -6327,6 +6514,7 @@ enum BlockKind { SculkVein => "minecraft:sculk_vein", Seagrass => "minecraft:seagrass", SeaPickle => "minecraft:sea_pickle", + Shelf => "minecraft:shelf", ShortDryGrass => "minecraft:short_dry_grass", ShulkerBox => "minecraft:shulker_box", Skull => "minecraft:skull", @@ -6386,13 +6574,19 @@ enum BlockKind { Wall => "minecraft:wall", Waterlily => "minecraft:waterlily", WaterloggedTransparent => "minecraft:waterlogged_transparent", + WeatheringCopperBar => "minecraft:weathering_copper_bar", WeatheringCopperBulb => "minecraft:weathering_copper_bulb", + WeatheringCopperChain => "minecraft:weathering_copper_chain", + WeatheringCopperChest => "minecraft:weathering_copper_chest", WeatheringCopperDoor => "minecraft:weathering_copper_door", WeatheringCopperFull => "minecraft:weathering_copper_full", + WeatheringCopperGolemStatue => "minecraft:weathering_copper_golem_statue", WeatheringCopperGrate => "minecraft:weathering_copper_grate", WeatheringCopperSlab => "minecraft:weathering_copper_slab", WeatheringCopperStair => "minecraft:weathering_copper_stair", WeatheringCopperTrapDoor => "minecraft:weathering_copper_trap_door", + WeatheringLantern => "minecraft:weathering_lantern", + WeatheringLightningRod => "minecraft:weathering_lightning_rod", Web => "minecraft:web", WeepingVinesPlant => "minecraft:weeping_vines_plant", WeepingVines => "minecraft:weeping_vines", @@ -6817,7 +7011,8 @@ enum SlotDisplay { registry! { enum TicketKind { - Start => "minecraft:start", + PlayerSpawn => "minecraft:player_spawn", + SpawnSearch => "minecraft:spawn_search", Dragon => "minecraft:dragon", PlayerLoading => "minecraft:player_loading", PlayerSimulation => "minecraft:player_simulation", @@ -6917,3 +7112,119 @@ enum DialogActionKind { DynamicCustom => "minecraft:dynamic/custom", } } + +registry! { +enum DebugSubscription { + DedicatedServerTickTime => "minecraft:dedicated_server_tick_time", + Bees => "minecraft:bees", + Brains => "minecraft:brains", + Breezes => "minecraft:breezes", + GoalSelectors => "minecraft:goal_selectors", + EntityPaths => "minecraft:entity_paths", + EntityBlockIntersections => "minecraft:entity_block_intersections", + BeeHives => "minecraft:bee_hives", + Pois => "minecraft:pois", + RedstoneWireOrientations => "minecraft:redstone_wire_orientations", + VillageSections => "minecraft:village_sections", + Raids => "minecraft:raids", + Structures => "minecraft:structures", + GameEventListeners => "minecraft:game_event_listeners", + NeighborUpdates => "minecraft:neighbor_updates", + GameEvents => "minecraft:game_events", +} +} + +registry! { +enum IncomingRpcMethods { + Allowlist => "minecraft:allowlist", + AllowlistSet => "minecraft:allowlist/set", + AllowlistAdd => "minecraft:allowlist/add", + AllowlistRemove => "minecraft:allowlist/remove", + AllowlistClear => "minecraft:allowlist/clear", + Bans => "minecraft:bans", + BansSet => "minecraft:bans/set", + BansAdd => "minecraft:bans/add", + BansRemove => "minecraft:bans/remove", + BansClear => "minecraft:bans/clear", + IpBans => "minecraft:ip_bans", + IpBansSet => "minecraft:ip_bans/set", + IpBansAdd => "minecraft:ip_bans/add", + IpBansRemove => "minecraft:ip_bans/remove", + IpBansClear => "minecraft:ip_bans/clear", + Players => "minecraft:players", + PlayersKick => "minecraft:players/kick", + Operators => "minecraft:operators", + OperatorsSet => "minecraft:operators/set", + OperatorsAdd => "minecraft:operators/add", + OperatorsRemove => "minecraft:operators/remove", + OperatorsClear => "minecraft:operators/clear", + ServerStatus => "minecraft:server/status", + ServerSave => "minecraft:server/save", + ServerStop => "minecraft:server/stop", + ServerSystemMessage => "minecraft:server/system_message", + ServersettingsAutosave => "minecraft:serversettings/autosave", + ServersettingsAutosaveSet => "minecraft:serversettings/autosave/set", + ServersettingsDifficulty => "minecraft:serversettings/difficulty", + ServersettingsDifficultySet => "minecraft:serversettings/difficulty/set", + ServersettingsEnforceAllowlist => "minecraft:serversettings/enforce_allowlist", + ServersettingsEnforceAllowlistSet => "minecraft:serversettings/enforce_allowlist/set", + ServersettingsUseAllowlist => "minecraft:serversettings/use_allowlist", + ServersettingsUseAllowlistSet => "minecraft:serversettings/use_allowlist/set", + ServersettingsMaxPlayers => "minecraft:serversettings/max_players", + ServersettingsMaxPlayersSet => "minecraft:serversettings/max_players/set", + ServersettingsPauseWhenEmptySeconds => "minecraft:serversettings/pause_when_empty_seconds", + ServersettingsPauseWhenEmptySecondsSet => "minecraft:serversettings/pause_when_empty_seconds/set", + ServersettingsPlayerIdleTimeout => "minecraft:serversettings/player_idle_timeout", + ServersettingsPlayerIdleTimeoutSet => "minecraft:serversettings/player_idle_timeout/set", + ServersettingsAllowFlight => "minecraft:serversettings/allow_flight", + ServersettingsAllowFlightSet => "minecraft:serversettings/allow_flight/set", + ServersettingsMotd => "minecraft:serversettings/motd", + ServersettingsMotdSet => "minecraft:serversettings/motd/set", + ServersettingsSpawnProtectionRadius => "minecraft:serversettings/spawn_protection_radius", + ServersettingsSpawnProtectionRadiusSet => "minecraft:serversettings/spawn_protection_radius/set", + ServersettingsForceGameMode => "minecraft:serversettings/force_game_mode", + ServersettingsForceGameModeSet => "minecraft:serversettings/force_game_mode/set", + ServersettingsGameMode => "minecraft:serversettings/game_mode", + ServersettingsGameModeSet => "minecraft:serversettings/game_mode/set", + ServersettingsViewDistance => "minecraft:serversettings/view_distance", + ServersettingsViewDistanceSet => "minecraft:serversettings/view_distance/set", + ServersettingsSimulationDistance => "minecraft:serversettings/simulation_distance", + ServersettingsSimulationDistanceSet => "minecraft:serversettings/simulation_distance/set", + ServersettingsAcceptTransfers => "minecraft:serversettings/accept_transfers", + ServersettingsAcceptTransfersSet => "minecraft:serversettings/accept_transfers/set", + ServersettingsStatusHeartbeatInterval => "minecraft:serversettings/status_heartbeat_interval", + ServersettingsStatusHeartbeatIntervalSet => "minecraft:serversettings/status_heartbeat_interval/set", + ServersettingsOperatorUserPermissionLevel => "minecraft:serversettings/operator_user_permission_level", + ServersettingsOperatorUserPermissionLevelSet => "minecraft:serversettings/operator_user_permission_level/set", + ServersettingsHideOnlinePlayers => "minecraft:serversettings/hide_online_players", + ServersettingsHideOnlinePlayersSet => "minecraft:serversettings/hide_online_players/set", + ServersettingsStatusReplies => "minecraft:serversettings/status_replies", + ServersettingsStatusRepliesSet => "minecraft:serversettings/status_replies/set", + ServersettingsEntityBroadcastRange => "minecraft:serversettings/entity_broadcast_range", + ServersettingsEntityBroadcastRangeSet => "minecraft:serversettings/entity_broadcast_range/set", + Gamerules => "minecraft:gamerules", + GamerulesUpdate => "minecraft:gamerules/update", + RpcDiscover => "minecraft:rpc.discover", +} +} + +registry! { +enum OutgoingRpcMethods { + NotificationServerStarted => "minecraft:notification/server/started", + NotificationServerStopping => "minecraft:notification/server/stopping", + NotificationServerSaving => "minecraft:notification/server/saving", + NotificationServerSaved => "minecraft:notification/server/saved", + NotificationPlayersJoined => "minecraft:notification/players/joined", + NotificationPlayersLeft => "minecraft:notification/players/left", + NotificationOperatorsAdded => "minecraft:notification/operators/added", + NotificationOperatorsRemoved => "minecraft:notification/operators/removed", + NotificationAllowlistAdded => "minecraft:notification/allowlist/added", + NotificationAllowlistRemoved => "minecraft:notification/allowlist/removed", + NotificationIpBansAdded => "minecraft:notification/ip_bans/added", + NotificationIpBansRemoved => "minecraft:notification/ip_bans/removed", + NotificationBansAdded => "minecraft:notification/bans/added", + NotificationBansRemoved => "minecraft:notification/bans/removed", + NotificationGamerulesUpdated => "minecraft:notification/gamerules/updated", + NotificationServerStatus => "minecraft:notification/server/status", +} +} |
