TerraFirmaCraft

TerraFirmaCraft

2M Downloads

Planting seed then digging it up sometimes gives more than one seed

p0kes opened this issue ยท 3 comments

commented

Planting seed then digging it up sometimes gives more than one seed

(Agriculture master skill)

Meta Info

  • TFC Version: 0.X.X.105 on test server
commented

This (and similar for other crop types) needs to be changed to only drop seeds (possibly with increasing chance) as the growth stage advances, maybe only if the food drop is nonempty.

public void harvestBlock(World worldIn, EntityPlayer player, BlockPos pos, IBlockState state, @Nullable TileEntity te, ItemStack stack)

commented

If crops die by placing their seed on the ground, doesn't it stand to reason that killing a plant sooner by hand should also drop exactly 1 seed? Maybe a better way would be to only drop extra seeds when the plant also drops food, but still drop exactly 1 seed up until that point.

commented

Gaelmare pointed out to me that this issue wasn't closed. This has been fixed by the crop fixes PR.