Filter items and built in filters do not block items with a different name
Dozy07 opened this issue · 1 comments
Describe the Bug
When you place down a brass funnel and set the item do dirt, the funnel should only allow dirt with the name dirt
If you rename a piece of dirt to "dirt2" for example: the funnel still takes the dirt, this even works with the filter set to allow list and respect data
Reproduction Steps
- Place a brass funnel
- Place dirt in the filter slot or a filter with dirt and respect attributes set to allow list
- Take another piece of dirt and rename it to anything
- Try to put the dirt in the brass funnel (using a depot and the funnel taking from it)
- You will see that the funnel accepts both normal dirt and renamed dirt.
...
Expected Result
Expected Result: The dirt that is renamed should not be able to go into the funnel that accepts only normal dirt. (Or if the funnel has a filter that is set to allow list and Respect Data)
Screenshots and Videos
No response
Crash Report or Log
No response
Operating System
Windows 11
Mod Version
0.5.1f
Minecraft Version
1.20.1
Forge Version
47.3.0
Other Mods
TAC z
Xearos world map and minimap
Lithosphere
Better Villages
Entity Culling
Ferrite Core
Library Ferret
Noisium
Oculus
Rubidium
Steam 'n' Rails
Additional Context
Issue was first encountered when using TACz because all of the types of ammo are under TACZ:ammo which should not be an issue (though it would not be a problem if they were different types of items)
As far as I’m aware, it’s intended that just renaming the item doesn’t have an effect on what is allowed through; you’d need a filter.
The respect data option not working however is a duplicate of #5780