Dispenser v1.0
Overview
Stores items in a similar way to a chest,but allows shooting or dispensing them through the hole when the input voltage changes. You can control the speed, angle, etc. of the projectile through the input voltage. By default, it is in shooting mode.
Ports Definition
The final input is generated by performing a bitwise OR operation between the inputs from all sides.

All Input
Start & End | Function | Description |
---|---|---|
1 ~ 8 | Speed | In blocks/second. The max speed is 255 blocks/second. |
9 ~ 16 | Angle 1 |
|
17 ~ 24 | Angle 2 |
|
25 | Ignore Gravity | If this is 1, the projectile will ignore gravity. |
26 | Ignore Resistance | If this is 1, the projectile will ignore resistance like air resistance and etc. |
27 | Safe Mode | If this is 1, the projectile will be in safe mode. |
28 | Placing Mode | If this is 1, the projectile will be in placing mode. |
29 | Whether Specify Slot | If this is 1, the dispenser only shoots the blocks at the specified slot. |
30 ~ 32 | Specify Slot | If the 29th bit is 1, the dispenser only shoots the blocks at this+1th slot. |
💡 Tip
In addition,Gigavolt.Expand mod
has Guided Dispenser.