This commit is contained in:
samsonsin
2025-05-29 23:26:10 +02:00
commit 90b3575aea
11149 changed files with 2362534 additions and 0 deletions

24
.minecraft/config/ifu.cfg Normal file
View File

@@ -0,0 +1,24 @@
# Configuration file
general {
# List of GT ores that can't be readed by ore Finder. Use block unlocalizedName f.e. "gt.blockores.27" [default: ]
S:"Blacklist " <
tile.rail
tile.fence
tile.stoneMoss
tile.chest
tile.torch
tile.endPortalFrame
>
# 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 radius from player on Y position [range: 1 ~ 60, default: 40]
I:"Y Area radius"=60
}