minetest-mods / technic

Technic mod for Minetest
Other
145 stars 155 forks source link

[WIP] Allowing tube.can_insert to be overridden for alloy furnaces #521

Closed int-ua closed 4 years ago

int-ua commented 4 years ago

To reject second stacks of identical items.

Fixes #520

Credit to coil and SwissalpS for helping

int-ua commented 4 years ago

Doesn't work as intended yet. Will have to compare counts as inv_stack:item_fits doesn't really work when stacks are allowed to be split.