Open TheLimeGlass opened 1 year ago
I believe the reason as to why inventory types have inventory
as suffix is to avoid adding ItemType - InventoryType and VisualEffect - InventoryType converters, however as comparators it goes, adding those should work just fine? Unlike converters, comparators don't really break anything besides maybe providing faulty errors when it comes to comparison of undefined initialization type, but that's been broken since forever so I don't see how that would be an issue now
Skript/Server Version
Bug Description
This throws an error
Expected Behavior
To not throw an error and compare against it's inventory type.
Errors or Screenshots
Other
Solution is to do
type of event-inventory is an enchantment table
Also
inventory type of %inventories%
should be a thing.ALSO
is not valid where
enchanting table inventory
isALSO
I think without using the
inventory
in that comparison, Skript thinks it's comparing against a block...This needs cleaning up badly.