Issue description
only the first slot is populated with items (randomly, can be sapling or log or apple or stick), others missing
|
public final InOutInventoryStorage inventory = new InOutInventoryStorage(6, this::setChanged, new ContainerSlotAssignment(0, 0, 0, 1)); |
Seems it should be ContainerSlotAssignment(0, 0, 0, 6) here
Steps to reproduce
- Place a tree cutter facing the tree
- Tree is cut but only the first slot is populated with items (randomly, can be sapling or log or apple or stick), others missing
Minecraft version
26.1.2 (Latest)
Platform
Neoforge
Loader version
26.1.2.94
Oritech version
pre3
Other relevant versions
No response
If a (crash)log is relevant for this issue, link it here: (It's almost always relevant)
No response
Issue description
only the first slot is populated with items (randomly, can be sapling or log or apple or stick), others missing
Oritech/src/main/java/rearth/oritech/block/entity/interaction/TreeCutterBlockEntity.java
Line 67 in c4e922f
Seems it should be
ContainerSlotAssignment(0, 0, 0, 6)hereSteps to reproduce
Minecraft version
26.1.2 (Latest)
Platform
Neoforge
Loader version
26.1.2.94
Oritech version
pre3
Other relevant versions
No response
If a (crash)log is relevant for this issue, link it here: (It's almost always relevant)
No response