Open ryanb opened 6 years ago
Seed bowls are showing up now. I think if an object has a last use transition which brings it back to an item that it was in its transitionsToward then it shouldn’t be a tool.
Also removing food will remove the goose.
We can filter the partial candle and running car by removing objects which have a decay transition.
The seed bowls can be removed by checking if they have a transition which creates the max number of uses.
To add the other objects we can see if the object can be transitioned back and forth. However I think that will apply to too many objects.
These items should be in the category:
These items shouldn't be there:
Any more? Should kilns be on there?
The tricky part is we need a generic algorithm to filter these items. I need to find out what distinguishes one from the other.
The current tool category isn't bad, and this isn't very high priority at the moment. But I want to start getting an idea of what should change here.