Files
meatballcraft/config/omniwand.cfg
T
sainagh 6e24b21e79 0.18.4
2026-03-25 15:28:45 -05:00

179 lines
6.1 KiB
INI

# Configuration file
general {
# Enables Omniwand auto-transform when looking at blocks.
B:"Auto Transform"=true
# List of mods, items and names that will be blacklisted and blocked from being attached to the Omniwand.
# Format:
# mod=modid - all items from this mod will be blacklisted
# item=modid:itemid:metadata - this item will be blacklisted, metadata is optional
# name=wrench - any item with the word 'wrench' in its item id will be blacklisted
#
# Examples:
# mod=tconstruct
# item=botania:twigwand
# item=immersiveengineering:tool:0
# name=wrench
#
# Filter Priority:
# 1. Transform Items (will always attach)
# 2. Whitelisted Items
# 3. Blacklisted Items
# 4. Blacklisted Mods
# 5. Whitelisted Mods
# 6. Blacklisted Names
# 7. Whitelisted Names
#
S:"Item Blacklist" <
mod=intangible
mod=immersiveengineering
mod=tconstruct
>
# List of mods, items and names that will be whitelisted and allowed to be attached to the Omniwand.
# Format:
# mod=modid - all items from this mod will be whitelisted
# item=modid:itemid:metadata - this item will be whitelisted, metadata is optional
# name=wrench - any item with the word 'wrench' in its item id will be whitelisted
#
# Examples:
# mod=tconstruct
# item=botania:twigwand
# item=immersiveengineering:tool:0
# name=wrench
#
# Filter Priority:
# 1. Transform Items (will always attach)
# 2. Whitelisted Items
# 3. Blacklisted Items
# 4. Blacklisted Mods
# 5. Whitelisted Mods
# 6. Blacklisted Names
# 7. Whitelisted Names
#
S:"Item Whitelist" <
name=configurator
name=crowbar
name=hammer
name=rod
name=rotator
name=screwdriver
name=wand
name=wrench
item=immersiveengineering:tool:1
item=immersiveengineering:tool:2
item=thaumicaugmentation:gauntlet:0
item=thaumicaugmentation:gauntlet:1
item=astralsorcery:itemlinkingtool
item=woot:builder
item=chisel:offsettool
item=thaumcraft:golem_bell
item=enderio:item_travel_staff
item=cyclicmagic:sign_editor
item=cyclicmagic:tool_swap_match
item=appliedenergistics2:certus_quartz_cutting_knife
item=actuallyadditions:item_phantom_connector
item=extrabotany:manareader
item=appliedenergistics2:network_tool
item=thaumicaugmentation:impetus_linker
item=storagedrawers:drawer_key
item=storagedrawers:shroud_key
item=storagedrawers:personal_key
item=storagedrawers:quantify_key
item=thaumcraft:resonator
item=contenttweaker:multiblock_sticc
item=ae2stuff:wireless_kit
item=ae2stuff:adv_wireless_kit
item=chisel:chisel_diamond
item=chisel:chisel_hitech
item=modularmachineryaddons:advancedmachineassembler
item=modularmachineryaddons:advancedmachinedisassembler
>
# List of mod aliases used for Omniwand transforming.
# Format: modid=aliasmodid
S:"Mod Aliases" <
ae2stuff=appliedenergistics2
animus=bloodmagic
bloodarsenal=bloodmagic
buildcrafttransport=buildcraft
buildcraftfactory=buildcraft
buildcraftsilicon=buildcraft
deepresonance=rftools
immersivetech=immersiveengineering
immersivepetrolium=immersiveengineering
industrialforegoing=teslacorelib
integrateddynamics=integratedtunnels
mekanismgenerators=mekanism
mekanismtools=mekanism
nautralpledge=botania
redstonearsenal=thermalfoundation
rftoolsdim=rftools
rftoolspower=rftools
rftoolscontrol=rftools
thermalcultivation=thermalfoundation
thermaldynamics=thermalfoundation
thermalexpansion=thermalfoundation
threng=appliedenergistics2
xnet=rftools
>
# Omniwand will only transform when held in the offhand.
B:"Offhand Transform"=false
# Restricts the Omniwand tooltip to only show items that used for auto-transforms.
B:"Restrict Tooltip"=true
# Omniwand requires crouch + swing to revert from a transformed item.
B:"Revert Requires Crouch"=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 option will override all blacklist settings.
# Format: modid:item_id
S:"Transform Items" <
appliedenergistics2:certus_quartz_wrench
appliedenergistics2:nether_quartz_wrench
appliedenergistics2:network_tool
astralsorcery:itemwand
botania:twigwand
draconicevolution:crystal_binder
embers:tinker_hammer
environmentaltech:tool_multiblock_assembler
immersiveengineering:tool:0
enderio:item_yeta_wrench
mekanism:configurator
naturesaura:range_visualizer
rftools:smartwrench
teslacorelib:wrench
thermalfoundation:wrench
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
modularmachineryaddons:advancedmachineassembler
modularmachineryaddons:advancedmachinedisassembler
>
}