mirror of
https://github.com/BX-Team/DivineMC.git
synced 2025-12-19 14:59:25 +00:00
Updated Upstream (Purpur)
Upstream has released updates that appear to apply and compile correctly Purpur Changes: PurpurMC/Purpur@162bd288 Updated Upstream (Paper)
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
- static final Color[] colors = {
|
- static final Color[] colors = {
|
||||||
+ public static final Color[] colors = { // DivineMC - Pufferfish SIMD - make public
|
+ public static final Color[] colors = { // DivineMC - Pufferfish SIMD - make public
|
||||||
// Start generate - MapPalette#colors
|
// Start generate - MapPalette#colors
|
||||||
// @GeneratedFrom 1.21.6-rc1
|
// @GeneratedFrom 1.21.6
|
||||||
new Color(0x00000000, true),
|
new Color(0x00000000, true),
|
||||||
@@ -395,9 +_,15 @@
|
@@ -395,9 +_,15 @@
|
||||||
temp.getRGB(0, 0, temp.getWidth(), temp.getHeight(), pixels, 0, temp.getWidth());
|
temp.getRGB(0, 0, temp.getWidth(), temp.getHeight(), pixels, 0, temp.getWidth());
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ group = org.bxteam.divinemc
|
|||||||
version=1.21.6-R0.1-SNAPSHOT
|
version=1.21.6-R0.1-SNAPSHOT
|
||||||
|
|
||||||
mcVersion=1.21.6
|
mcVersion=1.21.6
|
||||||
purpurRef=46a28b93bdb4a99d5f3eed7401d99665dfcf256d
|
purpurRef=162bd2883b33f39b55bed76247be38d133ee2396
|
||||||
experimental=true
|
experimental=true
|
||||||
|
|
||||||
org.gradle.configuration-cache=true
|
org.gradle.configuration-cache=true
|
||||||
|
|||||||
Reference in New Issue
Block a user