mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-22 02:47:43 +01:00
Change some default config options to match vanilla behaviors
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From dcd4e2277b3f13c979904300f53757a72935ceab Mon Sep 17 00:00:00 2001
|
||||
From 72cadce1c45bf749bc8187032fb964df60ccb4ea Mon Sep 17 00:00:00 2001
|
||||
From: William Blake Galbreath <blake.galbreath@gmail.com>
|
||||
Date: Sat, 15 Jun 2019 03:12:15 -0500
|
||||
Subject: [PATCH] Make Iron Golems Swim
|
||||
@@ -21,7 +21,7 @@ index 2c34ab337a..9bb033336c 100644
|
||||
this.goalSelector.a(1, new PathfinderGoalMeleeAttack(this, 1.0D, true));
|
||||
this.goalSelector.a(2, new PathfinderGoalMoveTowardsTarget(this, 0.9D, 32.0F));
|
||||
diff --git a/src/main/java/net/pl3x/purpur/PurpurConfig.java b/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
index 4c78758e78..9cd05d37ed 100644
|
||||
index 27eca5246c..9a9935edbc 100644
|
||||
--- a/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
+++ b/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
@@ -156,6 +156,11 @@ public class PurpurConfig {
|
||||
@@ -33,9 +33,9 @@ index 4c78758e78..9cd05d37ed 100644
|
||||
+ ironGolemSwims = getBoolean("settings.mobs.iron_golem.swims", ironGolemSwims);
|
||||
+ }
|
||||
+
|
||||
public static boolean snowmanDropsPumpkin = true;
|
||||
public static boolean snowmanPumpkinPutBack = true;
|
||||
private static void snowmansSettings() {
|
||||
public static double crystalsAttackPhantomsRadius = 0.0D;
|
||||
public static float crystalsAttackPhantomDamage = 1.0F;
|
||||
public static double phantomsOrbitCrystalsRadius = 0.0D;
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user