craftguide icon indicating copy to clipboard operation
craftguide copied to clipboard

:book: The most comprehensive Crafting Guide on Minetest

Results 3 craftguide issues
Sort by recently updated
recently updated
newest added

- [ ] Proper strings positioning using https://github.com/minetest/minetest/pull/9755 - [ ] Display recipes in-world: https://github.com/minetest-mods/craftguide/issues/56#issuecomment-628319632 - [ ] Add `hud_move` in the engine (see [this comment](https://github.com/minetest-mods/craftguide/blob/19fb5e2691f6f1c54c2a850fe0682109fa88bbe2/init.lua#L1326)), probably doable with https://github.com/minetest/minetest/pull/10524...

maintenance

**Blocker:** a function to the engine modding API must be added to render nodebox and mesh nodes as flat textures. The [display_api](https://github.com/pyrollo/display_modpack/tree/master/display_api) by @pyrollo should be used. ![screenshot_20190205_145047](https://user-images.githubusercontent.com/7883281/52277904-10f61600-2956-11e9-970f-a5bb90894d7c.png)

enhancement
feature
needs engine change

minetest: `5.2.0` craftguide: https://github.com/minetest-mods/craftguide/commit/8c7408f66f0483ff064f004b29dc69de158b3a74 When using the craftguide book or sign the arrows are overlapping with the number of usages or recipes. While its still usable, its distracting and much...

bug
needs engine change