mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-20 01:47:42 +01:00
Move more options to per-world section (still more to come)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From 3a270f96763f004d959fc1d455972c2dac4a0d6a Mon Sep 17 00:00:00 2001
|
||||
From 19c255144560ce388e919ed5844ec2d4f8ebb267 Mon Sep 17 00:00:00 2001
|
||||
From: William Blake Galbreath <Blake.Galbreath@GMail.com>
|
||||
Date: Fri, 29 Nov 2019 22:37:44 -0600
|
||||
Subject: [PATCH] Add charged creeper spawn chance
|
||||
@@ -9,7 +9,7 @@ Subject: [PATCH] Add charged creeper spawn chance
|
||||
2 files changed, 21 insertions(+)
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/server/EntityCreeper.java b/src/main/java/net/minecraft/server/EntityCreeper.java
|
||||
index 9bce3f7716..be6a1ea054 100644
|
||||
index ebae462807..5dd9a57234 100644
|
||||
--- a/src/main/java/net/minecraft/server/EntityCreeper.java
|
||||
+++ b/src/main/java/net/minecraft/server/EntityCreeper.java
|
||||
@@ -1,11 +1,16 @@
|
||||
@@ -48,7 +48,7 @@ index 9bce3f7716..be6a1ea054 100644
|
||||
public void b(NBTTagCompound nbttagcompound) {
|
||||
super.b(nbttagcompound);
|
||||
diff --git a/src/main/java/net/pl3x/purpur/PurpurConfig.java b/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
index 4bf208b35c..b5f12373a9 100644
|
||||
index 81f41ccc77..544c68b0d8 100644
|
||||
--- a/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
+++ b/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
@@ -208,6 +208,11 @@ public class PurpurConfig {
|
||||
@@ -60,9 +60,9 @@ index 4bf208b35c..b5f12373a9 100644
|
||||
+ chargedCreeperChance = getDouble("settings.mobs.creeper.naturally-charged-chance", chargedCreeperChance);
|
||||
+ }
|
||||
+
|
||||
public static boolean enderDragonAlwaysDropsEggBlock = false;
|
||||
public static boolean enderDragonAlwaysDropsFullExp = false;
|
||||
private static void enderDragonSettings() {
|
||||
public static boolean giantsNaturallySpawn = true;
|
||||
public static boolean giantsHaveAI = true;
|
||||
private static void giantsSettings() {
|
||||
--
|
||||
2.24.0.rc1
|
||||
2.24.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user