Files
meatballcraft/config/packagedauto.cfg
T
sainagh 0a09116c6e 0.16
2024-08-18 18:25:41 -07:00

79 lines
1.8 KiB
INI

# Configuration file
blocks {
encoder {
# The list of recipe types to disable in the Package Recipe Encoder.
S:disabled_recipe_types <
>
# How many pattern slots should the Package Recipe Encoder have.
I:pattern_slots=20
}
packager {
B:check_disjoint=true
# Should the Packager draw energy from ME systems.
B:draw_me_energy=true
# How much FE the Packager should hold.
I:energy_capacity=5000
# How much FE the Packager should use.
I:energy_req=500
# How much FE/t maximum the Packager should use.
I:energy_usage=100
B:force_disjoint=false
}
unpackager {
# Should the Unpackager draw energy from ME systems.
B:draw_me_energy=true
# How much FE the Unpackager should hold.
I:energy_capacity=5000
# How much FE/t maximum the Unpackager should use.
I:energy_usage=50
}
packager_extension {
B:check_disjoint=true
# Should the Packager Extension draw energy from ME systems.
B:draw_me_energy=true
# How much FE the Packager Extension should hold.
I:energy_capacity=5000
# How much FE the Packager Extension should use.
I:energy_req=500
# How much FE/t maximum the Packager Extension should use.
I:energy_usage=100
B:force_disjoint=false
}
crafter {
# Should the Packager Crafter draw energy from ME systems.
B:draw_me_energy=true
# Should the Package Crafter be enabled.
B:enabled=false
# How much FE the Package Crafter should hold.
I:energy_capacity=5000
# How much FE the Package Crafter should use.
I:energy_req=500
# How much FE/t maximum the Package Crafter should use.
I:energy_usage=100
}
}