Closed derixithy closed 6 years ago
Properly resize the formspec when using different sizes inventory. example: on_rightclick = crafting.make_on_rightclick('fire', 1, { x = 8, y = 2 }),
on_rightclick = crafting.make_on_rightclick('fire', 1, { x = 8, y = 2 }),
i guessed the values and they seem to work in my subgame
Would you be willing to give this change as MIT? I'd like to change the license of this mod to that
You can use any licence you want.
Properly resize the formspec when using different sizes inventory. example:
on_rightclick = crafting.make_on_rightclick('fire', 1, { x = 8, y = 2 }),
i guessed the values and they seem to work in my subgame