BuildCraft|Factory

BuildCraft|Factory

7M Downloads

[1.11.2] Advanced Crafting Table cannot craft even if it is fully charged

stdio2016 opened this issue ยท 5 comments

commented

Buildcraft version: 7.99.6
Steps to reproduce:

  1. Build a advanced crafting table
  2. Set your favorite recipe and prepare enough materials
  3. Use laser to charge this advanced crafting table
  4. When fully charged (500MJ), nothing happens...
    minecraft 1 11 2 2017_7_12 10_15_18
commented

yeah the table if checking if it has more power then needed in it's buffer, if it has exactly enough it refuses to craft, fixed on my fork for 1.12, will cherry pick to 1.11.2 later

commented

an ingame fix is not possible sadly, the root cause was an internal change that means the assembly table can no longer receive more MJ then it needs to finish it's current crafting operation so a we need to release a new version

a fix was implemented on my 1.12 branch but i'm currently the only available BC dev, the others are out of town so we are not in a position right now to do a new release, once the others return i will backport this fix and others for a release

commented

It is possible to apply patch AEnterprise@7cb2c51 on 1.11.2

commented

yes as i said in my previous comment on this issue: i will apply this one and other fixes i made while working on 1.12 to 1.11.2 later, all at once when we do a new release

commented

Is there any fix or do we have to wait for an update?