TelepathicGrunt / RepurposedStructures

Reusing and modifying vanilla structures for extra variety!
https://www.curseforge.com/minecraft/mc-mods/repurposed-structures
GNU Lesser General Public License v3.0
165 stars 26 forks source link

Crash with Create / IDAS / RS #225

Closed brisingraerowing closed 1 year ago

brisingraerowing commented 2 years ago

Crash Log

It looks like RS generated a structure through an IDAS structure that has a Create kinetic source, breaking part of said source and bricking the world. I've also reported this to Create at Creators-of-Create/Create#3704.

TelepathicGrunt commented 2 years ago

Yeah that’s not an RS bug. That crash will occur with any mod or datapack spawning an structure nbt piece that replace’s create’s block. Create will need to fix their block entity so it does not try to access a null field. I’m assuming that field is the level field which is null for block entities very early in worldgen

TelepathicGrunt commented 1 year ago

closing as this is so old. Will reopen if someone can reproduce the error in newer mc versions