gnembon / carpet-autoCraftingTable

autoCraftingTable extension for carpet-mod
GNU Lesser General Public License v3.0
80 stars 27 forks source link

Hopper minecarts do not feed into the crafting table #9

Closed CodeF53 closed 4 years ago

CodeF53 commented 4 years ago

Hopper minecarts are unable to drop items into the crafting table, making basic compression machines far slower.

DragonEggBedrockBreaking commented 4 years ago

This is intentional, just like they cannot transfer items into droppers directly. To fix this, download carpet extra mod as well and type:

/carpet setDefault hopperMinecartItemTransfer true

You can find carpet extra at https://github.com/gnembon/carpet-extra/

Please close this issue.