kalindudc / craftle

Expanding the Minecraft universe with high-tech machinery and mythical adventures.
https://craftlemod.com
Other
2 stars 0 forks source link

Complete re-write of the whole mod structure #66

Closed kalindudc closed 2 years ago

kalindudc commented 3 years ago

The current implementation requires too much manual work. Adding any block to entity requires too many manual changes. A lot can be automated and generated.

Ex: Resources can be automated using enums (same with block items)

Tokyo