Skip to content

Commit

Permalink
SharlesPlants - Seeds recipes change merge
Browse files Browse the repository at this point in the history
  • Loading branch information
realwiseserpent committed Sep 19, 2024
2 parents 9e6f611 + 675c655 commit 251eda3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions OmniFloraDecorativePlants/SharlesPlantsPatches.cs
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,10 @@ public static void Postfix()
RegisterSeedRecipe(FrostBlossomConfig.SeedId, "ColdWheatSeed", SimHashes.Tungsten, 471);
RegisterSeedRecipe(IcyShroomConfig.SeedId, "MushroomSeed", SimHashes.Wolframite, 472);
RegisterSeedRecipe(MyrthRoseConfig.SeedId, "LeafyPlantSeed", SimHashes.Fertilizer, 473);
RegisterSeedRecipe(RustFernConfig.SeedId, "OxyfernSeed", SimHashes.Rust, 474);
RegisterSeedRecipe(RustFernConfig.SeedId, "PrickleGrassSeed", SimHashes.Rust, 474);
RegisterSeedRecipe(SporeLampConfig.SeedId, "MushroomSeed", SimHashes.Carbon, 475);
RegisterSeedRecipe(TropicalgaeConfig.SeedId, "BulbPlantSeed", SimHashes.Algae, 476);
RegisterSeedRecipe(ShlurpCoralConfig.SeedId, "ColdBreatherSeed", SimHashes.Salt, 477);
RegisterSeedRecipe(TropicalgaeConfig.SeedId, "SeaLettuceSeed", SimHashes.Algae, 476);
RegisterSeedRecipe(ShlurpCoralConfig.SeedId, "SeaLettuceSeed", SimHashes.Salt, 477);
}
}

Expand Down Expand Up @@ -282,7 +282,7 @@ public static void RegisterSeedRecipe(string seedName, Tag seedIngredient, SimHa
var recipeId = ComplexRecipeManager.MakeRecipeID(SupermaterialRefineryConfig.ID, ingredients, results);
new ComplexRecipe(recipeId, ingredients, results)
{
time = 100f,
time = 80f,
//description = null,
nameDisplay = ComplexRecipe.RecipeNameDisplay.Result,
fabricators = new List<Tag> { SupermaterialRefineryConfig.ID },
Expand Down

0 comments on commit 251eda3

Please sign in to comment.