Frinn38 / Custom-Machinery

A Minecraft Mod about creating cutom machines that works
GNU Lesser General Public License v3.0
45 stars 17 forks source link

[1.18.2] Left or right-clicking an item stack into a slot bypasses the slot's filter #76

Closed Kynake closed 1 year ago

Kynake commented 1 year ago

Came across another item slot bug while testing #75. Shift-clicking works correctly and will block the placement.

I modified the test datapack from #75 so that the machine is only supposed to accept cobblestone, but with left or right click you can still put other items into the machine input slot. slot_filter_test.zip

Kynake commented 1 year ago

Update: You can also bypass blacklist filters the same way. This one's setup to blacklist Andesite. slot_filter_test_blacklist.zip

Frinn38 commented 1 year ago

Fixed in latest version (0.8.0)