Forge

A mod development kit for Minecraft.

Giving Support to Modpacks

An interesting bug report I received recently involved a compatibility issue with another mod. There wasn’t anything inherently wrong with my code, but it does highlight something important in the modding community. We need to support each other so that people can enjoy playing modded Minecraft any way they desire.

Read More…

Prettifying Butterfly Origami

I added Butterfly Origami as a quick feature to give some flavour to Bok’s Banging Butterflies. When I initially added them I did it fairly quickly and have always been unhappy with the result. So, I’ve finally gotten around to fixing it properly.

Read More…

Don’t Land on Solid Blocks

I noticed a problem when testing some refactors and new features last week. Buckeye Butterflies would die if they landed on Melons. Obviously this wasn’t intended – the extra landing blocks are meant to be where Butterflies thrive, not where they die.

Read More…

Refactoring Butterfly Behaviour

I’ve spent much of this week refactoring butterfly behaviour, improving their AI and optimising the Butterfly Data. I’m aiming to have a better foundation before adding new features, and to solve a few of the issues I’ve had when adding new butterflies in the past.

Read More…

In The End There Are Butterflies

This week I go back to basics and simply add a new butterfly. And with this release I bring butterflies to a new dimension! Natives to the End, the Ītzpāpālōtl are the rulers of the Orizaba Silkmoths. Seek them out but be wary, for they are not easy to find.

Read More…

Work in Progress: Datagen

I’ve been working hard on a refactor this week, switching from my custom-made Python generation to Forge’s own data generation system. This is another one of those things I’ve been doing wrong since the beginning, and I’m finally getting around to correcting that mistake.

Read More…