Hey there, we've been reviewing your mod in this issue in the WhyNot project: minetest-whynot/whynot-game#25
There's a few concerns, but I'll just post em one-at-a-time so you, the developer of this project, can choose to accept or reject any of these suggestions on their own. They might not come in very fast. The three of us at WhyNot are somewhat busy.
And yes, I'd be willing to send you a PR with a solution for any of these issues.
These crafts are the ones I'm concerned about. To quote myself from the issue I linked,
- Changes quantity of
default:sign_wall craft to old + 1
- Changes quantity of
default:paper craft to old * 4
- Changes quantity of (re)
carts:.*rail and default:.*rail craft to old + old/2
The concern is mostly that if another mod chooses to make a modification to these recipes like moreblocks does, it might not result in the intended value. This could also be problematic if the mod changes their recipe output.
Hey there, we've been reviewing your mod in this issue in the WhyNot project: minetest-whynot/whynot-game#25
There's a few concerns, but I'll just post em one-at-a-time so you, the developer of this project, can choose to accept or reject any of these suggestions on their own. They might not come in very fast. The three of us at WhyNot are somewhat busy.
And yes, I'd be willing to send you a PR with a solution for any of these issues.
These crafts are the ones I'm concerned about. To quote myself from the issue I linked,
The concern is mostly that if another mod chooses to make a modification to these recipes like moreblocks does, it might not result in the intended value. This could also be problematic if the mod changes their recipe output.