Open SwissalpS opened 2 years ago
Hmm... This doesn't work for me... 🤔
Hmm... This doesn't work for me... thinking
As in you don't like the concept or as in it doesn't technically work and doesn't add the recipes for you?
It doesn't add the recipes.
this is essentially the same as this one: https://github.com/minetest-mirrors/ehlphabet/pull/1 right?
We could merge this and remove it neverafterwards when the upstream repo has accepted the changes
this is essentially the same as this one: minetest-mirrors/ehlphabet#1 right? We could merge this and remove it ~never~afterwards when the upstream repo has accepted the changes
yes, that's what it's about. It's nothing urgent, we could also wait a couple months until upstream ads them too ;)
It doesn't add the recipes.
weird, admittedly I didn't test in this exact configuration. Will give it another try soon. (not high on my priorities list)
OK, I see what you mean now. I've been testing with inspection tool which does show the recipes but unified_inventory does not pick them up for some reason. Possibly registering a crafting method for the ingredients is required.
Ah, it's probably because they have the not_in_creative_inventory
group 🤦
Possibly registering a crafting method for the ingredients is required.
How are the "stickers" created currently? I didn't see a way to make them with the letter machine... 🤔
insert paper for stickers, ehlphabet blocks for blocks.
Ah, it's probably because they have the
not_in_creative_inventory
group
thanks. Makes sense for the normal characters.
fixed it in my PR to mirror repo https://github.com/minetest-mirrors/ehlphabet/pull/1/commits/46abfc243d2a4d8951d2400b4640503caf94da3c
doing an override here seems overkill :/
FYI: on this branch https://github.com/SwissalpS/ehlphabet/tree/unified_inventorCompat I've added unified_inventory support which adds all the items to crafting guide with 'printing' method.
adds missing recipes for mandarin stickers
I'm not sure we really need this though. Arguably we could also move the recipe override into this file too (from crafts.lua)