summaryrefslogtreecommitdiff
path: root/content/encyclopediae/crops.json
AgeCommit message (Collapse)Author
2020-10-03added dense grass; home is now part of monsterAI componenttroido
2020-09-28removed parametertypetroido
2020-09-27better serialisation structure for encyclopediaetroido
["list", [1, 2, 3]] is now just [1, 2, 3] and {"type": builtwall", "kwargs": {"health": 50}} is now {":template": "builtwall", "health": 50}
2020-09-26fixed bug where planted/growing carrots/cotton would crash the gametroido
2020-09-26fixed bug where carrotplants behaved as cottonplantstroido
2020-09-24more serde (de)serialisationtroido
2020-09-22added cottontroido
2020-09-20create interactions from parameter instead of jsontroido
2020-05-16encyclopedia can be split over different filestroido