Lgmrszd / CompressedCreativity

Bridging Create and PneumaticCraft: Repressurized together
MIT License
6 stars 7 forks source link

Compressed creativity encountered an issue #15

Closed 78codemonkey closed 1 year ago

78codemonkey commented 1 year ago

forge 40.1.87 mc 1.18.2, create 5g Compressed creativity 0.1.2 & 0.1.3 Minecraft_ 1 18 2 12_18_2022 9_31_40 PM

Lgmrszd commented 1 year ago

Thanks, I'll look into it

nphhpn commented 1 year ago

I also encountered that issue. From the crash log, the problem is this: java.lang.IncompatibleClassChangeError: class com.lgmrszd.compressedcreativity.blocks.air_blower.AirBlowerTileEntity overrides final method com.simibubi.create.foundation.tileEntity.SmartTileEntity.m_7651_()V

It seems like latest Create update made SmartTileEntity.setRemoved final and move the unloading handling to SmartTileEntity.invalidate

Lgmrszd commented 1 year ago

Yep, that was the problem. Already moved invalidation of capabilities to other method (as well as added it in other blocks that missed it oops), will be releasing soon with the content update!

78codemonkey commented 1 year ago

awesome :)

Proxwian commented 1 year ago

Please we need it asap(

Proxwian commented 1 year ago

Do you have ETA on release?

Lgmrszd commented 1 year ago

I have ETA and the ETA is now! :D