rubenwardy / crafting

Minetest Mod: Semi-realistic crafting
GNU Lesser General Public License v2.1
12 stars 13 forks source link

Fix inventory resizing #17

Closed derixithy closed 6 years ago

derixithy commented 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 }),

i guessed the values and they seem to work in my subgame

rubenwardy commented 6 years ago

Would you be willing to give this change as MIT? I'd like to change the license of this mod to that

derixithy commented 6 years ago

You can use any licence you want.