Compact Crafting

Compact Crafting

9M Downloads

RF Tools Builder does not trigger recipe scanning (Stoneblock 3)

Traceurman98 opened this issue ยท 1 comments

commented

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)

2023-09-09_17 07 14

How to reproduce

  1. Set up Miniaturization crafters
  2. set up builder to place the blocks required for crafting
  3. drop the activation item (ender pearl in this case)
  4. observe it not working most of the time
commented

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.