spenk Posted August 23, 2013 Posted August 23, 2013 hello minecraft modders community, Yet again i stumbled upon an issue. since i couldn't place my own plants in flower pots, i reflected the flowerpot class and made it into a seedpot. i wanted the seedpot to be able to contain seeds and let those grow to young plants. but since the seedplant gets rendered instead of placed it's not scheduled, and because its not scheduled it does not grow =/. http://pastebin.com/rk5an6d6 //BlockSeedPot class http://pastebin.com/vAtr3PBx //BlockSeedPotRender class http://pastebin.com/0bvPVsHv //my BlockSeed class http://pastebin.com/Q9BNjJC9 //my ItemSeed class i already tried to call the update method from the render class but that caused the plant to respawn instead of grow. does anyone have any ideas of how i can fix this or do you know another way to grow plants in a pot, please leave a comment, if possible with detailed description. Quote
spenk Posted August 23, 2013 Author Posted August 23, 2013 aw guys comon please help me, i cant go on without help Quote
GotoLink Posted August 23, 2013 Posted August 23, 2013 Change the block by overriding updateTick(args). Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.