
(PC Java Forge 1.20.1 custom 200+ modpack) ingredients disappearing instead of dropping items when cut on the Cutting Board.
NotYourLifeline opened this issue ยท 3 comments
Minecraft version
1.20.1
Farmer's Delight version
1.2.6
NeoForge version
47.3.0
Description
pretty much using all available addons.
Steps to reproduce
- place a Tomato on the Cutting Board
- use a Knife
- item disappears
Mod list
Logs
Minimal instance
- I have tested this on a minimal instance
Performance and shader mods
- I am using performance or shader mods
found out It was not the Cutting Board itself that was the problem, but either the specific block underneath it or the angle the Cutting Board was placed.
apparently another Cutting Board placed on a different block nearby facing North instead of East worked normally, though this indeed is a bug.
Uh... have you checked the Basket next to it? Baskets capture items landing on them, like Hoppers do. Your items are probably just being collected by it. @NotYourLifeline
found out It was not the Cutting Board itself that was the problem, but either the specific block underneath it or the angle the Cutting Board was placed. apparently another Cutting Board placed on a different block nearby facing North instead of East worked normally, though this indeed is a bug.
In fact, this pretty much confirms it too. Cutting Boards send their results away from the handle, in a predictable motion, so that Hoppers and Baskets can collect them automatically. Turning the Cutting Board will make it drop results to other directions, where your Basket isn't able to reach.