Learning Fabric Modding

Learning Fabric Modding

10 devlogs
6h 43m
Created by Kyle B

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!

Timeline

Added custom tooltips to some items! (I'm very grateful to a random youtube commenter once again!)

Earned sticker

Added a custom fuel item, starlight dust, which fuels a furnace for 300 ticks!

Update attachment
Earned sticker

I added a custom food item to the game (Cauliflower) :D

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.

Earned sticker

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

Kyle B
Kyle B
1h 31m 7 days ago

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 custom item groups to the creative inventory for the pink garnet stuff!

Update attachment

I added my own block to practice what I've learnt, the Block of Blue Gemstone! I drew the texture myself :)

Update attachment
Earned sticker
Kyle B
Kyle B
2h 31m 9 days ago

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)

Update attachment