mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 14:21:08 +00:00
cleanup again
This commit is contained in:
@@ -7,7 +7,6 @@ import org.gradle.kotlin.dsl.repositories
|
|||||||
fun Project.configureDependencies() {
|
fun Project.configureDependencies() {
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven { url = uri("https://papermc.io/repo/repository/maven-public/") }
|
|
||||||
maven { url = uri("http://maven.enginehub.org/repo/") }
|
maven { url = uri("http://maven.enginehub.org/repo/") }
|
||||||
maven { url = uri("https://repo.codemc.org/repository/maven-public") }
|
maven { url = uri("https://repo.codemc.org/repository/maven-public") }
|
||||||
maven { url = uri("https://papermc.io/repo/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
|
@Override
|
||||||
public ProbabilityCollection<Biome> getVanillaBiomes() {
|
public ProbabilityCollection<Biome> getVanillaBiomes() {
|
||||||
|
|||||||
-4
@@ -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.EventHandler;
|
||||||
import org.bukkit.event.Listener;
|
import org.bukkit.event.Listener;
|
||||||
|
|
||||||
/**
|
|
||||||
* Placeholder, will be used once Paper accepts StructureLocateEvent PR.
|
|
||||||
*/
|
|
||||||
public class PaperListener implements Listener {
|
public class PaperListener implements Listener {
|
||||||
private final TerraPlugin main;
|
private final TerraPlugin main;
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ command:
|
|||||||
biome-found: "Zlokalizowano biom na (%1$s, %2$s)"
|
biome-found: "Zlokalizowano biom na (%1$s, %2$s)"
|
||||||
unable-to-locate: "Nie moglismy zlokalizowac biomu."
|
unable-to-locate: "Nie moglismy zlokalizowac biomu."
|
||||||
invalid-radius: "Niepoprawny zakres: \"%s\""
|
invalid-radius: "Niepoprawny zakres: \"%s\""
|
||||||
invalid: "Niepoprawne TerraBiome ID: \"%s\""
|
invalid: "Niepoprawne Biome ID: \"%s\""
|
||||||
in: "Jestes na \"%s\""
|
in: "Jestes na \"%s\""
|
||||||
ore:
|
ore:
|
||||||
main-menu:
|
main-menu:
|
||||||
|
|||||||
Reference in New Issue
Block a user