Jump to content
  • The forum downloads section will be removed on Jan 1st 2023. Players may still download mods that are currently hosted, but new submissions are no longer being accepted. Mod makers are advised to relocate their mods to alternative hosting solutions.

Recipe Book 1.75


1 Screenshot

  • Like 1

User Feedback

Recommended Comments

I think you should add this/ release as an alternate version: I edited it so the recipes were pretty much impossible/impractical to make and simply used it as it says, a "recipe book." This way i get to keep the vanilla experience but it makes it so i dont have to visit the wiki when i want to make a specific dish.

  • Like 2
Link to comment
Share on other sites

Worked fine to me. 

I had to change the line 51 in "modmain.lua" (Mandrake Soup):

GLOBAL.Recipe("mandrakesoup",    {Ingredient("twigs", 1)}              , RECIPETABS.RECIPEBOOK, {SCIENCE=0})

for:

GLOBAL.Recipe("mandrakesoup",    {Ingredient("twigs", 1) ,Ingredient("mandrake", 1)} , RECIPETABS.RECIPEBOOK, {SCIENCE=0})

I think that you forgot "Ingredient("mandrake", 1), "

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...