rubenwardy / crafting

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

Bugfix: Drop craft and alert player if inventory is full #31

Closed jeremyshannon closed 2 years ago

jeremyshannon commented 3 years ago

Fixes #28

Does what it says on the tin; this simply warns the player his inventory is full and drops the crafted item at his feet.

rubenwardy commented 2 years ago

Looks good, just need to fix the mismatching indentation

jeremyshannon commented 2 years ago

Alright, that should do it.