Skip to content

Commit 7e70636

Browse files
jpenillalynxplayJRoySpottedleaf
committed
Initial 1.21.9 update (squashed)
Co-authored-by: Bjarne Koll <[email protected]> Co-authored-by: Josh Roy <[email protected]> Co-authored-by: Spottedleaf <[email protected]>
1 parent 29c8822 commit 7e70636

File tree

779 files changed

+9347
-5642
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

779 files changed

+9347
-5642
lines changed

build-data/paper.at

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ public net.minecraft.world.entity.AreaEffectCloud radiusOnUse
149149
public net.minecraft.world.entity.AreaEffectCloud radiusPerTick
150150
public net.minecraft.world.entity.AreaEffectCloud reapplicationDelay
151151
public net.minecraft.world.entity.AreaEffectCloud waitTime
152+
public net.minecraft.world.entity.Avatar DATA_PLAYER_MODE_CUSTOMISATION
152153
public net.minecraft.world.entity.Display DATA_POS_ROT_INTERPOLATION_DURATION_ID
153154
public net.minecraft.world.entity.Display createTransformation(Lnet/minecraft/network/syncher/SynchedEntityData;)Lcom/mojang/math/Transformation;
154155
public net.minecraft.world.entity.Display getBillboardConstraints()Lnet/minecraft/world/entity/Display$BillboardConstraints;
@@ -422,7 +423,6 @@ public net.minecraft.world.entity.npc.WanderingTrader getWanderTarget()Lnet/mine
422423
public net.minecraft.world.entity.player.Abilities flyingSpeed
423424
public net.minecraft.world.entity.player.Abilities walkingSpeed
424425
public net.minecraft.world.entity.player.Inventory equipment
425-
public net.minecraft.world.entity.player.Player DATA_PLAYER_MODE_CUSTOMISATION
426426
public net.minecraft.world.entity.player.Player closeContainer()V
427427
public net.minecraft.world.entity.player.Player enchantmentSeed
428428
public net.minecraft.world.entity.player.Player getFireImmuneTicks()I
@@ -496,7 +496,7 @@ public net.minecraft.world.entity.vehicle.AbstractMinecartContainer lootTable
496496
public net.minecraft.world.entity.vehicle.AbstractMinecartContainer lootTableSeed
497497
public net.minecraft.world.entity.vehicle.MinecartCommandBlock DATA_ID_COMMAND_NAME
498498
public net.minecraft.world.entity.vehicle.MinecartFurnace fuel
499-
public net.minecraft.world.entity.vehicle.MinecartTNT explode(D)V
499+
public net.minecraft.world.entity.vehicle.MinecartTNT explode(Lnet/minecraft/world/damagesource/DamageSource;D)V
500500
public net.minecraft.world.entity.vehicle.MinecartTNT explosionPowerBase
501501
public net.minecraft.world.entity.vehicle.MinecartTNT explosionSpeedFactor
502502
public net.minecraft.world.entity.vehicle.MinecartTNT fuse
@@ -542,6 +542,8 @@ public net.minecraft.world.item.StandingAndWallBlockItem wallBlock
542542
public net.minecraft.world.item.component.BundleContents$Mutable getMaxAmountToAdd(Lnet/minecraft/world/item/ItemStack;)I
543543
public net.minecraft.world.item.component.ItemContainerContents MAX_SIZE
544544
public net.minecraft.world.item.component.ItemContainerContents items
545+
public net.minecraft.world.item.component.ResolvableProfile unpack()Lcom/mojang/datafixers/util/Either;
546+
public net.minecraft.world.item.component.ResolvableProfile$Partial
545547
public net.minecraft.world.item.context.UseOnContext <init>(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/phys/BlockHitResult;)V
546548
public net.minecraft.world.item.crafting.RecipeManager recipes
547549
public net.minecraft.world.item.crafting.RecipeMap byKey
@@ -565,6 +567,7 @@ public net.minecraft.world.level.BaseSpawner spawnRange
565567
public net.minecraft.world.level.GameRules GAME_RULE_TYPES
566568
public net.minecraft.world.level.GameRules$Value deserialize(Ljava/lang/String;)V
567569
public net.minecraft.world.level.GameRules$Value onChanged(Lnet/minecraft/server/MinecraftServer;)V
570+
public net.minecraft.world.level.Level DEFAULT_EXPLOSION_BLOCK_PARTICLES
568571
public net.minecraft.world.level.Level blockEntityTickers
569572
public net.minecraft.world.level.Level getEntities()Lnet/minecraft/world/level/entity/LevelEntityGetter;
570573
public net.minecraft.world.level.Level levelData
@@ -579,8 +582,6 @@ public net.minecraft.world.level.biome.Biome getTemperature(Lnet/minecraft/core/
579582
public net.minecraft.world.level.biome.Biome$ClimateSettings
580583
public net.minecraft.world.level.block.Block popExperience(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/core/BlockPos;I)V
581584
public net.minecraft.world.level.block.ChestBlock isBlockedChestByBlock(Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/core/BlockPos;)Z
582-
public net.minecraft.world.level.block.ChiseledBookShelfBlock getHitSlot(Lnet/minecraft/world/phys/BlockHitResult;Lnet/minecraft/world/level/block/state/BlockState;)Ljava/util/OptionalInt;
583-
public net.minecraft.world.level.block.ChiseledBookShelfBlock getSection(F)I
584585
public net.minecraft.world.level.block.ComposterBlock$EmptyContainer
585586
public net.minecraft.world.level.block.ComposterBlock$InputContainer
586587
public net.minecraft.world.level.block.ComposterBlock$OutputContainer
@@ -589,6 +590,7 @@ public net.minecraft.world.level.block.DropperBlock dispenseFrom(Lnet/minecraft/
589590
public net.minecraft.world.level.block.FireBlock igniteOdds
590591
public net.minecraft.world.level.block.RedStoneWireBlock canSurvive(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/core/BlockPos;)Z
591592
public net.minecraft.world.level.block.RedStoneWireBlock shouldSignal
593+
public net.minecraft.world.level.block.SelectableSlotContainer getSection(FI)I
592594
public net.minecraft.world.level.block.ShulkerBoxBlock color
593595
public net.minecraft.world.level.block.SoundType breakSound
594596
public net.minecraft.world.level.block.SoundType hitSound

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
group=io.papermc.paper
2-
version=1.21.8-R0.1-SNAPSHOT
3-
mcVersion=1.21.8
2+
version=1.21.9-R0.1-SNAPSHOT
3+
mcVersion=1.21.9-pre1
44

55
# Set to true while updating Minecraft version
6-
updatingMinecraft=false
6+
updatingMinecraft=true
77

88
org.gradle.configuration-cache=true
99
org.gradle.caching=true

paper-api/build.gradle.kts

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,21 @@ dependencies {
5757
exclude("com.google.guava", "guava")
5858
}
5959

60-
apiAndDocs(platform("net.kyori:adventure-bom:$adventureVersion"))
61-
apiAndDocs("net.kyori:adventure-api")
62-
apiAndDocs("net.kyori:adventure-text-minimessage")
63-
apiAndDocs("net.kyori:adventure-text-serializer-gson")
64-
apiAndDocs("net.kyori:adventure-text-serializer-legacy")
65-
apiAndDocs("net.kyori:adventure-text-serializer-plain")
66-
apiAndDocs("net.kyori:adventure-text-logger-slf4j")
60+
// TODO 1.21.9 dev
61+
//apiAndDocs(platform("net.kyori:adventure-bom:$adventureVersion"))
62+
//apiAndDocs("net.kyori:adventure-api")
63+
//apiAndDocs("net.kyori:adventure-text-minimessage")
64+
//apiAndDocs("net.kyori:adventure-text-serializer-gson")
65+
//apiAndDocs("net.kyori:adventure-text-serializer-legacy")
66+
//apiAndDocs("net.kyori:adventure-text-serializer-plain")
67+
//apiAndDocs("net.kyori:adventure-text-logger-slf4j")
68+
api(platform("io.papermc.adventure:adventure-bom:mc1.21.9-dev-SNAPSHOT"))
69+
api("io.papermc.adventure:adventure-api")
70+
api("io.papermc.adventure:adventure-text-minimessage")
71+
api("io.papermc.adventure:adventure-text-serializer-gson")
72+
api("io.papermc.adventure:adventure-text-serializer-legacy")
73+
api("io.papermc.adventure:adventure-text-serializer-plain")
74+
api("io.papermc.adventure:adventure-text-logger-slf4j")
6775

6876
api("org.apache.maven:maven-resolver-provider:3.9.6") // make API dependency for Paper Plugins
6977
implementation("org.apache.maven.resolver:maven-resolver-connector-basic:1.9.18")

paper-api/src/generated/java/com/destroystokyo/paper/entity/ai/VanillaGoal.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"SpellCheckingInspection"
6969
})
7070
@NullMarked
71-
@GeneratedFrom("1.21.8")
71+
@GeneratedFrom("1.21.9-pre1")
7272
public interface VanillaGoal<T extends Mob> extends Goal<T> {
7373
GoalKey<AbstractHorse> HORSE_RANDOM_STAND = create("horse_random_stand", AbstractHorse.class);
7474

paper-api/src/generated/java/io/papermc/paper/registry/keys/AttributeKeys.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"SpellCheckingInspection"
2424
})
2525
@NullMarked
26-
@GeneratedFrom("1.21.8")
26+
@GeneratedFrom("1.21.9-pre1")
2727
public final class AttributeKeys {
2828
/**
2929
* {@code minecraft:armor}

paper-api/src/generated/java/io/papermc/paper/registry/keys/BannerPatternKeys.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"SpellCheckingInspection"
2424
})
2525
@NullMarked
26-
@GeneratedFrom("1.21.8")
26+
@GeneratedFrom("1.21.9-pre1")
2727
public final class BannerPatternKeys {
2828
/**
2929
* {@code minecraft:base}

paper-api/src/generated/java/io/papermc/paper/registry/keys/BiomeKeys.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"SpellCheckingInspection"
2424
})
2525
@NullMarked
26-
@GeneratedFrom("1.21.8")
26+
@GeneratedFrom("1.21.9-pre1")
2727
public final class BiomeKeys {
2828
/**
2929
* {@code minecraft:badlands}

0 commit comments

Comments
 (0)