mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 10:30:42 +00:00
target 1.16.5 for Fabric
This commit is contained in:
@@ -43,12 +43,12 @@ dependencies {
|
||||
|
||||
|
||||
// To change the versions see the gradle.properties file
|
||||
"minecraft"("com.mojang:minecraft:1.16.4")
|
||||
"mappings"("net.fabricmc:yarn:1.16.4+build.6:v2")
|
||||
"modImplementation"("net.fabricmc:fabric-loader:0.10.6+build.214")
|
||||
"minecraft"("com.mojang:minecraft:1.16.5")
|
||||
"mappings"("net.fabricmc:yarn:1.16.5+build.5:v2")
|
||||
"modImplementation"("net.fabricmc:fabric-loader:0.11.2")
|
||||
|
||||
// Fabric API. This is technically optional, but you probably want it anyway.
|
||||
"modImplementation"("net.fabricmc.fabric-api:fabric-api:0.25.1+build.416-1.16")
|
||||
"modImplementation"("net.fabricmc.fabric-api:fabric-api:0.31.0+1.16")
|
||||
|
||||
"compileOnly"("net.fabricmc:sponge-mixin:+")
|
||||
"annotationProcessor"("net.fabricmc:sponge-mixin:+")
|
||||
|
||||
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user