Files
Astroblock/overrides/config/yabba.cfg
Jacob Vinding 1c991e905d Initial
2025-12-27 00:06:47 +01:00

55 lines
1.1 KiB
INI

# Configuration file
config {
general {
# How many items can Antibarrel store
I:antibarrel_capacity=100000
# Recommended to be true. Only adding this as config option in case something really breaks.
# This config option will be removed once better mod integration is added
B:autocreate_slots=false
I:connector_update_ticks=6000
# false to inverse normal behaviour - sneak-click will give you a single item, normal-click will give a stack of items
B:sneak_left_click_extracts_stack=true
}
tier {
stone {
# Min: 1
# Max: 1000000
I:max_item_stacks=1
}
wood {
# Min: 1
# Max: 1000000
I:max_item_stacks=64
}
iron {
# Min: 1
# Max: 1000000
I:max_item_stacks=256
}
gold {
# Min: 1
# Max: 1000000
I:max_item_stacks=1024
}
diamond {
# Min: 1
# Max: 1000000
I:max_item_stacks=4096
}
}
}