From e1feb22144d2821c577cb0a281f77c54306f437c Mon Sep 17 00:00:00 2001 From: Felix Perktold <> Date: Thu, 23 Jul 2026 20:26:04 +0000 Subject: asd --- config/betterstrongholds/fabric-1_20/ores.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config/betterstrongholds/fabric-1_20/ores.json (limited to 'config/betterstrongholds/fabric-1_20/ores.json') diff --git a/config/betterstrongholds/fabric-1_20/ores.json b/config/betterstrongholds/fabric-1_20/ores.json new file mode 100644 index 0000000..a393ba2 --- /dev/null +++ b/config/betterstrongholds/fabric-1_20/ores.json @@ -0,0 +1,14 @@ +{ + "oreChances": { + "entries": { + "minecraft:iron_ore": 0.2, + "minecraft:coal_ore": 0.2, + "minecraft:redstone_ore[lit=false]": 0.15, + "minecraft:emerald_ore": 0.05, + "minecraft:gold_ore": 0.2, + "minecraft:lapis_ore": 0.15, + "minecraft:diamond_ore": 0.05 + }, + "defaultBlock": "minecraft:coal_ore" + } +} \ No newline at end of file -- cgit v1.2.3