Jump to content

Recommended Posts

@QuickShot010, Probably your recipe looks like this:

 

local myspear_recipe = Recipe("myspear", {Ingredient("thing", 10), Ingredient("thing", 10)}, BLABLABLAH
myspear_recipe.sortkey = 1 set this number to "1", it should put ur recipe on the 1st place in certain recipe tab.
myspear_recipe.atlas = resolvefilepath("images/inventoryimages/myspear.xml")

STRINGS.RECIPE_DESC.MYSPEAR = "abc"

 

 

@QuickShot010, Probably your recipe looks like this:

 

local myspear_recipe = Recipe("myspear", {Ingredient("thing", 10), Ingredient("thing", 10)}, BLABLABLAH
myspear_recipe.sortkey = 1 set this number to "1", it should put ur recipe on the 1st place in certain recipe tab.
myspear_recipe.atlas = resolvefilepath("images/inventoryimages/myspear.xml")

STRINGS.RECIPE_DESC.MYSPEAR = "abc"

 

Thank you. :)

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