Rename all patches to correct numbering scheme
Signed-off-by: Mariell Hoversholm <proximyst@proximyst.com>
This commit is contained in:
parent
35487dbfcc
commit
a207d14a0e
757 changed files with 1 additions and 1 deletions
build.gradle.kts
patches/server-remapped
0006-MC-Utils.patch0007-Paper-Metrics.patch0008-Add-MinecraftKey-Information-to-Objects.patch0009-Store-reference-to-current-Chunk-for-Entity-and-Bloc.patch0010-Store-counts-for-each-Entity-Block-Entity-Type.patch0011-Timings-v2.patch0012-Adventure.patch0013-Configurable-cactus-bamboo-and-reed-growth-heights.patch0014-Configurable-baby-zombie-movement-speed.patch0015-Configurable-fishing-time-ranges.patch0016-Allow-nerfed-mobs-to-jump-and-take-water-damage.patch0017-Add-configurable-despawn-distances-for-living-entiti.patch0018-Allow-for-toggling-of-spawn-chunks.patch0019-Drop-falling-block-and-tnt-entities-at-the-specified.patch0020-Show-Paper-in-client-crashes-server-lists-and-Mojang.patch0021-Implement-Paper-VersionChecker.patch0022-Add-version-history-to-version-command.patch0023-Player-affects-spawning-API.patch0024-Remove-invalid-mob-spawner-tile-entities.patch0025-Optimize-TileEntity-Ticking.patch0026-Further-improve-server-tick-loop.patch0027-Only-refresh-abilities-if-needed.patch0028-Entity-Origin-API.patch0029-Prevent-tile-entity-and-entity-crashes.patch0030-Configurable-top-of-nether-void-damage.patch0031-Check-online-mode-before-converting-and-renaming-pla.patch0032-Always-tick-falling-blocks.patch0033-Configurable-end-credits.patch0034-Fix-lag-from-explosions-processing-dead-entities.patch0035-Optimize-explosions.patch0036-Disable-explosion-knockback.patch0037-Disable-thunder.patch0038-Disable-ice-and-snow.patch0039-Configurable-mob-spawner-tick-rate.patch0040-Send-absolute-position-the-first-time-an-entity-is-s.patch0041-Add-BeaconEffectEvent.patch0042-Configurable-container-update-tick-rate.patch0043-Use-UserCache-for-player-heads.patch0044-Disable-spigot-tick-limiters.patch0045-Add-PlayerInitialSpawnEvent.patch0046-Configurable-Disabling-Cat-Chest-Detection.patch0047-Ensure-commands-are-not-ran-async.patch0048-All-chunks-are-slime-spawn-chunks-toggle.patch0049-Expose-server-CommandMap.patch0050-Be-a-bit-more-informative-in-maxHealth-exception.patch0051-Player-Tab-List-and-Title-APIs.patch0052-Ensure-inv-drag-is-in-bounds.patch0053-Change-implementation-of-tile-entity-removal-list.patch0054-Add-configurable-portal-search-radius.patch0055-Add-velocity-warnings.patch0056-Configurable-inter-world-teleportation-safety.patch0057-Add-exception-reporting-event.patch0058-Don-t-nest-if-we-don-t-need-to-when-cerealising-text.patch0059-Disable-Scoreboards-for-non-players-by-default.patch0060-Add-methods-for-working-with-arrows-stuck-in-living-.patch0061-Complete-resource-pack-API.patch0062-Chunk-Save-Reattempt.patch0063-Default-loading-permissions.yml-before-plugins.patch0064-Allow-Reloading-of-Custom-Permissions.patch0065-Remove-Metadata-on-reload.patch0066-Handle-Item-Meta-Inconsistencies.patch0067-Configurable-Non-Player-Arrow-Despawn-Rate.patch0068-Add-World-Util-Methods.patch0069-Custom-replacement-for-eaten-items.patch0070-handle-NaN-health-absorb-values-and-repair-bad-data.patch0071-Use-a-Shared-Random-for-Entities.patch0072-Configurable-spawn-chances-for-skeleton-horses.patch0073-Optimize-isValidLocation-getType-and-getBlockData-fo.patch0074-Only-process-BlockPhysicsEvent-if-a-plugin-has-a-lis.patch0075-Entity-AddTo-RemoveFrom-World-Events.patch0076-Configurable-Chunk-Inhabited-Time.patch0077-EntityPathfindEvent.patch0078-Sanitise-RegionFileCache-and-make-configurable.patch0079-Do-not-load-chunks-for-Pathfinding.patch0080-Add-PlayerUseUnknownEntityEvent.patch0081-Fix-reducedDebugInfo-not-initialized-on-client.patch0082-Configurable-Grass-Spread-Tick-Rate.patch0083-Fix-Cancelling-BlockPlaceEvent-triggering-physics.patch0084-Optimize-DataBits.patch0085-Option-to-use-vanilla-per-world-scoreboard-coloring-.patch0086-Workaround-for-setting-passengers-on-players.patch0087-Remove-unused-World-Tile-Entity-List.patch0088-Don-t-tick-Skulls-unused-code.patch0089-Configurable-Player-Collision.patch0090-Add-handshake-event-to-allow-plugins-to-handle-clien.patch0091-Configurable-RCON-IP-address.patch0092-Prevent-Fire-from-loading-chunks-wrongly-spread.patch0093-Implement-PlayerLocaleChangeEvent.patch0094-EntityRegainHealthEvent-isFastRegen-API.patch0095-Add-ability-to-configure-frosted_ice-properties.patch0096-remove-null-possibility-for-getServer-singleton.patch0097-Improve-Maps-in-item-frames-performance-and-bug-fixe.patch0098-LootTable-API-Replenishable-Lootables-Feature.patch0099-Don-t-save-empty-scoreboard-teams-to-scoreboard.dat.patch0100-System-property-for-disabling-watchdoge.patch0101-Optimize-UserCache-Thread-Safe.patch0102-Avoid-blocking-on-Network-Manager-creation.patch0103-Optional-TNT-doesn-t-move-in-water.patch0104-Faster-redstone-torch-rapid-clock-removal.patch
|
@ -64,7 +64,7 @@ repositories {
|
|||
dependencies {
|
||||
paramMappings("org.quiltmc:yarn:1.17+build.2:mergedv2")
|
||||
remapper("org.quiltmc:tiny-remapper:0.3.2:fat@jar")
|
||||
decompiler("net.minecraftforge:forgeflower:1.5.498.5@jar")
|
||||
decompiler("net.minecraftforge:forgeflower:1.5.498.12@jar")
|
||||
paperclip("io.papermc:paperclip:2.0.0-SNAPSHOT@jar")
|
||||
}
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue