mirror of
https://github.com/LeavesMC/Leaves.git
synced 2026-01-06 15:51:33 +00:00
Fakeplayer Resident (#17)
This commit is contained in:
@@ -278,7 +278,7 @@ index 47468086c1cae252aa99c55b0065f225357dee62..bca757ea05403fe46f5bf0dfa75561b8
|
||||
public VoxelShape getShape(BlockState state, BlockGetter world, BlockPos pos, CollisionContext context) {
|
||||
return SHAPE;
|
||||
diff --git a/src/main/java/top/leavesmc/leaves/LeavesConfig.java b/src/main/java/top/leavesmc/leaves/LeavesConfig.java
|
||||
index 9efb1a54ee62a74ebaf5720f08b0d64d54ba3b44..e5df1c66b69ef9304cf18677fafda180d3f0ed99 100644
|
||||
index c303ccacacb885d952268bfee069e5e807fe52ba..1fbfc21a8911e17dfc3b68c963be954552eb27f1 100644
|
||||
--- a/src/main/java/top/leavesmc/leaves/LeavesConfig.java
|
||||
+++ b/src/main/java/top/leavesmc/leaves/LeavesConfig.java
|
||||
@@ -9,6 +9,7 @@ import org.bukkit.configuration.ConfigurationSection;
|
||||
@@ -289,7 +289,7 @@ index 9efb1a54ee62a74ebaf5720f08b0d64d54ba3b44..e5df1c66b69ef9304cf18677fafda180
|
||||
|
||||
import java.io.File;
|
||||
import java.lang.reflect.InvocationTargetException;
|
||||
@@ -442,6 +443,14 @@ public final class LeavesConfig {
|
||||
@@ -444,6 +445,14 @@ public final class LeavesConfig {
|
||||
renewableElytra = getDouble("settings.modify.renewable-elytra", renewableElytra);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user