minetest-mods / craftguide

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

TODO: Display recipes on the sign #56

Open kilbith opened 5 years ago

kilbith commented 5 years ago

Blocker: a function to the engine modding API must be added to render nodebox and mesh nodes as flat textures.

The display_api by @pyrollo should be used.

screenshot_20190205_145047

Wuzzy2 commented 5 years ago

Isn't this feature massively out of scope? Better to move it in a different mod. It seems to be for decorational items anyway. Stick to making a crafting guide for this mod. You're risking to bloat your mod. The purpose of the crafting guide sign is simply to open the crafting guide. Maybe there could be a nicer texture for it (crafting grid-ish), but that would be the only thing I would change.

kilbith commented 5 years ago

This is to minimize the interactions with the crafting guide. You don't have to re-open the guide to see the last recipe you just forgot, you have it in sight.

This can also be useful in the "tutorial areas".

@Linuxdirk You use the sign, do you see a gameplay value in this?

Wuzzy2 commented 5 years ago

Ah, so I misunderstood the purpose.

OK, seems legit. :)

ghost commented 5 years ago

You use the sign, do you see a gameplay value in this?

Sorry for late reply, yes, this would be a nice feature to see the last recipe on the sign. I often open the craftguide, search for a recipe, look at it for a second and think "yea, I can totally remember that", walk over to a chest to get the materials and forgot what to craft.

Would be great looking at a sign to see the last recipe without having to walk over and open the craftguide again.

The sign itself should remain as it is. Maybe have it look like my initial sign design with the items in their respective places. Should be as unobtrusive as possible.

kilbith commented 4 years ago

Needs https://github.com/minetest/minetest/pull/10570 or https://github.com/minetest/minetest/pull/10524