This commit is contained in:
2026-02-23 21:48:28 +01:00
parent 68fcf7fbde
commit 76e9b1b59e
15427 changed files with 620572 additions and 11184 deletions

View File

@@ -0,0 +1,27 @@
# Configuration file
general {
# List blocks that can't be read by ore Finder. Use unlocalizedName. [default: ]
S:"Blacklist " <
tile.rail
tile.fence
tile.stoneMoss
tile.chest
tile.torch
tile.endPortalFrame
>
# If this is set to false, the OreFinder will only work in the Owerworld, Nether and Twilight Forest [default: false]
B:"Enable Everywhere"=false
# If true, Ore finder will play sounds [default: true]
B:Sounds=true
# change scanning radius from player [range: 1 ~ 16, default: 4]
I:"X Z Area radius"=4
# change scanning distance above and below the player [range: 1 ~ 60, default: 40]
I:"Y Area radius"=60
}