Well-rounded Minecraft 1.18.2 modpack featuring Tech, Magic, Exploration and Decoration content. Made with love. 💚
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
|
|
#Common configuration settings
|
|
|
|
[common]
|
|
|
|
#Allow all items to be added
|
|
|
|
allitems = false
|
|
|
|
#Disable overlay previewing tome conversion
|
|
|
|
disable_overlay = false
|
|
|
|
#Whitelisted items
|
|
|
|
items = [
|
|
|
|
"patchouli:guide_book",
|
|
|
|
"adorn:guide_book",
|
|
|
|
"alexsmobs:animal_dictionary",
|
|
|
|
"ars_nouveau:worn_notebook",
|
|
|
|
"botania:lexicon",
|
|
|
|
"immersiveengineering:manual",
|
|
|
|
"malum:encyclopedia_arcana",
|
|
|
|
"tconstruct:tinkers_gadgetry",
|
|
|
|
"tconstruct:mighty_smelting",
|
|
|
|
"tconstruct:materials_and_you",
|
|
|
|
"tconstruct:fantastic_foundry",
|
|
|
|
"tconstruct:puny_smelting",
|
|
|
|
"tconstruct:encyclopedia",
|
|
|
|
"tis3d:manual",
|
|
|
|
]
|
|
|
|
#Whitelisted names
|
|
|
|
names = []
|
|
|
|
#Mod aliases
|
|
|
|
aliases = []
|
|
|
|
#Blacklisted mods
|
|
|
|
exclude = []
|
|
|
|
#Blacklisted items
|
|
|
|
exclude_items = []
|
|
|
|
|