Config of Extra Utilities 2 can`t be correctly applied
YeMengke opened this issue ยท 4 comments
Modpack version
2.15.0
Description
Mills config for GP can
t be correctly applied,it is the default configuration.it means i can only get 500GP from dragon egg mill
Steps to reproduce
1.use PCL2 install modpack
2.start game
Expected behavior
it should be 10000GP from dragon egg mill.
Additional context
No response
this is correct - it is a base of 10000 GP, and then reduced by the progressive efficiency loss (something we cannot change) to 1300.
this is correct - it is a base of 10000 GP, and then reduced by the progressive efficiency loss (something we cannot change) to 1300.
thank you for your reply.I know that it will be 1300GP,but in fact,it is a base of 500 GP in my game,i dont know what
s wrong with it.hoping for a solution.Not only the dragon egg,but also all mills can`t get a correct GP in expect
.
hmm - could you navigate to config/tmel.cfg
and confirm that lines 221 to 231 match this:
"grid power multipliers" {
D:"Creative Mill"=10000.0
D:"Dragon Egg Mill"=20.0
D:"Fire Mill"=2.0
D:"Lava Mill"=2.0
D:"Lunar Panel"=1.0
D:"Manual Mill"=1.0
D:"Solar Panel"=1.0
D:"Water Mill"=0.25
D:"Wind Mill"=2.0
}
hmm - could you navigate to
config/tmel.cfg
and confirm that lines 221 to 231 match this:"grid power multipliers" { D:"Creative Mill"=10000.0 D:"Dragon Egg Mill"=20.0 D:"Fire Mill"=2.0 D:"Lava Mill"=2.0 D:"Lunar Panel"=1.0 D:"Manual Mill"=1.0 D:"Solar Panel"=1.0 D:"Water Mill"=0.25 D:"Wind Mill"=2.0 }
thank you for your help,I think it may be the translation makes the config can`t be correctly applied,after changing the config,it can be that it should be
.