DimensionalDevelopment / DimDoors

A rewrite of the classic mod: Dimensional Doors
https://minecraft.curseforge.com/projects/dimensionaldoors
GNU General Public License v3.0
90 stars 53 forks source link

Incompatibility with cubic chunks #122

Open PiordaNautor opened 4 years ago

PiordaNautor commented 4 years ago

I'm not savvy enough to tell how this mod is causing these repeated crashes, nor if I know if this is a repeated issue, but VanillaFix twice pinpointed Dimensional Doors as the problematic mod. https://paste.dimdev.org/gowomuruta.mccrash

Runemoro commented 4 years ago

It seems like @Barteks2x made some changes to CubicChunk's API and the schematic placement code will need to be updated.

Barteks2x commented 4 years ago

The reason it crashes is that this code was written before there was an API. The code that is intended to be part of API has been moved to API package... more than a year ago.

PiordaNautor commented 4 years ago

Is there a manual fix for this or will I have to wait for another patch?