I need help configuring the Advanced Solar Panel mod v3.3.4. The recipes in my opinion are too expensive. I'm trying to disable hard mode. I can accomplish this server side, but not client. Any help would be appreciated. Thanks!
####################
# recipes settings
####################
"recipes settings" {
B:"Disable Advanced Solar Helmet recipe"=false
B:"Disable AdvancedSolarPanel recipe"=false
B:"Disable DoubleSlab recipe"=false
B:"Disable Hybrid Solar Helmet recipe"=false
B:"Disable HybridSolarPanel recipe"=false
B:"Disable Ultimate Solar Helmet recipe"=false
B:"Disable UltimateSolarPanel recipe"=false
B:"Enable hard recipes"=false
B:"Enable simple Advanced Solar Panel recipe"=true
Have you tried copying the config over to the server? Sorry if you have tried, but it is a question I ask to be sure.
This is how you want the config to look for the easiest possible solars. This is just an exert from the section you want to change. Please feel free to report if this does not work.
Code:#################### # recipes settings #################### "recipes settings" { B:"Disable Advanced Solar Helmet recipe"=false B:"Disable AdvancedSolarPanel recipe"=false B:"Disable DoubleSlab recipe"=false B:"Disable Hybrid Solar Helmet recipe"=false B:"Disable HybridSolarPanel recipe"=false B:"Disable Ultimate Solar Helmet recipe"=false B:"Disable UltimateSolarPanel recipe"=false B:"Enable hard recipes"=false B:"Enable simple Advanced Solar Panel recipe"=true
Note that if the server is updated from 1.0.1 of ultimate or 3.3.3 of Advanced Solar Panels it might not have the same lines of text. You want a fresh config started from 3.3.4 of Advanced Solars or Ultimate 1.0.2 to edit.
####################
# items
####################
items {
I:advSolarHelmetID=30101
I:hybridSolarHelmetID=30102
I:itemsID=30100
I:ultimateSolarHelmetID=30103
}
You just need to change them to the correct IDs. According to my fresh install of Ultimate 1.0.2 the IDs are:
Make sure to edit them both to this and it will stop giving you that error.Code:#################### # items #################### items { I:advSolarHelmetID=30101 I:hybridSolarHelmetID=30102 I:itemsID=30100 I:ultimateSolarHelmetID=30103 }
Edit: I'm telling you to use these since they are default and not custom. For the modpacks each mod is assigned a spread of IDs they can use to better ensure these types of errors do not happen.