fixes
This commit is contained in:
parent
741a688d25
commit
f2710e8f3a
2 changed files with 4 additions and 0 deletions
|
|
@ -7,6 +7,9 @@
|
|||
#Small Connector max input in FE/t (Energy transfer).
|
||||
#Range: > 0
|
||||
small_connector_max_input = 1000
|
||||
#Small Connector With Light energy consumption in FE/t.
|
||||
#Range: > 0
|
||||
small_light_connector_consumption = 1
|
||||
#Large Connector max wire length in blocks.
|
||||
#Range: 0 ~ 256
|
||||
large_connector_wire_length = 32
|
||||
|
|
|
|||
|
|
@ -599,6 +599,7 @@ global.MINECRAFT_DISABLED_ITEMS = [
|
|||
'minecraft:fishing_rod',
|
||||
'minecraft:warped_fungus_on_a_stick',
|
||||
'minecraft:carrot_on_a_stick',
|
||||
'minecraft:carrot',
|
||||
'minecraft:pumpkin',
|
||||
'minecraft:pearlescent_froglight',
|
||||
'minecraft:verdant_froglight',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue