Jump to content

Recommended Posts

Put this in modmain:

AddRecipePostInit("compostwrap", function(recipe)
	recipe.ingredients = {Ingredient("poop", 5), Ingredient("spoiled_food", 2), Ingredient("nitre", 1)}
end)

I left the vanilla recipe as the ingredients, but you can obviously change them accordingly.

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...