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@4fd4df07 Updated Upstream (Paper)
This commit is contained in:
@@ -24,6 +24,7 @@ import java.lang.reflect.InvocationTargetException;
|
|||||||
import java.lang.reflect.Method;
|
import java.lang.reflect.Method;
|
||||||
import java.lang.reflect.Modifier;
|
import java.lang.reflect.Modifier;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
import java.util.Arrays;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Locale;
|
import java.util.Locale;
|
||||||
import java.util.Random;
|
import java.util.Random;
|
||||||
@@ -379,7 +380,13 @@ public class DivineConfig {
|
|||||||
public static int dabMaximumActivationFrequency = 20;
|
public static int dabMaximumActivationFrequency = 20;
|
||||||
public static int dabActivationDistanceMod = 8;
|
public static int dabActivationDistanceMod = 8;
|
||||||
public static boolean dabDontEnableIfInWater = false;
|
public static boolean dabDontEnableIfInWater = false;
|
||||||
public static List<String> dabBlackedEntities = new ArrayList<>();
|
public static List<String> dabBlackedEntities = new ArrayList<>(Arrays.asList(
|
||||||
|
"villager",
|
||||||
|
"axolotl",
|
||||||
|
"hoglin",
|
||||||
|
"zombified_piglin",
|
||||||
|
"goat"
|
||||||
|
));
|
||||||
|
|
||||||
// Virtual threads
|
// Virtual threads
|
||||||
public static boolean virtualThreadsEnabled = false;
|
public static boolean virtualThreadsEnabled = false;
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ group = org.bxteam.divinemc
|
|||||||
version=1.21.8-R0.1-SNAPSHOT
|
version=1.21.8-R0.1-SNAPSHOT
|
||||||
|
|
||||||
mcVersion=1.21.8
|
mcVersion=1.21.8
|
||||||
purpurRef=710ecf5ec5d8dbb3b8ef4022b2ccc3575f03cdb2
|
purpurRef=4fd4df0799dfc86ebac1f161656417a6b0c6cd4f
|
||||||
experimental=false
|
experimental=false
|
||||||
|
|
||||||
org.gradle.configuration-cache=true
|
org.gradle.configuration-cache=true
|
||||||
|
|||||||
Reference in New Issue
Block a user