Improve configurable door difficulty (#6985)

This commit is contained in:
Pedro
2022-05-06 11:52:14 -04:00
parent 9434fcde82
commit 2b68eb27b1
2 changed files with 22 additions and 17 deletions

View File

@@ -22,7 +22,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
import org.bukkit.configuration.file.YamlConfiguration;
import org.spigotmc.SpigotWorldConfig;
@@ -0,0 +0,0 @@ public class PaperWorldConfig {
);
}
}
+ public Map<net.minecraft.world.entity.EntityType<?>, Integer> entityPerChunkSaveLimits = new HashMap<>();