Files
meatballcraft/config/omniwand.cfg
T
2025-01-18 01:28:04 +08:00

125 lines
5.0 KiB
INI

# Configuration file
general {
# Enables Omniwand auto-transform. [default: true]
B:enableTransforms=true
# Restricts the Omniwand tooltip to only show items that used for transforms. [default: true]
B:restrictTooltip=true
# Omniwand will only transform when held in the offhand. [default: false]
B:offhandTransformOnly=false
# Omniwand requires crouch + swing to revert from a transformed item. [default: false]
B:crouchRevert=false
# If for some reason you hate the fact the Omniwand is a staff you can set this to true. REQUIRES RESTART. [default: false]
B:alternateAppearance=false
# List of items that will be associated with Omniwand auto-transform. This must be set before
# items are crafted into the wand. Only one transform item per mod can be stored in the Omniwand.
#
# This will override the "blacklistedMods" setting.
#
# [default: [appliedenergistics2:certus_quartz_wrench], [appliedenergistics2:nether_quartz_wrench], [appliedenergistics2:network_tool], [astralsorcery:itemwand], [botania:twigwand], [draconicevolution:crystal_binder], [embers:tinker_hammer], [enderio:item_yeta_wrench], [immersiveengineering:tool:0], [mekanism:configurator], [rftools:smartwrench], [teslacorelib:wrench], [thermalfoundation:wrench]]
S:transformItems <
appliedenergistics2:certus_quartz_wrench
appliedenergistics2:nether_quartz_wrench
appliedenergistics2:network_tool
astralsorcery:itemwand
botania:twigwand
draconicevolution:crystal_binder
embers:tinker_hammer
enderio:item_yeta_wrench
immersiveengineering:tool:0
mekanism:configurator
rftools:smartwrench
teslacorelib:wrench
thermalfoundation:wrench
>
# List of mod aliases used for Omniwand transforming.
# [default: [ae2stuff=appliedenergistics2], [threng=appliedenergistics2], [animus=bloodmagic], [bloodarsenal=bloodmagic], [nautralpledge=botania], [immersivetech=immersiveengineering], [immersivepetrolium=immersiveengineering], [industrialforegoing=teslacorelib], [redstonearsenal=thermalfoundation], [thermalcultivation=thermalfoundation], [thermaldynamics=thermalfoundation], [thermalexpansion=thermalfoundation], [rftoolsdim=rftools], [rftoolspower=rftools], [rftoolscontrol=rftools], [integrateddynamics=integratedtunnels], [mekanismgenerators=mekanism], [mekanismtools=mekanism], [deepresonance=rftools], [xnet=rftools], [buildcrafttransport=buildcraft], [buildcraftfactory=buildcraft], [buildcraftsilicon=buildcraft]]
S:modAliases <
ae2stuff=appliedenergistics2
threng=appliedenergistics2
animus=bloodmagic
bloodarsenal=bloodmagic
nautralpledge=botania
immersivetech=immersiveengineering
immersivepetrolium=immersiveengineering
industrialforegoing=teslacorelib
redstonearsenal=thermalfoundation
thermalcultivation=thermalfoundation
thermaldynamics=thermalfoundation
thermalexpansion=thermalfoundation
rftoolsdim=rftools
rftoolspower=rftools
rftoolscontrol=rftools
integrateddynamics=integratedtunnels
mekanismgenerators=mekanism
mekanismtools=mekanism
deepresonance=rftools
xnet=rftools
buildcrafttransport=buildcraft
buildcraftfactory=buildcraft
buildcraftsilicon=buildcraft
>
# List of mods to deny attachment to the Omniwand.
# [default: [intangible], [immersiveengineering], [tconstruct]]
S:blacklistedMods <
intangible
immersiveengineering
tconstruct
>
# List of items that can be attached to the Omniwand.
# This will override the "blacklistedMods" setting.
# [default: [immersiveengineering:tool:1], [immersiveengineering:tool:2]]
S:whitelistedItems <
immersiveengineering:tool:1
immersiveengineering:tool:2
thaumicaugmentation:gauntlet:0
thaumicaugmentation:gauntlet:1
astralsorcery:itemlinkingtool
woot:builder
chisel:offsettool
thaumcraft:golem_bell
enderio:item_travel_staff
cyclicmagic:sign_editor
cyclicmagic:tool_swap_match
appliedenergistics2:certus_quartz_cutting_knife
actuallyadditions:item_phantom_connector
extrabotany:manareader
appliedenergistics2:network_tool
thaumicaugmentation:impetus_linker
storagedrawers:drawer_key
storagedrawers:shroud_key
storagedrawers:personal_key
storagedrawers:quantify_key
thaumcraft:resonator
contenttweaker:multiblock_sticc
>
# List of names contained within item ids that can be attached to the Omniwand.
# [default: [configurator], [crowbar], [hammer], [rod], [rotator], [screwdriver], [wand], [wrench]]
S:whitelistedNames <
configurator
crowbar
hammer
rod
rotator
screwdriver
wand
wrench
gauntlet
assembler
connector
gadget
>
}