I will implement the ability to create simple custom mobs in the Minecraft Mod Maker. - Register entities and spawn eggs. - Generate `{EntityName}Entity.java` extending `PathfinderMob`. - Generate ...
I have finished updating the Minecraft Mod Maker for Forge 1.20.1 to natively support dynamic tool requirements and custom breaking limits. ## What was built: 1. **`BlockData.java`**: Our central ...