TerraFirmaCraft

TerraFirmaCraft

2M Downloads

Several crops report "Growing\nGrowth: Mature" in HWYLA when not at max growth state

frebib opened this issue ยท 1 comments

commented

Describe the bug
Make sure to include:
HYWLA says crop is mature, yet breaking yields only seed. Reproduced with Jute, Maize and Cabbages at least. Jute growth stage is 4, yet has 6 growth states according to the wiki and the code

JUTE(() -> new ItemStack(ItemsTFC.JUTE), () -> ItemStack.EMPTY, 5f, 10f, 35f, 40f, 50f, 100f, 400f, 450f, 6, 0.5f, SIMPLE);

To Reproduce
Attention to detail is important!

  1. Let Jute (or other crop) grow to stage 4, note Hwyla says Growing\nGrowth: Mature yet crop is not actually mature
  2. Break and only get seeds

Meta Info

  • TFC Version: 1.0.11.140
  • Wawla 2.6.275
  • Hwyla 1.8.26-B41
commented

I'm going to assume this is a sync issue related to #1180 and needs to be verified.