cc-tweaked / cc-restitched

Other
80 stars 33 forks source link

[1.19.2] Peripheral crash #139

Open itsdinkd opened 1 year ago

itsdinkd commented 1 year ago

Minecraft Version

1.19.x

Version

1.101.2

Details

Mod is in AQM2 modpack, on official server a crash happened today with the following report.

https://gist.github.com/itsdinkd/dc5e9ee0e146c616cdfea52ab6b85c93

SquidDev commented 1 year ago

Moving this to the CC:Restitched repo, as this is a Fabric-specific bug.

The chunk mixin should pass around the LevelChunk to avoid having to refetch it:

https://github.com/cc-tweaked/cc-restitched/blob/41cff864c4d1cc36341b267fcdf569a002d96694/src/main/java/dan200/computercraft/fabric/mixin/MixinChunkMap.java#L49