-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mod always requiring TAC or SimpleLife #4
Comments
First, thank you @VassilyDev . In that file, everything is commented out so it shouldn't be affecting anything; (that is the // at the start of each line) I believe the file is a leftover from the old version of MoarKerbals (before I adopted it); it should be updated for the different lifesupport mods in the future which is why it is still around and not gone. Did you uncomment the file? By default all kloning/kuddling require EC, ore, and oxidizer. |
I just installed the mod and launched a ship to test the mod, and it required BioMass to work. |
@VassilyDev okay, will make sure next version doesn't have the same issue. I just double checked the local version of the .zip's and the online github versions - and they weren't commented out. Thank you again for pointing this out. |
(EDIT) It is the last version available on SpaceDock. |
Describe the bug
The cloning process requires biomass also when MKS, TAC or other life-support mods are not installed.
I had to edit this line of ResourceMods.cfg to get it working.
@recipeIngredients = ElectricCharge,BioMass
@recipeAmounts = 15000,15
TO:
@recipeIngredients = ElectricCharge
@recipeAmounts = 15000
The text was updated successfully, but these errors were encountered: