Refined Storage

Refined Storage

77M Downloads

Add support for recipies that multiplicate an item (x + y => 6y, or x + y =>x + 18z)

Garagoth opened this issue ยท 1 comments

commented

Issue description:

I am trying to automate Phytogenic Insolator from Thermal Expansion.
It is basically a farm block... you put fertilizer (phyto-gro) and a sapling/flower/cactus/... and get at least one sapling+wood or flower/cactus multiplicated, for example:

  1. phyto-gro + oak sapling => oak sapling + 6 wood
  2. phyto-gro + cactus => 2 cactus

What happens:

For recipe type 1 i can order wood just fine as long it is no more than 6. When I request more, it produces one batch and rest just hangs there in crafting monitor, just one pair of phyto-gro and sapling is delivered to machine.
For recipe type 2 when requesting RS just displays a message that there is a problematic recursive pattern.

What you expected to happen:

Order to succeed. Even when there is not enough of ingredient that is being multiplicated (just 1 should be enough).

Version (make sure you are on the latest version before reporting):

  • Minecraft: 1.12.2
  • Forge: 14.23.5.2772
  • Refined Storage: 1.6.8

Does this issue occur on a server? [yes/no]
yes

commented

No, not gonna implement this.