mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-03 21:37:28 +01:00
Move patches over, start with first few
This commit is contained in:
parent
a07371fed1
commit
858aabab7c
932 changed files with 21 additions and 20 deletions
README.mdbuild.gradle.ktsgradle.properties
patches
api
server
unapplied/server
API-for-creating-command-sender-which-forwards-feedb.patchAPI-to-get-a-BlockState-without-a-snapshot.patchAbility-to-apply-mending-to-XP-API.patchAbility-to-change-PlayerProfile-in-AsyncPreLoginEven.patchAbility-to-get-Tile-Entities-from-a-chunk-without-sn.patchActually-unload-POI-data.patchAdd-API-for-item-entity-health.patchAdd-API-for-quit-reason.patchAdd-API-for-resetting-a-single-score.patchAdd-API-methods-to-control-if-armour-stands-can-move.patchAdd-APIs-to-replace-OfflinePlayer-getLastPlayed.patchAdd-Adventure-message-to-PlayerAdvancementDoneEvent.patchAdd-Alternate-Current-redstone-implementation.patchAdd-ArmorStand-Item-Meta.patchAdd-BeaconEffectEvent.patchAdd-BellRevealRaiderEvent.patchAdd-BellRingEvent.patchAdd-Block-isValidTool.patchAdd-BlockBreakBlockEvent.patchAdd-Channel-initialization-listeners.patchAdd-CraftMagicNumbers.isSupportedApiVersion.patchAdd-Debug-Entities-option-to-debug-dupe-uuid-issues.patchAdd-Destroy-Speed-API.patchAdd-Early-Warning-Feature-to-WatchDog.patchAdd-ElderGuardianAppearanceEvent.patchAdd-EntityBlockStorage-clearEntities.patchAdd-EntityDyeEvent-and-CollarColorable-interface.patchAdd-EntityInsideBlockEvent.patchAdd-EntityLoadCrossbowEvent.patchAdd-EntityPortalReadyEvent.patchAdd-EntityZapEvent.patchAdd-GameEvent-tags.patchAdd-Heightmap-API.patchAdd-ItemFactory-getMonsterEgg-API.patchAdd-LivingEntity-clearActiveItem.patchAdd-LivingEntity-getTargetEntity.patchAdd-Mob-lookAt-API.patchAdd-More-Creeper-API.patchAdd-OBSTRUCTED-reason-to-BedEnterResult.patchAdd-PaperRegistry.patchAdd-PhantomPreSpawnEvent.patchAdd-Player-getFishHook.patchAdd-PlayerArmorChangeEvent.patchAdd-PlayerAttackEntityCooldownResetEvent.patchAdd-PlayerConnectionCloseEvent.patchAdd-PlayerInitialSpawnEvent.patchAdd-PlayerItemCooldownEvent.patchAdd-PlayerItemFrameChangeEvent.patchAdd-PlayerJumpEvent.patchAdd-PlayerKickEvent-causes.patchAdd-PlayerSetSpawnEvent.patchAdd-PlayerShearBlockEvent.patchAdd-PlayerStopUsingItemEvent.patchAdd-PlayerTradeEvent-and-PlayerPurchaseEvent.patchAdd-PlayerUseUnknownEntityEvent.patchAdd-Plugin-Tickets-to-API-Chunk-Methods.patchAdd-PrepareResultEvent.patchAdd-ProjectileCollideEvent.patchAdd-PufferFishStateChangeEvent.patchAdd-Raw-Byte-Entity-Serialization.patchAdd-Raw-Byte-ItemStack-Serialization.patchAdd-SpawnReason-to-Tadpoles-spawned-by-Frogspawn.patchAdd-StructuresLocateEvent.patchAdd-System.out-err-catcher.patchAdd-TNTPrimeEvent.patchAdd-TameableDeathMessageEvent.patchAdd-ThrownEggHatchEvent.patchAdd-Unix-domain-socket-support.patchAdd-UnknownCommandEvent.patchAdd-Velocity-IP-Forwarding-Support.patchAdd-Wandering-Trader-spawn-rate-config-options.patchAdd-WardenAngerChangeEvent.patchAdd-World-Util-Methods.patchAdd-a-bunch-of-missing-forceDrop-toggles.patchAdd-a-should-burn-in-sunlight-API-for-Phantoms-and-S.patchAdd-ability-to-configure-frosted_ice-properties.patchAdd-additional-open-container-api-to-HumanEntity.patchAdd-advancement-display-API.patchAdd-and-implement-PlayerRecipeBookClickEvent.patchAdd-back-EntityPortalExitEvent.patchAdd-basic-Datapack-API.patchAdd-bypass-host-check.patchAdd-cause-to-Weather-ThunderChangeEvents.patchAdd-command-line-option-to-load-extra-plugin-jars-no.patchAdd-config-for-mobs-immune-to-default-effects.patchAdd-config-for-stronghold-seed.patchAdd-config-option-for-logging-player-ip-addresses.patchAdd-config-option-for-worlds-affected-by-time-cmd.patchAdd-config-to-disable-ender-dragon-legacy-check.patchAdd-configurable-despawn-distances-for-living-entiti.patchAdd-configurable-height-for-slime-spawn.patchAdd-configurable-portal-search-radius.patchAdd-configuration-option-to-prevent-player-names-fro.patch
|
@ -38,7 +38,7 @@ How To (Plugin Developers)
|
|||
<dependency>
|
||||
<groupId>io.papermc.paper</groupId>
|
||||
<artifactId>paper-api</artifactId>
|
||||
<version>1.19-R0.1-SNAPSHOT</version>
|
||||
<version>1.19.1-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
```
|
||||
|
@ -54,7 +54,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly("io.papermc.paper:paper-api:1.19-R0.1-SNAPSHOT")
|
||||
compileOnly("io.papermc.paper:paper-api:1.19.1-R0.1-SNAPSHOT")
|
||||
}
|
||||
|
||||
java {
|
||||
|
|
|
@ -61,7 +61,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
paramMappings("net.fabricmc:yarn:1.19+build.1:mergedv2")
|
||||
paramMappings("net.fabricmc:yarn:1.19.1+build.1:mergedv2")
|
||||
remapper("net.fabricmc:tiny-remapper:0.8.2:fat")
|
||||
decompiler("net.minecraftforge:forgeflower:1.5.605.7")
|
||||
spigotDecompiler("io.papermc:patched-spigot-fernflower:0.1+build.6")
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
group=io.papermc.paper
|
||||
version=1.19-R0.1-SNAPSHOT
|
||||
mcVersion=1.19
|
||||
version=1.19.1-R0.1-SNAPSHOT
|
||||
mcVersion=1.19.1
|
||||
|
||||
org.gradle.caching=true
|
||||
org.gradle.parallel=true
|
||||
|
|
|
@ -1676,7 +1676,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ // Paper end
|
||||
|
||||
/**
|
||||
* Gets the "friendly" name to display of this player. This may include
|
||||
* {@inheritDoc}
|
||||
@@ -0,0 +0,0 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
|
||||
* places defined by plugins.
|
||||
*
|
||||
|
|
|
@ -125,7 +125,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
-
|
||||
- <groupId>org.spigotmc</groupId>
|
||||
- <artifactId>spigot-api</artifactId>
|
||||
- <version>1.19-R0.1-SNAPSHOT</version>
|
||||
- <version>1.19.1-R0.1-SNAPSHOT</version>
|
||||
- <packaging>jar</packaging>
|
||||
-
|
||||
- <name>Spigot-API</name>
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -182,7 +182,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
- <groupId>org.spigotmc</groupId>
|
||||
- <artifactId>spigot</artifactId>
|
||||
- <packaging>jar</packaging>
|
||||
- <version>1.19-R0.1-SNAPSHOT</version>
|
||||
- <version>1.19.1-R0.1-SNAPSHOT</version>
|
||||
- <name>Spigot</name>
|
||||
- <url>https://www.spigotmc.org/</url>
|
||||
-
|
||||
|
@ -252,7 +252,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
- <dependency>
|
||||
- <groupId>com.mojang</groupId>
|
||||
- <artifactId>authlib</artifactId>
|
||||
- <version>3.5.41</version>
|
||||
- <version>3.11.49</version>
|
||||
- <scope>compile</scope>
|
||||
- </dependency>
|
||||
- <dependency>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue