I'm learning to create mods for Minecraft with Fabric :) Following this https://www.youtube.com/watch?v=oU8-qV-ZtUY&list=PLKGarocXCE1H_HxOYihQMq0mlpqiUJj4L, but I'm going to add more to it after I get the basics down!
vair.nooi
Check their projects out: Simple Docker Dashboard, Little Adventure, Simple Spotify Snake, Docker with Node, My Profile, Hackclub AI UI
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!
Added custom tooltips to some items! (I'm very grateful to a random youtube commenter once again!)
I spent this time experimenting with ideas I had for the chisel and magic block, such as spawning 500 tnt at once if you use the chisel on an non-chisel-able item (somehow my mac survived that) (REMOVED obvi), standing on the magic block gives you a chisel, and magic blocks turn to pink garnet blocks when raw garnet is dropped and converted to diamonds or when the player stands on it, so it's less op.
I added a custom block called the magic block that plays a sound when clicked and converts raw pink garnet to diamonds when you drop them on the block!
I finished the chisel! You can use it on stone to turn it to stone bricks, end stone to end stone bricks, and lapis blocks to make my custom blue gemstone block! I had to change the code from the tutorial because mojang changed the way you register blocks but I worked it out :)
I added loot tables to the blocks so that they drop items. I also added in the pink garnet ores. Lastly, I added crafting recipes for the blocks. (Also some other minor stuff like allowing the blocks only to be broken with an iron pick). I am currently working on custom items like a chisel.
I added my own block to practice what I've learnt, the Block of Blue Gemstone! I drew the texture myself :)
So far I've finished the first 3 videos in the playlist and I've added 2 items and 2 blocks into the game! It's been fun so far :) (thanks @sage for the tutorial link)