diff options
| author | Felix Perktold <> | 2026-07-23 20:26:04 +0000 |
|---|---|---|
| committer | Felix Perktold <> | 2026-07-23 20:26:04 +0000 |
| commit | e1feb22144d2821c577cb0a281f77c54306f437c (patch) | |
| tree | c88aa93100893508ba9d60d2db55730f5a711616 /config/betterstrongholds/fabric-1_20/ores.json | |
asd
Diffstat (limited to 'config/betterstrongholds/fabric-1_20/ores.json')
| -rw-r--r-- | config/betterstrongholds/fabric-1_20/ores.json | 14 |
1 files changed, 14 insertions, 0 deletions
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 |
