This tutorial from MC Encyclopedia (mcmod.cn) has not been allowed to reprint without permission.
# The useful interior configuration file is located under the relative path of ".minecraft/config/off.cfg".
# 常
General {
# Low-capacity battery maximum capacity [Value range: 20 ~ 2147483647 (2 31 -1), default value: 5000]
I: Battery_CapAcity = 5000
# [Value range: 20 ~ 2147483647, default value: 20000]
I: Battery_CapAcity_High = 20000
# Maximum capacity in the capacity battery [Value range: 20 ~ 2147483647, default value: 10000]
I: Battery_CapAcity_Medium = 10000
# Disabled item display table animation [Default value: FALSE]
B: Disable_itemdisplay_animation = false
# Disable the sound effect of microwave ovens [Default value: FALSE]
B: Disable_microwave_sound = false
# Machine (such as microwave oven) uses the redstone signal [default value: true]
B: Use_power = TRUE
}
# Miscellaneous
misc {
# When the player stands at the active fried pot, it will be harmed [default value: true]
B: fryer_damage = true
# [Default value: FALSE]
B: sort_alphabetically = false
}
# Energy consumption
"Power usage" {
# The rate of energy consumption of energy per TICK refrigerator [Value range: 1 ~ 1000000 (10 6 ), default value: 1]
I: freezer_usage = 1
# The rate of energy consumption of energy per TICK fried pot [Value range: 1 ~ 1000000, default value: 1]
I: fryer_usage = 1
# The rate of energy consumption of energy for each tick microwave oven [Value range: 1 ~ 1000000, default value: 2]
I: Microwave_usage = 2
# The rate of energy consumption of energy in each tick oven [Value range: 1 ~ 1000000, default value: 1]
I: ion_usage = 1
# The rate of energy consumption of energy in each tick [Value range: 1 ~ 1000000, default value: 1]
I: Pan_usage = 1
}