Posted July 10, 201510 yr Hi. I'm currently working on mod that will add a few new crops to the game. I've looked all over the place for info, but it seems there is no documentation. Anyway, any help with this would be highly appreciated. Thanks, Jarod Beau [email protected]
July 10, 201510 yr Did you look at the vanilla crops? Those are full of information. http://i.imgur.com/NdrFdld.png[/img]
July 10, 201510 yr Author Did you look at the vanilla crops? Those are full of information. Yes, but I was really needing a walkthrough of a sort. I'm relatively new to Minecraft modding (other than items and blocks) and I don't have any previous experience working with things that aren't items and blocks. Like I said earlier, any help would be highly appreciated.
July 10, 201510 yr Crops are just blocks. Look at BlockCrops and its parent class - they practically contain an entire walkthrough on how to make a crop. You can literally just extend BlockCrops and pretty much have a new crop. What exactly are you having trouble with? http://i.imgur.com/NdrFdld.png[/img]
July 10, 201510 yr I have a tutorial for crops here: http://jabelarminecraft.blogspot.com/p/minecraft-forge-172-creating-custom.html It is 1.7.10 tutorial so you'll have to do some conversion, but it explains the major concepts and important methods. Check out my tutorials here: http://jabelarminecraft.blogspot.com/
July 10, 201510 yr Author Crops are just blocks. Look at BlockCrops and its parent class - they practically contain an entire walkthrough on how to make a crop. You can literally just extend BlockCrops and pretty much have a new crop. What exactly are you having trouble with? At the moment, basically everything about them. I don't know how to get started.
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.