This mod adds rice crop and rice-related items to the game (for e.g. Throwable Rice Balls, Rice Dust). This is a mod made for Hackcraft v3.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Ship 1
This ship is currently being voted on by the community. Check back later!
Submitted the mod to Hackcraft v3! This is the last devlog of the first ship! Hope you like my mod :3
Added textures to rice crop (currently using vanilla wheat textures). The reason this really simple task took 1 hour is cause of one simple mistake. I copied the files from IntelliJ Idea minecraft jar and to Slack and downloaded it into my folder (I can't move/copy files from jars), turns out the file was in TIF, BUT it was in .png format. I was almost broke down trying to find where in the world the error is coming from, but then I was retracing everything I did and I noticed in IntelliJ in the corner the file says TIF instead of PNG like the others. Then, I converted all the images to PNG and it worked!
Added Rice to Short Grass, Tall Grass, Short Dry Grass and Tall Dry Grass Loot Tables! 3% chance for any of them to drop one rice item! Took extra time as I couldn't find the right tutorial and went the wrong way, then kaupenjoe saved me!
Added crafting recipe for Riceball. I also made optimizations to ModItems and ModBlocks. Most of the time of this devlog was spent trying to make the recipe not eat the bucket, but in the end I couldn't fix it. Also, before I was using Potions instead of the Bucket of Water, so you could use any potion instead of just water, that took a lotta time too, then I gave up on that and used Bucket of Water.
Added Rice Dust Mixin. This Mixin checks if the player is holding rice when using an anvil, if they do it prevents the popup and spawns 4 Rice Dust near them! One of the hard parts of this was trying to get the popup not to open when using with rice and another one was giving the player rice dust while their inventory is full.
Most of the time in this devlog was spent on the Riceball, it took me SOOOO long to debug a error related to it. I have also added textures for the Rice item and the Rice Dust item itself. I just need sources for all the items and a texture for Rice Crop. (btw i forgot to devlog earlier cause i was traumatized from that issue 😭)
So far, I have just been following KaupenJoe's awesome tutorial and added the Rice Crop to the game. Everything works except the textures right now. Other then that, I have added Data Gen, Mod Items, Mod Blocks and more basic setup for the mod.