target 1.16.5 for Fabric

This commit is contained in:
dfsek
2021-02-24 09:40:56 -07:00
parent d29c1e572e
commit 32746e8dd9
2 changed files with 5 additions and 4 deletions
@@ -298,6 +298,7 @@ public class TerraFabricPlugin implements TerraPlugin, ModInitializer {
return new FabricChunkGeneratorWrapper(new TerraBiomeSource(biomeRegistry, seed, pack), seed, pack);
}
};
//noinspection ConstantConditions
((GeneratorTypeAccessor) generatorType).setTranslationKey(new LiteralText("Terra:" + pack.getTemplate().getID()));
GeneratorTypeAccessor.getVALUES().add(generatorType);
});