minecraft mod
- 4 Devlogs
- 10 Total hours
still deciding what direction to take this mod
still deciding what direction to take this mod
Today I made my own custom block class in Fabric. It has multiple features, where I overrided the vanilla Minecraft methods that my block class extended. For example, I overrided onProjectileHit, and made it explode when an arrow hit it! I also overrided onPlace, so that it creates a cool sound effect every time its placed. One more thing I did was override animateTick, which allowed for me to create particle effects for the block to emit.
Today I spent a lot of time trying to understand how mixins work, I also created my own custom block class and I created my own logic for certain events to happen when the block is interacted with in the world.
Nothing that interesting yet. I’ve been learning a lot though! And I built my own custom item that acts as a scaffolding tool which takes blocks from your inventory and builds upwards in a tower when interacted with.
I’m currently re-learning how to make a Fabric mod, and I’ve currently made some items and blocks. Its been a year since I made my last mod and quite a few things have changed in Fabric. I’ll start brainstorming about what I want this mod to do soon