This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Did This Help you with Your Mod? - Single Choice
I Have a mod with items and I would like to make them not stack because they are tools and weapons and armor. So if you could type up the code for me that would be great. Thanks For the Help!
You can set the number per stack using the same function to define the item.
ModPE.setItem(id,textureid,texturenumber,*name of the item*,*units per stack*);
So you just have to write 1 in the last parameter.
Thank you so much it worked the first time!
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumI Have a mod with items and I would like to make them not stack because they are tools and weapons and armor. So if you could type up the code for me that would be great. Thanks For the Help!
You can set the number per stack using the same function to define the item.
ModPE.setItem(id,textureid,texturenumber,*name of the item*,*units per stack*);
So you just have to write 1 in the last parameter.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThank you so much it worked the first time!