Initial
This commit is contained in:
54
overrides/config/yabba.cfg
Normal file
54
overrides/config/yabba.cfg
Normal file
@@ -0,0 +1,54 @@
|
||||
# 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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user