mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-30 11:19:17 +02:00
Fix build conflicts
This commit is contained in:
parent
dfc54a8b92
commit
b0cbebdc7b
8 changed files with 4 additions and 4 deletions
Spigot-API-Patches
Spigot-Server-Patches
0566-Add-zombie-targets-turtle-egg-config.patch0567-Buffer-joins-to-world.patch0568-Optimize-redstone-algorithm.patch0569-Fix-hex-colors-not-working-in-some-kick-messages.patch0570-Fix-NPE-in-getBedSpawnLocation.patch0571-PortalCreateEvent-needs-to-know-its-entity.patch0572-Fix-CraftTeam-null-check.patch
|
@ -19,12 +19,12 @@ Aside from making the obvious class/function renames and obfhelpers I didn't nee
|
|||
Just added Bukkit's event system and took a few liberties with dead code and comment misspellings.
|
||||
|
||||
diff --git a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java
|
||||
index d5a1ade21749bba420257f3ece7878f32148d6ff..9b96b1b326169e7963d828eb9d0612c3c8cb428a 100644
|
||||
index b286928cca6effb7adf07bfd2882cb6c5bbffcf2..fbfea9e981bdc90d679d315b5e75ba01d3d396a0 100644
|
||||
--- a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java
|
||||
+++ b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java
|
||||
@@ -654,4 +654,14 @@ public class PaperWorldConfig {
|
||||
maxLightningFlashDistance = 512; // Vanilla value
|
||||
}
|
||||
@@ -659,4 +659,14 @@ public class PaperWorldConfig {
|
||||
private void zombiesTargetTurtleEggs() {
|
||||
zombiesTargetTurtleEggs = getBoolean("zombies-target-turtle-eggs", zombiesTargetTurtleEggs);
|
||||
}
|
||||
+
|
||||
+ public boolean useEigencraftRedstone = false;
|
Loading…
Add table
Reference in a new issue