[ci skip] Run generators (#12691)

This commit is contained in:
Lulu13022002
2025-06-18 20:05:50 +02:00
committed by GitHub
parent 62b7f86dae
commit f5534cb7c7
52 changed files with 57 additions and 57 deletions

View File

@@ -97,7 +97,7 @@ public final class PaperRegistries {
static {
REGISTRY_ENTRIES = List.of(
// Start generate - RegistryDefinitions
// @GeneratedFrom 1.21.6-rc1
// @GeneratedFrom 1.21.6
// built-in
start(Registries.GAME_EVENT, RegistryKey.GAME_EVENT).craft(GameEvent.class, CraftGameEvent::new).writable(PaperGameEventRegistryEntry.PaperBuilder::new),
start(Registries.STRUCTURE_TYPE, RegistryKey.STRUCTURE_TYPE).craft(StructureType.class, CraftStructureType::new).build(),

View File

@@ -21,7 +21,7 @@ public class PaperFeatureFlagProviderImpl implements FeatureFlagProvider {
public static final BiMap<FeatureFlag, net.minecraft.world.flag.FeatureFlag> FLAGS = ImmutableBiMap.of(
// Start generate - PaperFeatureFlagProviderImpl#FLAGS
// @GeneratedFrom 1.21.6-rc1
// @GeneratedFrom 1.21.6
FeatureFlag.MINECART_IMPROVEMENTS, FeatureFlags.MINECART_IMPROVEMENTS,
FeatureFlag.REDSTONE_EXPERIMENTS, FeatureFlags.REDSTONE_EXPERIMENTS,
FeatureFlag.TRADE_REBALANCE, FeatureFlags.TRADE_REBALANCE,