mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-21 18:37:42 +01:00
Move more options to per-world section (still more to come)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From 3f64c9d3b117dfff3f18d61e4510e362242c1436 Mon Sep 17 00:00:00 2001
|
||||
From 385090164807e54ddd4dca86616de161b6d7fb8f Mon Sep 17 00:00:00 2001
|
||||
From: William Blake Galbreath <Blake.Galbreath@GMail.com>
|
||||
Date: Fri, 29 Nov 2019 22:10:12 -0600
|
||||
Subject: [PATCH] Villagers follow emerald blocks
|
||||
@@ -37,10 +37,10 @@ index 4187bb6026..d8cbe549d4 100644
|
||||
public BehaviorController<EntityVillager> getBehaviorController() {
|
||||
return (BehaviorController<EntityVillager>) super.getBehaviorController(); // CraftBukkit - decompile error
|
||||
diff --git a/src/main/java/net/pl3x/purpur/PurpurConfig.java b/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
index 66f524ebf8..cc4731ccc8 100644
|
||||
index 46dc8cf79a..81f41ccc77 100644
|
||||
--- a/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
+++ b/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
@@ -280,10 +280,12 @@ public class PurpurConfig {
|
||||
@@ -255,10 +255,12 @@ public class PurpurConfig {
|
||||
public static boolean useVillagerBrainTicksOnlyWhenLagging = true;
|
||||
public static int villagerBrainTicks = 20;
|
||||
public static boolean allowLeashingVillagers = false;
|
||||
@@ -52,7 +52,7 @@ index 66f524ebf8..cc4731ccc8 100644
|
||||
+ villagersFollowEmeraldBlocks = getBoolean("settings.mobs.villager.follow-emerald-blocks", villagersFollowEmeraldBlocks);
|
||||
}
|
||||
|
||||
public static boolean zombieTargetsTurtleEggs = true;
|
||||
public static boolean largeEnderChests = true;
|
||||
--
|
||||
2.24.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user