mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-21 10:27:44 +01:00
add back random populator seed
This commit is contained in:
@@ -5,7 +5,7 @@ Subject: [PATCH] Drowning Settings
|
||||
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/world/entity/Entity.java b/src/main/java/net/minecraft/world/entity/Entity.java
|
||||
index c041fce2a8451b918a15b940f2f78688d9cbc9d9..f39650ecea50b97c19336906334855318e5a1d64 100644
|
||||
index 158691a1912155390751698a833b1375a2b8e613..b0405b5a7456561e49bdd4eaf3fd616c283180d7 100644
|
||||
--- a/src/main/java/net/minecraft/world/entity/Entity.java
|
||||
+++ b/src/main/java/net/minecraft/world/entity/Entity.java
|
||||
@@ -2932,7 +2932,7 @@ public abstract class Entity implements Nameable, EntityAccess, CommandSource, n
|
||||
@@ -40,10 +40,10 @@ index c123e723d4fc3202eb7a4c74a356ffcde19e2ba5..0a50c0d3450430de9b6251aa65a8bfc8
|
||||
}
|
||||
|
||||
diff --git a/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java b/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
|
||||
index 3ebb64879cf8e920e9ae967791cd62bfdfcbd192..306fe7e45673d2e0f0050bf1444464a4d73ef9a4 100644
|
||||
index 58c6ab883418684935e7b2ce5f2341d036148ada..d234ca632d7ea4321ddad21ba8249fd6640708c5 100644
|
||||
--- a/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
|
||||
+++ b/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
|
||||
@@ -108,6 +108,15 @@ public class PurpurWorldConfig {
|
||||
@@ -109,6 +109,15 @@ public class PurpurWorldConfig {
|
||||
nighttimeTicks = getInt("gameplay-mechanics.daylight-cycle-ticks.nighttime", nighttimeTicks);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user