9
0
mirror of https://github.com/Samsuik/Sakura.git synced 2025-12-25 01:39:25 +00:00
Samsuik 99f34d259e Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@9c45038 Return null in getRegistry(Class) for unknown type (#11422)
PaperMC/Paper@d611754 Disable pretty printing for advancement saving (#11419)
PaperMC/Paper@5bcb2ff Correctly launch WindCharges (#11418)
PaperMC/Paper@593faf4 Create TileStateInventoryHolder (#11420)
PaperMC/Paper@1ed64f8 Update launchProjectile API (#11300)
PaperMC/Paper@78feecb Deprecate BlockType#isInteractable (#11427)
PaperMC/Paper@1cb2bf4 Add velocity forwarding secret env override (#10127)
PaperMC/Paper@81d9448 Add ItemStack array serialization methods (#10387)
PaperMC/Paper@2f50b87 Fixup command precprocess cancellation (#11424)
PaperMC/Paper@540deb7 Fix Color Particle API (#10895)
PaperMC/Paper@e8297c4 Expand out datapack API (#10828)
PaperMC/Paper@4514c71 Only call EntityPortalExitEvent if entity is actually in a portal
PaperMC/Paper@acdd6d3 make MenuType implement FeatureDependant
PaperMC/Paper@9b1ee0d Add missing key files and cleanup registry definition order
PaperMC/Paper@1bc02e6 Fix tag lifecycle event handlers not disabling /reload
2024-09-25 18:17:45 +01:00
2024-06-08 19:04:07 +01:00
2024-06-27 20:03:23 +01:00
2024-09-25 18:17:45 +01:00
2023-12-10 13:33:09 +00:00
2023-10-17 22:36:39 +01:00
2023-10-17 22:36:39 +01:00
2024-02-20 15:26:46 +00:00
2024-06-27 20:03:23 +01:00
2024-09-22 20:38:14 +01:00
2023-12-10 13:33:09 +00:00
2023-11-24 14:40:03 +00:00
2024-06-11 21:32:30 +01:00

Sakura

This is a fork of Paper to optimise cannoning and provide essential features for testing and faction servers.

There are branches from the latest version to 1.19.4. If you need a 1.8.8 server jar check out the project Sakura was based on Blossom.

There are compiled binaries on the releases page

https://github.com/Samsuik/Sakura/releases

Requirements (Source, Compiling)

Windows (you need Git Bash and a JDK)

You can use command prompt on if Git is installed, make sure you to not include the ./ at the start of the gradlew commands.

You may also have trouble with the file path length limit, there is a registry tweak you can make to remove this limitation.

Linux (git and a JDK)

...

Obtaining the source code

git clone https://github.com/Samsuik/Sakura

Navigate to the locally cloned sakura repository

cd Sakura

You can use git checkout ... to choose between branches.

git checkout 1.20.6

To get the source code you can view, make changes etc.

./gradlew applyPatches

Building the project

1.20.4 and earlier

./gradlew createReobfPaperclipJar

1.20.6 and later

./gradlew createMojmapPaperclipJar
Description
SakuraMC Repository Backup
Readme 3.9 MiB
Languages
Java 98.4%
Shell 1.6%