minetest-mods / ccompass

https://forum.minetest.net/viewtopic.php?f=9&t=17881
Other
5 stars 9 forks source link

Reset recipe and stack-ability #18

Closed SwissalpS closed 3 years ago

SwissalpS commented 3 years ago
SmallJoker commented 3 years ago

Why do you need a stack of compasses after all? It's a tool, hence should behave like other tools (no stacking).

SwissalpS commented 3 years ago

Thanks for asking. Compasses are more like books than shovels. Books can be stacked too until written to.

To add a copy recipe, there would have to be an on_craft-hook, which I wanted to avoid. Simple work-around that helps in situations where you want to give a dozen players a compass pointing to same location, is to allow setting using a stack.

A server may also choose to change the settings using other mods at runtime.

These functions however need to be enabled, legacy behaviour is kept when not doing anything.