Files
sevtech-ages-1.12.2/config/vctweaker.cfg
2025-07-23 08:37:00 +03:00

35 lines
1.1 KiB
INI

# Configuration file
general {
# Add JEI integration to ViesCraft
B:"Add JEI"=true
# If all blocks that are of wood material can be burnt in a airship.
# Can use this instead of defining everything in the list.
# It's affected by the whitelist setting
B:"Burn Wood Material"=true
# If the item list is a whitelist this needs to be true.
# If the item list is a blacklist this needs to be false
B:"Is Whitelist"=true
# The list of items to either whitelist or blacklist when adding fuel to a airship.
# It still cares about ViesCraft fuel settings, to use vanilla/moded fuel or not.
# If you don't set a metadata for a item it automatically adds :* to the end, a wildcard for all metadata
S:"Item List" <
minecraft:coal_block
minecraft:sapling
minecraft:stick
minecraft:blaze_rod
minecraft:coal
minecraft:lava_bucket
vc:item_viesoline
>
# Make modded fuels ignore the whitelist/blacklist, still respects the ViesCraft setting about moded fuels.
# Mostly here to enable the default behaviour of the mod.
B:"Modded Ignore Lists"=true
}