Add Alternate Current's redstone implementation as an alternative to Vanilla and Eigencraft's. (#7701)

This commit is contained in:
Space Walker 2022-05-07 18:47:28 +02:00 committed by GitHub
parent b831784aed
commit 7a6163b41d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
96 changed files with 2619 additions and 200 deletions

View file

@ -5,10 +5,10 @@ Subject: [PATCH] Configurable max leash distance
diff --git a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java
index 4d3625e1bf1acdfdf226f788209e6b35793d7153..86d90de48281b2cf5f09206dd994133992904560 100644
index a799b732715e029e1b7ecae4acd4e283600e107b..a33bdad2d588268bb0e9e9a1de1eb004d60c26ef 100644
--- a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java
+++ b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java
@@ -303,6 +303,12 @@ public class PaperWorldConfig {
@@ -308,6 +308,12 @@ public class PaperWorldConfig {
}
}