Jump to content

forget learned recipes


Recommended Posts

This command will do that, but you need the craft name present in the code. (Replace recipe_name)

builder = GetPlayer().components.builder        builder.recipes["recipe_name"] = nil       builder.recipe_count = builder.recipe_count - 1

You can place your mouse over something and run this to know the name:

print("Recipe Name:" .. TheInput:GetWorldEntityUnderMouse().prefab)

This will show the prefab name in the console.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...