RF Tools Builder does not trigger recipe scanning (Stoneblock 3)
Traceurman98 opened this issue ยท 1 comments
I am not using performance mods.
- Confirm
Description
I am attempting to automate miniaturization crafting, and the simplest way i know how to do is using the rftools builder. The rftools builder places the blocks properly, but when activation item is thrown, it won't initiate crafting. If i place the same blocks into the world manually, it works as expected. Last important thing is that i couldn't actually figure out what forge version stoneblock 3 is using. I searched everywhere on how to find out, so i just left the default in the bug report.
Mod Version
4.5.0
Forge Version
1.18.2
Link to Crashlog
No response
Screenshot (if available)
How to reproduce
- Set up Miniaturization crafters
- set up builder to place the blocks required for crafting
- drop the activation item (ender pearl in this case)
- observe it not working most of the time
This is intentional, for performance reasons; the field only listens for player block placement near fields. To fully automate the system, proxies were introduced to allow redstone control of the recipe matching behavior.