TyrantXP Posted October 26, 2014 Share Posted October 26, 2014 Hi there, I cant find anything about making a Custom Item Recipe i don't know how exactly do thisIm trying to do somthing but still crashing and i need also make a image of MY One custom ingredient show in the crafting tab too. Link to comment https://forums.kleientertainment.com/forums/topic/42877-custom-item-recipe/ Share on other sites More sharing options...
Mobbstar Posted October 26, 2014 Share Posted October 26, 2014 (edited) A custom item is like a placable, but without the last parameter (the placer). That means you need to make...... TECH.SOMETHING, "something_placer")to ....... TECH.SOMETHING) For the image, put your recipe as a variable, like so: local rec = Recipe("mything", ....) and after that put your texture name:rec.atlas = "images/myimage.xml" EDIT: That belongs into modmain.lua, I asume you have handled the GLOBAL.x stuff already. Edited October 26, 2014 by Mobbstar Link to comment https://forums.kleientertainment.com/forums/topic/42877-custom-item-recipe/#findComment-557529 Share on other sites More sharing options...
TyrantXP Posted October 26, 2014 Author Share Posted October 26, 2014 (edited) A custom item is like a placable, but without the last parameter (the placer). That means you need to make...... TECH.SOMETHING, "something_placer")to ....... TECH.SOMETHING) For the image, put your recipe as a variable, like so: local rec = Recipe("mything", ....) and after that put your texture name:rec.atlas = "images/myimage.xml" EDIT: That belongs into modmain.lua, I asume you have handled the GLOBAL.x stuff already. Allright got it working Edited October 26, 2014 by TyrantXP Link to comment https://forums.kleientertainment.com/forums/topic/42877-custom-item-recipe/#findComment-557662 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now