ColonyPlusPlus / ColonyPlusPlus-mod

The code behind the scenes code for the ColonyPlusPlus mod
GNU General Public License v3.0
1 stars 4 forks source link

Blueprint System #24

Open tommykent1210 opened 7 years ago

tommykent1210 commented 7 years ago

Add a full blueprint system in the game, similar to Factorio

Allow players to save blueprints to JSON and then reload them int the world (if they have the correct materials)

DragoWhooves commented 7 years ago

would this link in with #25 ?

tommykent1210 commented 7 years ago

I was going to have it separate, but also its likely that this will not make it into 2.0

tommykent1210 commented 7 years ago

Looking at the savetool code from the client this should be relatively easy, the main issue is it will likely be best using the client API.