testcraft/src/overrides/config/backpacks16840.cfg
2021-03-06 18:43:15 +01:00

111 lines
3.6 KiB
INI

# Configuration file
####################
# block
####################
block {
I:BackpackBlock=505
I:QuantumChest=503
}
####################
# general
####################
general {
# If this is true the player of a single player game counts as being opped when using op-only editors in Backpacks!
B:allow_op_functions_in_single_player=true
# If this is true the 3d model for quantum backpacks will use its animated texture
B:animate_quantum_backpacks=true
# How many rows of storage a backpack with X pouches will have
I:backpack_heights <
3
4
5
6
7
8
>
# How many columns of storage a backpack with X pouches will have
I:backpack_widths <
9
9
9
9
9
9
>
# This will disable the automatic loading and unloading of designated items from backpacks (it won't affect the piping of items to/from placed backpacks)
B:disable_backpack_auto_loader=false
# If this is true backpacks will not be placeable
B:disable_backpack_blocks=false
# If this is true you won't be able to put backpacks inside other backpacks :(
B:disable_backpack_nesting=false
# Setting this to true will prevent Backpacks! from opening its chest/crafting interface when right-clicking a chest/crafting table
B:disable_custom_block_interfaces=false
# Backpacks! allows you to open a crafting table by right-clicking it from your inventory, you can disable that by setting this to true
B:disable_inventory_crafting_interface=false
# Setting this to true will prevent item restorers from being used
B:disable_item_restorers=false
# Setting this to true will prevent opped players from using the ingame recipe editor
B:disable_recipe_editor=false
# If this is true you can 'use' an ender eye on a placed backpack to duplicate it. Any change made to a duplicated backpack will be present in all duplicates (like an ender chest)
B:ender_eyes_can_duplicate_backpacks=true
# If this is true, unique items (like backpacks) won't display their unique id in their tooltip
B:hide_unique_item_ids=true
# Used to update existing config values when a mod update requires a change
S:internal_config_version=3.0
# Right-clicking an item will open it in the same inventory section unless you hold down shift, setting this to false will invert that behaviour
B:items_open_in_same_section=true
# Non opped players can usually configure what items their backpacks will collect/resupply, set this to true to stop that
B:need_op_permission_to_use_any_editor=false
# Setting this to true will prevent new quantum chests being placed in the world, existing chests won't be affected
B:prevent_quantum_chest_placement=false
# If this is true backpacks will be rendered in 3d when dropped or in your hand
B:render_backpacks_in_3d=true
# If this is true, only players with permission to edit a quantum chest will be able to destroy it
B:require_permission_to_destroy_quantum_chests=true
# If this is true the size of every backpack will be forced to be one of the sizes defined by backpack_widths and backpack_heights, otherwise backpack resizers can be used to freely change the size of individual backpacks
B:restrict_backpack_size_to_presets=false
# If this is true you will be able to see the name of a placed backpack by looking at it
B:show_names_of_placed_backpacks=true
}
####################
# item
####################
item {
I:Backpack=5008
I:BackpackPouch=5013
I:BackpackResizer=5010
I:BackpackRestorer=5011
I:QuantumBackpack=5009
I:UnknownItem=5012
}