issues
search
OctoAwesome
/
octoawesome
This is the code repository for the OctoAwesome project - a collection of daily, 20 minute long game development tutorial videos, iterating over the same piece of code
http://octoawesome.net/
MIT License
108
stars
31
forks
source link
Furnace and recipe base
#316
Closed
susch19
closed
2 years ago
susch19
commented
2 years ago
made a proof of concept working furnace with recipes
basic energy ↔ time conversion (Needs work)
use leafs, wood, and cotton as burnables
has 3 inventories, input, output, and one for production resources
added a base of recipes to work with, currently most properties are not in use but planned for the future
added meat for testing purposes
implemented entity to entity interaction
made inventory more configurable (max size, max slots / fixed slots, max volume)
reworked extensions to support ui extensions and be more flexible all together
added simple state machine for furnace