Commit 52a6a0d
authored
Fix
Currently, hoppers check the `allow_metadata_inventory_put` function, but they check whether they can insert *at least zero* items, meaning that they insert things even when they're not supposed to. This one-character change fixes that.allow_metadata_inventory_put item count check (#34)1 parent eee0dc0 commit 52a6a0d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| |||
0 commit comments