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 a439ab2a24f3776c3e58df37c7462b0af13f7fec Mon Sep 17 00:00:00 2001
|
||||
From 165280da5a0937b3e5717965e9c7bfcae83b2e52 Mon Sep 17 00:00:00 2001
|
||||
From: William Blake Galbreath <blake.galbreath@gmail.com>
|
||||
Date: Thu, 3 Oct 2019 18:08:03 -0500
|
||||
Subject: [PATCH] Allow leashing villagers
|
||||
@@ -38,10 +38,10 @@ index 7d146d9783..4187bb6026 100644
|
||||
+ // Purpur - end
|
||||
}
|
||||
diff --git a/src/main/java/net/pl3x/purpur/PurpurConfig.java b/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
index 1d6627cf05..12638c8169 100644
|
||||
index 0537d06811..8298a12769 100644
|
||||
--- a/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
+++ b/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
@@ -260,9 +260,11 @@ public class PurpurConfig {
|
||||
@@ -235,9 +235,11 @@ public class PurpurConfig {
|
||||
|
||||
public static boolean useVillagerBrainTicksOnlyWhenLagging = true;
|
||||
public static int villagerBrainTicks = 20;
|
||||
@@ -52,7 +52,7 @@ index 1d6627cf05..12638c8169 100644
|
||||
+ allowLeashingVillagers = getBoolean("settings.mobs.villager.allow-leashing", allowLeashingVillagers);
|
||||
}
|
||||
|
||||
public static boolean zombieTargetsTurtleEggs = true;
|
||||
public static boolean largeEnderChests = true;
|
||||
--
|
||||
2.24.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user