mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-22 02:47:43 +01:00
Fix up some configuration shit
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From a58850bd807315bc8739bf8368ed229d64943968 Mon Sep 17 00:00:00 2001
|
||||
From d02bfe12f49755d8b1e9b1eda5b6830f2ede2ef1 Mon Sep 17 00:00:00 2001
|
||||
From: William Blake Galbreath <Blake.Galbreath@GMail.com>
|
||||
Date: Fri, 29 Nov 2019 23:47:42 -0600
|
||||
Subject: [PATCH] Despawn egg hatches chicken
|
||||
@@ -41,10 +41,10 @@ index 2926fbb957..bbb9ca1efc 100644
|
||||
Vec3D vec3d = this.getMot();
|
||||
|
||||
diff --git a/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java b/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
|
||||
index 361d3ba21d..3acc88b4d3 100644
|
||||
index f1a6524aa1..ded5e9fbb6 100644
|
||||
--- a/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
|
||||
+++ b/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
|
||||
@@ -274,11 +274,15 @@ public class PurpurWorldConfig {
|
||||
@@ -275,11 +275,15 @@ public class PurpurWorldConfig {
|
||||
public boolean chickenRidableInWater = false;
|
||||
public boolean chickenRequireShiftToMount = true;
|
||||
public boolean chickenDontLayEggsWhenRidden = false;
|
||||
|
||||
Reference in New Issue
Block a user