Jean-Patrick Guerrero
Jean-Patrick Guerrero
With https://github.com/minetest/minetest/pull/9032 merged, the furnace formspec would not need to be updated anymore for each texture changes (arrow and fire).
I'd like to see more custom themes for i3, especially in pixel art. More colorful, more pixel-y, more "retro" than the current one. Unfortunately I'm a bad artist. Maybe @Zughy...
It'd be perfect to right-click an item to get it. Currently you're forced to double-click an item to get it, which isn't very intuitive. Also, several buttons could be keybinded...
- [ ] 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...
**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. 
This feature should be added as a prolongation of the command `/ignore` on IRC, as there are people we absolutely don't want to read.
For `craftguide` I expect something more modern than this scrollbar look:  - The background color could be customizable. - The thumb could be replaced by an image instead of...
- [x] A global code cleaning. - [ ] Use of texture atlases on some nodes, https://github.com/minetest/minetest/commit/7057c1 - [x] Use hardware coloring on the curtains, https://github.com/minetest/minetest/commit/d04d8aba7029a2501854a2838fd282b81358a54e - [x] Make the...