Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Y0ungSandwich/4bb1f938d609f63c917fa46c5dea05e5 to your computer and use it in GitHub Desktop.
Save Y0ungSandwich/4bb1f938d609f63c917fa46c5dea05e5 to your computer and use it in GitHub Desktop.
# Configuration file
general {
# OreDict names that should be unified even if they are different.
# [default: [aluminum aluminium bauxite]]
S:alternatives <
aluminum aluminium bauxite
>
# Blacklisted Mods
# [default: [chisel]]
S:blacklistMods <
chisel
astralsorcery
silentsgems
thaumcraft
gravelores
embers
>
# Preferred Mods
# [default: [thermalfoundation], [immersiveengineering], [embers]]
S:preferredMods <
minecraft
bigreactors
oregen
immersiveengineering
>
# Use UniDict's settings to unify. (Other settings from this mod will be ignored.) [default: true]
B:useUnidict=false
}
list {
# OreDict names that shouldn't be unified. (supports regex)
# [default: [.*Wood], [.*Glass.*], [stair.*], [fence.*], [plank.*], [slab.*]]
S:blacklist <
.*Quartz.*
.*Wood
.*Glass.*
.*Marble.*
stair.*
fence.*
plank.*
slab.*
>
# 0 - use whitelist
# 1 - use blacklist
# 2 - use both lists
# 3 - use no list
# [range: 0 ~ 3, default: 2]
I:listMode=2
# OreDict names that should be unified. (supports regex)
# [default: [block.*], [chunk.*], [dust.*], [dustSmall.*], [dustTiny.*], [gear.*], [gem.*], [ingot.*], [nugget.*], [ore.*], [plate.*], [rod.*]]
S:whitelist <
chunk.*
dust.*
dustSmall.*
dustTiny.*
gear.*
gem.*
ingot.*
nugget.*
ore.*
plate.*
rod.*
>
}
unifyevent {
# Unify drops when entities die. [default: false]
B:death=false
# Unify when items drop. [default: true]
B:drop=true
# Unify items in player's inventory when GUI is opened/closed. [default: true]
B:gui=true
# Unify when blocks are harvested. [default: true]
B:harvest=false
# Unify every second items in player's inventory. [default: false]
B:second=false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment