xenondevs / Nova

Nova is a server-side modding framework for Paper servers that aims to streamline adding custom content like items, blocks, guis, and more, without client-side modifications, using resource pack tricks.
Other
371 stars 38 forks source link

Hopper facing #442

Closed CptbeffHeart closed 2 months ago

CptbeffHeart commented 2 months ago

Agreements

Check for plugin incompatibilites

There are no other plugins running on my server.

Plugin Version, Server Software, Server Version

Nova-0.17-alpha.13

Nova Addons and Versions

Machines-0.4.6-alpha.7, Simple-Upgrades-1.4-alpha.1

Expected behavior

No response

Observed/Actual behavior

It seems that whatever the orientation of the hoppers, if they are placed next to a nova tile entity, they are considered to be buffered, so the hopper can transfer its items regardless of its orientation.

Steps to reproduce

  1. Place a hopper
  2. Place a pulverizer (or other tile entity) on it
  3. Place iron ingot in the hopper
  4. The ingots are now on the pulverizer

Server log

No log

Errors

No response

Additional context

No response