Minecraft Rice Mod

Minecraft Rice Mod

8 devlogs
12h 30m
•  Ship certified
Created by Sivayogeith

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.

Timeline

Ship 1

This ship is currently being voted on by the community. Check back later!

Sivayogeith

about 10 hours ago

Sivayogeith Covers 8 devlogs and 12h 30m

Submitted the mod to Hackcraft v3! This is the last devlog of the first ship! Hope you like my mod :3

My awesome friend made me textures for rice and rice crop!

Update attachment
Earned sticker

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!

Update attachment
Earned sticker

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!

Update attachment

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.

Update attachment

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.

Update attachment

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 😭)

Update attachment

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.

Update attachment