mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-02 07:55:28 +00:00
cleanup again
This commit is contained in:
parent
19f781af31
commit
b8cec40317
@ -7,7 +7,6 @@ import org.gradle.kotlin.dsl.repositories
|
||||
fun Project.configureDependencies() {
|
||||
|
||||
repositories {
|
||||
maven { url = uri("https://papermc.io/repo/repository/maven-public/") }
|
||||
maven { url = uri("http://maven.enginehub.org/repo/") }
|
||||
maven { url = uri("https://repo.codemc.org/repository/maven-public") }
|
||||
maven { url = uri("https://papermc.io/repo/repository/maven-public/") }
|
||||
|
@ -33,9 +33,9 @@ public class UserDefinedBiome implements TerraBiome {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the Vanilla biome to represent the custom biome.
|
||||
* Gets the Vanilla biomes to represent the custom biome.
|
||||
*
|
||||
* @return TerraBiome - The Vanilla biome.
|
||||
* @return Collection of biomes to represent the custom biome.
|
||||
*/
|
||||
@Override
|
||||
public ProbabilityCollection<Biome> getVanillaBiomes() {
|
||||
|
@ -1,4 +0,0 @@
|
||||
package com.dfsek.terra.config.loaders.config.sampler;
|
||||
|
||||
public class NormalizerLoader {
|
||||
}
|
@ -9,9 +9,6 @@ import io.papermc.paper.event.world.StructureLocateEvent;
|
||||
import org.bukkit.event.EventHandler;
|
||||
import org.bukkit.event.Listener;
|
||||
|
||||
/**
|
||||
* Placeholder, will be used once Paper accepts StructureLocateEvent PR.
|
||||
*/
|
||||
public class PaperListener implements Listener {
|
||||
private final TerraPlugin main;
|
||||
|
||||
|
@ -25,7 +25,7 @@ command:
|
||||
biome-found: "Zlokalizowano biom na (%1$s, %2$s)"
|
||||
unable-to-locate: "Nie moglismy zlokalizowac biomu."
|
||||
invalid-radius: "Niepoprawny zakres: \"%s\""
|
||||
invalid: "Niepoprawne TerraBiome ID: \"%s\""
|
||||
invalid: "Niepoprawne Biome ID: \"%s\""
|
||||
in: "Jestes na \"%s\""
|
||||
ore:
|
||||
main-menu:
|
||||
|
Loading…
x
Reference in New Issue
Block a user