Majic-Jungle / sapiens-mod-creation

Official tools and examples for mod creation in the game Sapiens
MIT License
54 stars 12 forks source link

Expose build sequences in `buildable.lua` #27

Closed SirLich closed 1 year ago

SirLich commented 1 year ago

Build sequences are already exposed in craftable.lua. Also since they seem to share so much structure, you might actually consider refactoring them into a new file called like, buildSequences.lua.

This new file could contain all existing sequences from craftable and buildable. Having a single file for both types is a bit nice, because it means we have an obvious single source of truth to pull sequences from, and add more sequences.

But just making those sequences non-local would be steller.

mjdave commented 1 year ago

Thanks, I'll leave the refactoring for now, but I've exposed the build sequences in 0.4.