minetest-mods / craftguide

:book: The most comprehensive Crafting Guide on Minetest
Other
43 stars 20 forks source link

Separate recipe filters and progressive mode #55

Closed p-ouellette closed 5 years ago

p-ouellette commented 5 years ago

This allows adding filters even if progressive mode is disabled, progressive mode is itself just a filter that is added if enabled. I think this makes more sense because filters can be used for more than just a progressive mode. Also previously saving of inventory items would happen even if the progressive filter was overridden.

kilbith commented 5 years ago

Also previously saving of inventory items would happen even if the progressive filter was overridden.

It was intentional. That could have been useful for everyone. But okay for this change.

p-ouellette commented 5 years ago

Made the recipe_filters table match the documented format.

kilbith commented 5 years ago

https://github.com/minetest-mods/craftguide/commit/4289dea10898acb9bce2325d63276dd2547b4545

Thanks.