minetest-mods / technic

Technic mod for Minetest
Other
145 stars 155 forks source link

Wood doesn't Grind #623

Open DustyDave961 opened 9 months ago

DustyDave961 commented 9 months ago

Although the grinding recipes for grinding group:tree and group:wood are registered, the trees and planks won't output common wood grindings. In fact, the grinders only grind the rubber trees into rubber tree grindings.

In my personal experience I have found that machine recipes don't accept groups for inputs. I'm not sure how normal crafting recipes use them.

OgelGames commented 9 months ago

Yeah, technic machines don't support groups, they never have. A workaround is to add recipes for every wood type.

Group support should be coming to technic plus soon, as I've been working on it recently.

DustyDave961 commented 9 months ago

Yes, that's what I had to do for Technic Elepower Compatibility. I'm glad to hear Technic Plus will be able to use groups. Would you mind explaining how that works? I'm curious, and DustyBagel is working on mods with fixes for Technic and Elepower.

DustyBagel commented 9 months ago

So there are no plans to make technic machine recipes use groups or is that currently in development?

SmallJoker commented 9 months ago

@DustyBagel There is currently no-one actively taking care of minetest-mods/technic, which is probably the reason why the spin-off mt-mods/technic exists. Everyone is kindly invited to propose PRs to improve this mod. I will review and test those before merging. If there are any errors and blocking issues in any of the minetest-mods projects, feel free to ping me.

DustyBagel commented 9 months ago

@SmallJoker Oh, I see. Well then maybe I will take a look for myself and see if I can get a pull request together some time.#