pandorabox-io / pandorabox.io

Pandorabox infrastructure code
https://pandorabox.io
31 stars 4 forks source link

Apple trees not grindable #376

Closed thomasrudin closed 4 years ago

thomasrudin commented 4 years ago

From julix8ms

I made a common tree grinding generator based on the fact that you should be able to grind apple trees, but it doesn't work. Can you make it work? Or, if you blocked it, why?
OgelGames commented 4 years ago

Apparently group recipes don't work with technic : https://github.com/pandorabox-io/technic/blob/5069207e71e91d0ce162067cfda6a71abe77e779/technic/machines/register/grindings.lua#L51

thomasrudin commented 4 years ago

fixed! Reference: https://github.com/h-v-smacker/technic/blob/master/technic/machines/register/grindings.lua

OgelGames commented 4 years ago

Not quite fixed:

2019-12-16 20:43:49: ERROR[Main]: generateImage(): Could not load image "technic_tree_grindings.png" while building texture; Creating a dummy image
2019-12-16 20:43:49: ERROR[Main]: generateImage(): Could not load image "technic_tree_grindings.png" while building texture; Creating a dummy image

Going to try to fix it, and also add support for moretrees while I'm there :wink:

OgelGames commented 4 years ago

All fixed now 😄

thomasrudin commented 4 years ago

Thanks a lot :+1: (wow, we have quite a few tree types... :open_mouth:)