Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Aug 19, 2024
1 parent c969b00 commit 0a0c8de
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,13 @@ allprojects {

repositories {
mavenCentral()
mavenLocal()
maven("https://repo.auxilor.io/repository/maven-public/")
maven("https://repo.papermc.io/repository/maven-public/")
maven("https://hub.spigotmc.org/nexus/content/repositories/snapshots/")
maven("https://repo.codemc.io/repository/maven-public/")
maven("https://maven.enginehub.org/repo/")
maven("https://repo.extendedclip.com/content/repositories/placeholderapi/")
maven("https://maven.citizensnpcs.co/repo")
maven("https://nexuslite.gcnt.net/repos/other/")
}

dependencies {
Expand Down
1 change: 0 additions & 1 deletion core/common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ dependencies {
compileOnly("net.citizensnpcs:citizens-main:2.0.31-SNAPSHOT") {
exclude(group = "net.byteflux", module = "libby-bukkit")
}
compileOnly("com.dfsek.terra:common:6.4.1-BETA+3aef97738")

compileOnly(fileTree("../../lib") {
include("*.jar")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
package com.willfp.libreforge.integrations.custombiomes.impl

import com.dfsek.terra.api.world.biome.Biome
import com.dfsek.terra.bukkit.world.BukkitAdapter
import com.willfp.eco.core.EcoPlugin
import com.willfp.libreforge.integrations.custombiomes.CustomBiomesIntegration
import com.willfp.libreforge.integrations.custombiomes.NamedBiome
import com.willfp.libreforge.integrations.custombiomes.customBiomesIntegrations
import org.bukkit.Location
import org.terraform.biome.BiomeBank
import org.terraform.coregen.bukkit.TerraformGenerator
import org.terraform.data.TerraformWorld

object CustomBiomesTerraformGenerator : CustomBiomesIntegration {
Expand Down
Binary file added lib/Terra-bukkit-6.4.3-BETA+ab60f14ff-shaded.jar
Binary file not shown.

0 comments on commit 0a0c8de

Please sign in to comment.