mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 10:30:42 +00:00
make forge compile
This commit is contained in:
@@ -132,7 +132,7 @@ public class ForgePlatform extends ModPlatform {
|
||||
|
||||
@Override
|
||||
public Registry<DimensionType> dimensionTypeRegistry() {
|
||||
return ForgeRegistries.DI;
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -142,6 +142,6 @@ public class ForgePlatform extends ModPlatform {
|
||||
|
||||
@Override
|
||||
public Registry<ChunkGeneratorSettings> chunkGeneratorSettingsRegistry() {
|
||||
return Registries.DIM;
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user