├── .github ├── ISSUE_TEMPLATE │ ├── behavior-bug-or-plugin-incompatibility.yml │ └── server-crash-or-stacktrace.yml └── workflows │ └── build_1206.yml ├── .gitignore ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── assets ├── LevelBukkit-Banner.png ├── Vine-Banner.png ├── Vine.png └── benchmark.png ├── gradle.properties ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── patches ├── api │ ├── 0001-Rebrand.patch │ ├── 0002-SIMD-support-range-adjustment.patch │ ├── 0003-Remove-deprecation-flags-in-SIMD.patch │ ├── 0004-Remove-Timings.patch │ ├── 0005-Kotlin-api.patch │ ├── 0006-Bump-Dependencies.patch │ ├── 0007-Sewlia-Reflect-Utils.patch │ ├── 0008-Sewlia-Config-Utils.patch │ ├── 0009-Vine-Config-v2.patch │ ├── 0010-Vine-Config.patch │ ├── 0011-Gale-Specific-interval-TPS-API.patch │ ├── 0012-VersionCommand.patch │ ├── 0013-Paper-PR-Optimise-color-distance-check-in-MapPalette.patch │ └── 0014-LibraryLoader-Boost.patch ├── server │ ├── 0001-Fix-build-and-Rebrand.patch │ ├── 0002-Add-some-required-dependencies-and-bump.patch │ ├── 0003-Remove-Timings.patch │ ├── 0004-Modify-Metrics.patch │ ├── 0005-VineLogger.patch │ ├── 0006-Reflect-utils.patch │ ├── 0007-List-Utils.patch │ ├── 0008-Command-Utils.patch │ ├── 0009-Vine-Config-Util.patch │ ├── 0010-Vine-Config-Fix.patch │ ├── 0011-Vine-Config-Feature.patch │ ├── 0012-Vine-Config-Optimize.patch │ ├── 0013-Config-command.patch │ ├── 0014-Preload-Utils.patch │ ├── 0015-Add-vine-and-shreddedpaper-configuration-files-to-sp.patch │ ├── 0016-Fix-console-freeze.patch │ ├── 0017-AnyThread-Utils.patch │ ├── 0018-EventManager.patch │ ├── 0019-PermissionManager.patch │ ├── 0020-ThreadInfoCommand.patch │ ├── 0021-Nbt-Utils.patch │ ├── 0022-Virtual-threads-1.0.patch │ ├── 0023-Virtual-Thread-2.0-Beta.patch │ ├── 0024-SectorFile.patch │ ├── 0025-Linear.patch │ ├── 0026-BossBarTask.patch │ ├── 0027-GUI-Theme.patch │ ├── 0028-GLOBAL_SOUND-is-disabled-by-default.patch │ ├── 0029-Don-t-allocate-too-many-threads-at-the-default.patch │ ├── 0030-The-anvil-becomes-a-drop-at-Y0.patch │ ├── 0031-Don-t-save-FireworkRocket-Entity.patch │ ├── 0032-Disable-respawn-ceiling.patch │ ├── 0033-Store-gamerules-in-fastutil-hashmap.patch │ ├── 0034-disable-spark.patch │ ├── 0035-SIMD-support-range-adjustment.patch │ ├── 0036-Skip-empty-events.patch │ ├── 0037-Leaf-Fix-MC-119417.patch │ ├── 0038-Leaf-Fix-MC-266334.patch │ ├── 0039-Leaf-Fix-MC-200418.patch │ ├── 0040-Leaf-Fix-MC-183518.patch │ ├── 0041-Leaf-Fix-sprint-glitch.patch │ ├── 0042-Leaf-Remove-stream-in-BlockBehaviour-cache-blockstat.patch │ ├── 0043-Leaf-Remove-stream-and-double-iteration-in-enough-de.patch │ ├── 0044-Leaf-Don-t-save-falling-block-entity.patch │ ├── 0045-Leaf-Don-t-save-primed-tnt-entity.patch │ ├── 0046-Leaf-Optimize-Minecart-collisions.patch │ ├── 0047-Leaf-Faster-sequencing-of-futures-for-chunk-structur.patch │ ├── 0048-Leaf-Cache-player-profileResult.patch │ ├── 0049-Leaf-Use-caffeine-cache-kickPermission-instead-of-us.patch │ ├── 0050-Leaves-Zero-tick-plants.patch │ ├── 0051-Leaves-Entity-Utils.patch │ ├── 0052-Leaves-Return-nether-portal-fix.patch │ ├── 0053-Leaves-Vanilla-hopper.patch │ ├── 0054-Leaves-Raider-die-skip-self-raid-check.patch │ ├── 0055-Leaves-Fix-villagers-dont-release-memory.patch │ ├── 0056-Leaves-Fix-falling-block-s-block-location.patch │ ├── 0057-Pufferfish-Optimize-entity-coordinate-key.patch │ ├── 0058-Pufferfish-Improve-container-checking-with-a-bitset.patch │ ├── 0059-Mobtimizations-RePathing-optimization.patch │ ├── 0060-Mobtimizations-Optimization-Zombie-Search-And-Destro.patch │ ├── 0061-Divine-Implement-Secure-Seed.patch │ ├── 0062-Divine-Fix-MC-31819.patch │ ├── 0063-Divine-Fix-MC-172801.patch │ ├── 0064-Divine-Fix-MC-2025.patch │ ├── 0065-Divine-C2ME-reduce_allocs.patch │ ├── 0066-Divine-C2ME-opts-math.patch │ ├── 0067-Divine-Fix-MC-7569.patch │ ├── 0068-Divine-lithium-math.sine_lut.patch │ ├── 0069-Divine-lithium-cached_hashcode.patch │ ├── 0070-Divine-Fix-MC-93826.patch │ ├── 0071-Divine-Fix-MC-110386.patch │ ├── 0072-Divine-Fix-MC-98160-and-MC-105103.patch │ ├── 0073-Divine-Fix-MC-93018.patch │ ├── 0074-Divine-Fix-MC-65198.patch │ ├── 0075-Divine-Fix-MC-167242.patch │ ├── 0076-Canvas-Dont-load-chunks-to-spawn-phantoms.patch │ ├── 0077-Canvas-Optimize-Math.round-and-Math.hypot.patch │ ├── 0078-Canvas-Entity-Goal-Optimizations.patch │ ├── 0079-Canvas-Optimize-Entity-Pathfinding.patch │ ├── 0080-CarpetFix-incorrectBounceLogicFix.patch │ ├── 0081-CarpetFix-explosionBreaksItemFrameInWaterFix.patch │ ├── 0082-CarpetFix-Use-optimized-RecipeManager.patch │ ├── 0083-CarpetFix-Optimized-getBiome-method.patch │ ├── 0084-Carpet-TIS-Addition-Random-flatten-triangular-distri.patch │ ├── 0085-SparklyPaper-Skip-distanceToSqr-call-in-ServerEntity.patch │ ├── 0086-SparklyPaper-Skip-dirty-stats-copy-when-requesting-p.patch │ ├── 0087-SparklyPaper-Reset-dirty-flag-when-loading-maps-from.patch │ ├── 0088-SparklyPaper-Rewrite-framed-map-tracker-ticking.patch │ ├── 0089-Gale-Use-platform-math-functions.patch │ ├── 0090-Gale-Faster-floating-point-positive-modulo.patch │ ├── 0091-Gale-Specific-interval-TPS-API.patch │ ├── 0092-Gale-Reduce-block-destruction-packet-allocations.patch │ ├── 0093-Gale-Optimize-matching-item-checks.patch │ ├── 0094-Gale-Store-mob-counts-in-an-array.patch │ ├── 0095-Gale-For-collision-check-has-physics-before-same-veh.patch │ ├── 0096-Gale-Skip-negligible-planar-movement-multiplication.patch │ ├── 0097-Gale-Pre-compute-VarLong-sizes.patch │ ├── 0098-Gale-Optimize-VarInt-write-and-VarLong-write.patch │ ├── 0099-Gale-Don-t-load-chunks-to-activate-climbing-entities.patch │ ├── 0100-Gale-Reduce-acquire-POI-for-stuck-entities.patch │ ├── 0101-MemoryLeakFix-Biome.patch │ ├── 0102-Paper-Check-for-block-type-in-SculkSensorBlock-canAc.patch │ ├── 0103-Paper-Update-Alternate-Current-to-v1.9.patch │ ├── 0104-Paper-PR-Update-Velocity-natives.patch │ ├── 0105-Paper-PR-Reduce-work-done-in-CraftMapCanvas.drawImag.patch │ ├── 0106-Paper-PR-Change-condition-check-order-of-entity-trac.patch │ ├── 0107-Paper-PR-Fix-fetching-biomes-during-world-generation.patch │ ├── 0108-PaperPR-Skip-AI-during-inactive-ticks-for-non-aware-.patch │ ├── 0109-lithium-precompute-shape-arrays.patch │ ├── 0110-lithium-fast-powder-snow-check.patch │ ├── 0111-lithium-ai.raid.patch │ ├── 0112-vmp-TypeFilterableList.patch │ ├── 0113-vmp-skip-entity-move-if-movement-is-zero.patch │ ├── 0114-Slice-Improve-map-saving-performance.patch │ ├── 0115-Slice-noEntityCollisions-for-Entity.patch │ ├── 0116-Slice-Allow-inventory-clicks-in-Spectator.patch │ ├── 0117-Slice-Disable-sending-Entity-Movement-Packets.patch │ ├── 0118-Akarin-Save-Json-list-asynchronously.patch │ ├── 0119-Airplane-Remove-stream-in-PoiCompetitorScan.patch │ ├── 0120-ScalableLux-Upstream-Starlight-Fix.patch │ ├── 0121-Kiterino-New-liquid-physics.patch │ ├── 0122-Kiterino-Preserve-waterfalls.patch │ ├── 0123-Kiterino-Super-dumb-liquid-ticks-limiter.patch │ └── 0124-Kiterino-Allow-explosions-underwater-fluids.patch └── unused │ └── server │ ├── 0033-Folia-Sync-vehicle-position-to-player-position-on-pl.patch │ ├── 0052-Gale-Faster-chunk-serialization.patch │ ├── 0053-Gale-Optimize-world-generation-chunk-and-block-acces.patch │ └── 0072-SparklyPaper-Optimize-tickBlockEntities.patch ├── scripts ├── SetEnv.ps1 ├── clear_build.ps1 ├── create_build.ps1 ├── upstream.ps1 └── upstreamCommit.ps1 └── settings.gradle.kts /.github/ISSUE_TEMPLATE/behavior-bug-or-plugin-incompatibility.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/.github/ISSUE_TEMPLATE/behavior-bug-or-plugin-incompatibility.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/server-crash-or-stacktrace.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/.github/ISSUE_TEMPLATE/server-crash-or-stacktrace.yml -------------------------------------------------------------------------------- /.github/workflows/build_1206.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/.github/workflows/build_1206.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/.gitignore -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/README.md -------------------------------------------------------------------------------- /assets/LevelBukkit-Banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/assets/LevelBukkit-Banner.png -------------------------------------------------------------------------------- /assets/Vine-Banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/assets/Vine-Banner.png -------------------------------------------------------------------------------- /assets/Vine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/assets/Vine.png -------------------------------------------------------------------------------- /assets/benchmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/assets/benchmark.png -------------------------------------------------------------------------------- /gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/gradle.properties -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/gradlew -------------------------------------------------------------------------------- /gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/gradlew.bat -------------------------------------------------------------------------------- /patches/api/0001-Rebrand.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/api/0001-Rebrand.patch -------------------------------------------------------------------------------- /patches/api/0002-SIMD-support-range-adjustment.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/api/0002-SIMD-support-range-adjustment.patch -------------------------------------------------------------------------------- /patches/api/0003-Remove-deprecation-flags-in-SIMD.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/api/0003-Remove-deprecation-flags-in-SIMD.patch -------------------------------------------------------------------------------- /patches/api/0004-Remove-Timings.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/api/0004-Remove-Timings.patch -------------------------------------------------------------------------------- /patches/api/0005-Kotlin-api.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/api/0005-Kotlin-api.patch -------------------------------------------------------------------------------- /patches/api/0006-Bump-Dependencies.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/api/0006-Bump-Dependencies.patch -------------------------------------------------------------------------------- /patches/api/0007-Sewlia-Reflect-Utils.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/api/0007-Sewlia-Reflect-Utils.patch -------------------------------------------------------------------------------- /patches/api/0008-Sewlia-Config-Utils.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/api/0008-Sewlia-Config-Utils.patch -------------------------------------------------------------------------------- /patches/api/0009-Vine-Config-v2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/api/0009-Vine-Config-v2.patch -------------------------------------------------------------------------------- /patches/api/0010-Vine-Config.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/api/0010-Vine-Config.patch -------------------------------------------------------------------------------- /patches/api/0011-Gale-Specific-interval-TPS-API.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/api/0011-Gale-Specific-interval-TPS-API.patch -------------------------------------------------------------------------------- /patches/api/0012-VersionCommand.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/api/0012-VersionCommand.patch -------------------------------------------------------------------------------- /patches/api/0013-Paper-PR-Optimise-color-distance-check-in-MapPalette.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/api/0013-Paper-PR-Optimise-color-distance-check-in-MapPalette.patch -------------------------------------------------------------------------------- /patches/api/0014-LibraryLoader-Boost.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/api/0014-LibraryLoader-Boost.patch -------------------------------------------------------------------------------- /patches/server/0001-Fix-build-and-Rebrand.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0001-Fix-build-and-Rebrand.patch -------------------------------------------------------------------------------- /patches/server/0002-Add-some-required-dependencies-and-bump.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0002-Add-some-required-dependencies-and-bump.patch -------------------------------------------------------------------------------- /patches/server/0003-Remove-Timings.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0003-Remove-Timings.patch -------------------------------------------------------------------------------- /patches/server/0004-Modify-Metrics.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0004-Modify-Metrics.patch -------------------------------------------------------------------------------- /patches/server/0005-VineLogger.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0005-VineLogger.patch -------------------------------------------------------------------------------- /patches/server/0006-Reflect-utils.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0006-Reflect-utils.patch -------------------------------------------------------------------------------- /patches/server/0007-List-Utils.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0007-List-Utils.patch -------------------------------------------------------------------------------- /patches/server/0008-Command-Utils.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0008-Command-Utils.patch -------------------------------------------------------------------------------- /patches/server/0009-Vine-Config-Util.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0009-Vine-Config-Util.patch -------------------------------------------------------------------------------- /patches/server/0010-Vine-Config-Fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0010-Vine-Config-Fix.patch -------------------------------------------------------------------------------- /patches/server/0011-Vine-Config-Feature.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0011-Vine-Config-Feature.patch -------------------------------------------------------------------------------- /patches/server/0012-Vine-Config-Optimize.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0012-Vine-Config-Optimize.patch -------------------------------------------------------------------------------- /patches/server/0013-Config-command.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0013-Config-command.patch -------------------------------------------------------------------------------- /patches/server/0014-Preload-Utils.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0014-Preload-Utils.patch -------------------------------------------------------------------------------- /patches/server/0015-Add-vine-and-shreddedpaper-configuration-files-to-sp.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0015-Add-vine-and-shreddedpaper-configuration-files-to-sp.patch -------------------------------------------------------------------------------- /patches/server/0016-Fix-console-freeze.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0016-Fix-console-freeze.patch -------------------------------------------------------------------------------- /patches/server/0017-AnyThread-Utils.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0017-AnyThread-Utils.patch -------------------------------------------------------------------------------- /patches/server/0018-EventManager.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0018-EventManager.patch -------------------------------------------------------------------------------- /patches/server/0019-PermissionManager.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0019-PermissionManager.patch -------------------------------------------------------------------------------- /patches/server/0020-ThreadInfoCommand.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0020-ThreadInfoCommand.patch -------------------------------------------------------------------------------- /patches/server/0021-Nbt-Utils.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0021-Nbt-Utils.patch -------------------------------------------------------------------------------- /patches/server/0022-Virtual-threads-1.0.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0022-Virtual-threads-1.0.patch -------------------------------------------------------------------------------- /patches/server/0023-Virtual-Thread-2.0-Beta.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0023-Virtual-Thread-2.0-Beta.patch -------------------------------------------------------------------------------- /patches/server/0024-SectorFile.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0024-SectorFile.patch -------------------------------------------------------------------------------- /patches/server/0025-Linear.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0025-Linear.patch -------------------------------------------------------------------------------- /patches/server/0026-BossBarTask.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0026-BossBarTask.patch -------------------------------------------------------------------------------- /patches/server/0027-GUI-Theme.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0027-GUI-Theme.patch -------------------------------------------------------------------------------- /patches/server/0028-GLOBAL_SOUND-is-disabled-by-default.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0028-GLOBAL_SOUND-is-disabled-by-default.patch -------------------------------------------------------------------------------- /patches/server/0029-Don-t-allocate-too-many-threads-at-the-default.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0029-Don-t-allocate-too-many-threads-at-the-default.patch -------------------------------------------------------------------------------- /patches/server/0030-The-anvil-becomes-a-drop-at-Y0.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0030-The-anvil-becomes-a-drop-at-Y0.patch -------------------------------------------------------------------------------- /patches/server/0031-Don-t-save-FireworkRocket-Entity.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0031-Don-t-save-FireworkRocket-Entity.patch -------------------------------------------------------------------------------- /patches/server/0032-Disable-respawn-ceiling.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0032-Disable-respawn-ceiling.patch -------------------------------------------------------------------------------- /patches/server/0033-Store-gamerules-in-fastutil-hashmap.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0033-Store-gamerules-in-fastutil-hashmap.patch -------------------------------------------------------------------------------- /patches/server/0034-disable-spark.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0034-disable-spark.patch -------------------------------------------------------------------------------- /patches/server/0035-SIMD-support-range-adjustment.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0035-SIMD-support-range-adjustment.patch -------------------------------------------------------------------------------- /patches/server/0036-Skip-empty-events.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0036-Skip-empty-events.patch -------------------------------------------------------------------------------- /patches/server/0037-Leaf-Fix-MC-119417.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0037-Leaf-Fix-MC-119417.patch -------------------------------------------------------------------------------- /patches/server/0038-Leaf-Fix-MC-266334.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0038-Leaf-Fix-MC-266334.patch -------------------------------------------------------------------------------- /patches/server/0039-Leaf-Fix-MC-200418.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0039-Leaf-Fix-MC-200418.patch -------------------------------------------------------------------------------- /patches/server/0040-Leaf-Fix-MC-183518.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0040-Leaf-Fix-MC-183518.patch -------------------------------------------------------------------------------- /patches/server/0041-Leaf-Fix-sprint-glitch.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0041-Leaf-Fix-sprint-glitch.patch -------------------------------------------------------------------------------- /patches/server/0042-Leaf-Remove-stream-in-BlockBehaviour-cache-blockstat.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0042-Leaf-Remove-stream-in-BlockBehaviour-cache-blockstat.patch -------------------------------------------------------------------------------- /patches/server/0043-Leaf-Remove-stream-and-double-iteration-in-enough-de.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0043-Leaf-Remove-stream-and-double-iteration-in-enough-de.patch -------------------------------------------------------------------------------- /patches/server/0044-Leaf-Don-t-save-falling-block-entity.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0044-Leaf-Don-t-save-falling-block-entity.patch -------------------------------------------------------------------------------- /patches/server/0045-Leaf-Don-t-save-primed-tnt-entity.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0045-Leaf-Don-t-save-primed-tnt-entity.patch -------------------------------------------------------------------------------- /patches/server/0046-Leaf-Optimize-Minecart-collisions.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0046-Leaf-Optimize-Minecart-collisions.patch -------------------------------------------------------------------------------- /patches/server/0047-Leaf-Faster-sequencing-of-futures-for-chunk-structur.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0047-Leaf-Faster-sequencing-of-futures-for-chunk-structur.patch -------------------------------------------------------------------------------- /patches/server/0048-Leaf-Cache-player-profileResult.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0048-Leaf-Cache-player-profileResult.patch -------------------------------------------------------------------------------- /patches/server/0049-Leaf-Use-caffeine-cache-kickPermission-instead-of-us.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0049-Leaf-Use-caffeine-cache-kickPermission-instead-of-us.patch -------------------------------------------------------------------------------- /patches/server/0050-Leaves-Zero-tick-plants.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0050-Leaves-Zero-tick-plants.patch -------------------------------------------------------------------------------- /patches/server/0051-Leaves-Entity-Utils.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0051-Leaves-Entity-Utils.patch -------------------------------------------------------------------------------- /patches/server/0052-Leaves-Return-nether-portal-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0052-Leaves-Return-nether-portal-fix.patch -------------------------------------------------------------------------------- /patches/server/0053-Leaves-Vanilla-hopper.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0053-Leaves-Vanilla-hopper.patch -------------------------------------------------------------------------------- /patches/server/0054-Leaves-Raider-die-skip-self-raid-check.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0054-Leaves-Raider-die-skip-self-raid-check.patch -------------------------------------------------------------------------------- /patches/server/0055-Leaves-Fix-villagers-dont-release-memory.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0055-Leaves-Fix-villagers-dont-release-memory.patch -------------------------------------------------------------------------------- /patches/server/0056-Leaves-Fix-falling-block-s-block-location.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0056-Leaves-Fix-falling-block-s-block-location.patch -------------------------------------------------------------------------------- /patches/server/0057-Pufferfish-Optimize-entity-coordinate-key.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0057-Pufferfish-Optimize-entity-coordinate-key.patch -------------------------------------------------------------------------------- /patches/server/0058-Pufferfish-Improve-container-checking-with-a-bitset.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0058-Pufferfish-Improve-container-checking-with-a-bitset.patch -------------------------------------------------------------------------------- /patches/server/0059-Mobtimizations-RePathing-optimization.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0059-Mobtimizations-RePathing-optimization.patch -------------------------------------------------------------------------------- /patches/server/0060-Mobtimizations-Optimization-Zombie-Search-And-Destro.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0060-Mobtimizations-Optimization-Zombie-Search-And-Destro.patch -------------------------------------------------------------------------------- /patches/server/0061-Divine-Implement-Secure-Seed.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0061-Divine-Implement-Secure-Seed.patch -------------------------------------------------------------------------------- /patches/server/0062-Divine-Fix-MC-31819.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0062-Divine-Fix-MC-31819.patch -------------------------------------------------------------------------------- /patches/server/0063-Divine-Fix-MC-172801.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0063-Divine-Fix-MC-172801.patch -------------------------------------------------------------------------------- /patches/server/0064-Divine-Fix-MC-2025.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0064-Divine-Fix-MC-2025.patch -------------------------------------------------------------------------------- /patches/server/0065-Divine-C2ME-reduce_allocs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0065-Divine-C2ME-reduce_allocs.patch -------------------------------------------------------------------------------- /patches/server/0066-Divine-C2ME-opts-math.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0066-Divine-C2ME-opts-math.patch -------------------------------------------------------------------------------- /patches/server/0067-Divine-Fix-MC-7569.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0067-Divine-Fix-MC-7569.patch -------------------------------------------------------------------------------- /patches/server/0068-Divine-lithium-math.sine_lut.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0068-Divine-lithium-math.sine_lut.patch -------------------------------------------------------------------------------- /patches/server/0069-Divine-lithium-cached_hashcode.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0069-Divine-lithium-cached_hashcode.patch -------------------------------------------------------------------------------- /patches/server/0070-Divine-Fix-MC-93826.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0070-Divine-Fix-MC-93826.patch -------------------------------------------------------------------------------- /patches/server/0071-Divine-Fix-MC-110386.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0071-Divine-Fix-MC-110386.patch -------------------------------------------------------------------------------- /patches/server/0072-Divine-Fix-MC-98160-and-MC-105103.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0072-Divine-Fix-MC-98160-and-MC-105103.patch -------------------------------------------------------------------------------- /patches/server/0073-Divine-Fix-MC-93018.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0073-Divine-Fix-MC-93018.patch -------------------------------------------------------------------------------- /patches/server/0074-Divine-Fix-MC-65198.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0074-Divine-Fix-MC-65198.patch -------------------------------------------------------------------------------- /patches/server/0075-Divine-Fix-MC-167242.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0075-Divine-Fix-MC-167242.patch -------------------------------------------------------------------------------- /patches/server/0076-Canvas-Dont-load-chunks-to-spawn-phantoms.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0076-Canvas-Dont-load-chunks-to-spawn-phantoms.patch -------------------------------------------------------------------------------- /patches/server/0077-Canvas-Optimize-Math.round-and-Math.hypot.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0077-Canvas-Optimize-Math.round-and-Math.hypot.patch -------------------------------------------------------------------------------- /patches/server/0078-Canvas-Entity-Goal-Optimizations.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0078-Canvas-Entity-Goal-Optimizations.patch -------------------------------------------------------------------------------- /patches/server/0079-Canvas-Optimize-Entity-Pathfinding.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0079-Canvas-Optimize-Entity-Pathfinding.patch -------------------------------------------------------------------------------- /patches/server/0080-CarpetFix-incorrectBounceLogicFix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0080-CarpetFix-incorrectBounceLogicFix.patch -------------------------------------------------------------------------------- /patches/server/0081-CarpetFix-explosionBreaksItemFrameInWaterFix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0081-CarpetFix-explosionBreaksItemFrameInWaterFix.patch -------------------------------------------------------------------------------- /patches/server/0082-CarpetFix-Use-optimized-RecipeManager.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0082-CarpetFix-Use-optimized-RecipeManager.patch -------------------------------------------------------------------------------- /patches/server/0083-CarpetFix-Optimized-getBiome-method.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0083-CarpetFix-Optimized-getBiome-method.patch -------------------------------------------------------------------------------- /patches/server/0084-Carpet-TIS-Addition-Random-flatten-triangular-distri.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0084-Carpet-TIS-Addition-Random-flatten-triangular-distri.patch -------------------------------------------------------------------------------- /patches/server/0085-SparklyPaper-Skip-distanceToSqr-call-in-ServerEntity.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0085-SparklyPaper-Skip-distanceToSqr-call-in-ServerEntity.patch -------------------------------------------------------------------------------- /patches/server/0086-SparklyPaper-Skip-dirty-stats-copy-when-requesting-p.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0086-SparklyPaper-Skip-dirty-stats-copy-when-requesting-p.patch -------------------------------------------------------------------------------- /patches/server/0087-SparklyPaper-Reset-dirty-flag-when-loading-maps-from.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0087-SparklyPaper-Reset-dirty-flag-when-loading-maps-from.patch -------------------------------------------------------------------------------- /patches/server/0088-SparklyPaper-Rewrite-framed-map-tracker-ticking.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0088-SparklyPaper-Rewrite-framed-map-tracker-ticking.patch -------------------------------------------------------------------------------- /patches/server/0089-Gale-Use-platform-math-functions.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0089-Gale-Use-platform-math-functions.patch -------------------------------------------------------------------------------- /patches/server/0090-Gale-Faster-floating-point-positive-modulo.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0090-Gale-Faster-floating-point-positive-modulo.patch -------------------------------------------------------------------------------- /patches/server/0091-Gale-Specific-interval-TPS-API.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0091-Gale-Specific-interval-TPS-API.patch -------------------------------------------------------------------------------- /patches/server/0092-Gale-Reduce-block-destruction-packet-allocations.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0092-Gale-Reduce-block-destruction-packet-allocations.patch -------------------------------------------------------------------------------- /patches/server/0093-Gale-Optimize-matching-item-checks.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0093-Gale-Optimize-matching-item-checks.patch -------------------------------------------------------------------------------- /patches/server/0094-Gale-Store-mob-counts-in-an-array.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0094-Gale-Store-mob-counts-in-an-array.patch -------------------------------------------------------------------------------- /patches/server/0095-Gale-For-collision-check-has-physics-before-same-veh.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0095-Gale-For-collision-check-has-physics-before-same-veh.patch -------------------------------------------------------------------------------- /patches/server/0096-Gale-Skip-negligible-planar-movement-multiplication.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0096-Gale-Skip-negligible-planar-movement-multiplication.patch -------------------------------------------------------------------------------- /patches/server/0097-Gale-Pre-compute-VarLong-sizes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0097-Gale-Pre-compute-VarLong-sizes.patch -------------------------------------------------------------------------------- /patches/server/0098-Gale-Optimize-VarInt-write-and-VarLong-write.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0098-Gale-Optimize-VarInt-write-and-VarLong-write.patch -------------------------------------------------------------------------------- /patches/server/0099-Gale-Don-t-load-chunks-to-activate-climbing-entities.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0099-Gale-Don-t-load-chunks-to-activate-climbing-entities.patch -------------------------------------------------------------------------------- /patches/server/0100-Gale-Reduce-acquire-POI-for-stuck-entities.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0100-Gale-Reduce-acquire-POI-for-stuck-entities.patch -------------------------------------------------------------------------------- /patches/server/0101-MemoryLeakFix-Biome.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0101-MemoryLeakFix-Biome.patch -------------------------------------------------------------------------------- /patches/server/0102-Paper-Check-for-block-type-in-SculkSensorBlock-canAc.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0102-Paper-Check-for-block-type-in-SculkSensorBlock-canAc.patch -------------------------------------------------------------------------------- /patches/server/0103-Paper-Update-Alternate-Current-to-v1.9.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0103-Paper-Update-Alternate-Current-to-v1.9.patch -------------------------------------------------------------------------------- /patches/server/0104-Paper-PR-Update-Velocity-natives.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0104-Paper-PR-Update-Velocity-natives.patch -------------------------------------------------------------------------------- /patches/server/0105-Paper-PR-Reduce-work-done-in-CraftMapCanvas.drawImag.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0105-Paper-PR-Reduce-work-done-in-CraftMapCanvas.drawImag.patch -------------------------------------------------------------------------------- /patches/server/0106-Paper-PR-Change-condition-check-order-of-entity-trac.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0106-Paper-PR-Change-condition-check-order-of-entity-trac.patch -------------------------------------------------------------------------------- /patches/server/0107-Paper-PR-Fix-fetching-biomes-during-world-generation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0107-Paper-PR-Fix-fetching-biomes-during-world-generation.patch -------------------------------------------------------------------------------- /patches/server/0108-PaperPR-Skip-AI-during-inactive-ticks-for-non-aware-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0108-PaperPR-Skip-AI-during-inactive-ticks-for-non-aware-.patch -------------------------------------------------------------------------------- /patches/server/0109-lithium-precompute-shape-arrays.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0109-lithium-precompute-shape-arrays.patch -------------------------------------------------------------------------------- /patches/server/0110-lithium-fast-powder-snow-check.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0110-lithium-fast-powder-snow-check.patch -------------------------------------------------------------------------------- /patches/server/0111-lithium-ai.raid.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0111-lithium-ai.raid.patch -------------------------------------------------------------------------------- /patches/server/0112-vmp-TypeFilterableList.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0112-vmp-TypeFilterableList.patch -------------------------------------------------------------------------------- /patches/server/0113-vmp-skip-entity-move-if-movement-is-zero.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0113-vmp-skip-entity-move-if-movement-is-zero.patch -------------------------------------------------------------------------------- /patches/server/0114-Slice-Improve-map-saving-performance.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0114-Slice-Improve-map-saving-performance.patch -------------------------------------------------------------------------------- /patches/server/0115-Slice-noEntityCollisions-for-Entity.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0115-Slice-noEntityCollisions-for-Entity.patch -------------------------------------------------------------------------------- /patches/server/0116-Slice-Allow-inventory-clicks-in-Spectator.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0116-Slice-Allow-inventory-clicks-in-Spectator.patch -------------------------------------------------------------------------------- /patches/server/0117-Slice-Disable-sending-Entity-Movement-Packets.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0117-Slice-Disable-sending-Entity-Movement-Packets.patch -------------------------------------------------------------------------------- /patches/server/0118-Akarin-Save-Json-list-asynchronously.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0118-Akarin-Save-Json-list-asynchronously.patch -------------------------------------------------------------------------------- /patches/server/0119-Airplane-Remove-stream-in-PoiCompetitorScan.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0119-Airplane-Remove-stream-in-PoiCompetitorScan.patch -------------------------------------------------------------------------------- /patches/server/0120-ScalableLux-Upstream-Starlight-Fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0120-ScalableLux-Upstream-Starlight-Fix.patch -------------------------------------------------------------------------------- /patches/server/0121-Kiterino-New-liquid-physics.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0121-Kiterino-New-liquid-physics.patch -------------------------------------------------------------------------------- /patches/server/0122-Kiterino-Preserve-waterfalls.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0122-Kiterino-Preserve-waterfalls.patch -------------------------------------------------------------------------------- /patches/server/0123-Kiterino-Super-dumb-liquid-ticks-limiter.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0123-Kiterino-Super-dumb-liquid-ticks-limiter.patch -------------------------------------------------------------------------------- /patches/server/0124-Kiterino-Allow-explosions-underwater-fluids.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/server/0124-Kiterino-Allow-explosions-underwater-fluids.patch -------------------------------------------------------------------------------- /patches/unused/server/0033-Folia-Sync-vehicle-position-to-player-position-on-pl.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/unused/server/0033-Folia-Sync-vehicle-position-to-player-position-on-pl.patch -------------------------------------------------------------------------------- /patches/unused/server/0052-Gale-Faster-chunk-serialization.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/unused/server/0052-Gale-Faster-chunk-serialization.patch -------------------------------------------------------------------------------- /patches/unused/server/0053-Gale-Optimize-world-generation-chunk-and-block-acces.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/unused/server/0053-Gale-Optimize-world-generation-chunk-and-block-acces.patch -------------------------------------------------------------------------------- /patches/unused/server/0072-SparklyPaper-Optimize-tickBlockEntities.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/patches/unused/server/0072-SparklyPaper-Optimize-tickBlockEntities.patch -------------------------------------------------------------------------------- /scripts/SetEnv.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/scripts/SetEnv.ps1 -------------------------------------------------------------------------------- /scripts/clear_build.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/scripts/clear_build.ps1 -------------------------------------------------------------------------------- /scripts/create_build.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/scripts/create_build.ps1 -------------------------------------------------------------------------------- /scripts/upstream.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/scripts/upstream.ps1 -------------------------------------------------------------------------------- /scripts/upstreamCommit.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/scripts/upstreamCommit.ps1 -------------------------------------------------------------------------------- /settings.gradle.kts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404Setup/Vine/HEAD/settings.gradle.kts --------------------------------------------------------------------------------