knokko / custom-items-gradle

Knokko's Custom Items: Add custom items to your server, completely free of charge
MIT License
15 stars 3 forks source link

Strong hopper comparator signal for custom items #134

Open knokko opened 3 years ago

knokko commented 3 years ago

When a stackable item is put in a hopper, a comparator will send a weak signal. When a non-stackable item is put in a hopper, a comparator will send a strong signal. At least, for vanilla items. This doesn't work for custom items because minecraft always considers them non-stackable.

Solving this will probably not be easy...