minetest-mods / moreblocks

More Blocks
https://content.minetest.net/packages/Calinou/moreblocks/
zlib License
45 stars 67 forks source link

Fix "replacement when inv is full" #85

Closed neinwhal closed 7 years ago

neinwhal commented 7 years ago

When you have a full inventory and attempt to get something out of the circular saw, it replaces the item. This attempts to return the item so it isn't replaced.

Jat15 commented 7 years ago

Its allows to multiply the nodes. If inventory is full and move a node cut on one items that do not stack in inventory and compatibility with stairsplus. test

neinwhal commented 7 years ago

I'm not able to recreate the multiplication issue you were mentioning, the gif doesn't exactly show the issue either, i don't spot any multiplication of nodes.

But if you are talking about being able to place the node into the circular saw, the latest change should prevent that entirely, perhaps fix the multiplication issue too.

Jat15 commented 7 years ago

Good.