mcskware / AllCrop

Other
0 stars 0 forks source link

Decide whether ores and other core blocks should be mutatable #7

Closed mcskware closed 5 years ago

mcskware commented 5 years ago

It might be cool to have a way to get ores, as well as things like gravel and sand. It could provide another way to make the tech tree more complex, like requiring coarse dirt in a recipe to make cobblestone for instance.

mcskware commented 5 years ago

If we do this, we should make sure that the progression involves more than just block begets block. For instance, once we can get cobblestone, perhaps the next block in the progression requires a block of charcoal, showing that you made enough cobble to make a furnace and you spent the time and fuel to make a block of charcoal. That charcoal block would then be mutated into the next thing.

mcskware commented 5 years ago

Yup, I've decided. I'm adding a progression tree for blocks and ores. Some of this is supported by a661f84386c09c24b90027ce8563866991903dba where I added a predicate to test for a specific block between the parents. Closing as decided.