fix config issues
This commit is contained in:
parent
fb62c61ea6
commit
dd2125158d
2 changed files with 1 additions and 6 deletions
|
@ -35,10 +35,6 @@ repositories {
|
|||
name = "Modmuss50"
|
||||
url = "https://maven.modmuss50.me/"
|
||||
}
|
||||
maven {
|
||||
name = 'sponge'
|
||||
url = 'https://repo.spongepowered.org/maven'
|
||||
}
|
||||
maven {
|
||||
// LibCD
|
||||
url 'http://server.bbkr.space:8081/artifactory/libs-release'
|
||||
|
@ -89,7 +85,6 @@ dependencies {
|
|||
include rcVersion
|
||||
|
||||
compile 'org.checkerframework:checker-qual:2.10.0'
|
||||
compile 'org.spongepowered:configurate-hocon:3.6'
|
||||
|
||||
compile 'org.checkerframework:checker-qual:2.10.0'
|
||||
compileOnly "com.google.code.findbugs:jsr305:+"
|
||||
|
|
|
@ -434,7 +434,7 @@ public class TechRebornConfig {
|
|||
@Config(config = "machines", category = "solid_canning_machine", key = "solidCanningMachineMaxInput", comment = "Solid Canning Machine Max Input (Value in EU)")
|
||||
public static int solidCanningMachineMaxInput = 32;
|
||||
|
||||
@Config(config = "machines", category = "solid_canning_machine", key = "solidCanningMachineMaxInput", comment = "Solid Canning Machine Max Energy (Value in EU)")
|
||||
@Config(config = "machines", category = "solid_canning_machine", key = "solidCanningMachineMaxEnergy", comment = "Solid Canning Machine Max Energy (Value in EU)")
|
||||
public static int solidCanningMachineMaxEnergy = 1_000;
|
||||
|
||||
@Config(config = "machines", category = "iron_machine", key = "fuel_scale", comment = "Multiplier for vanilla furnace item burn time")
|
||||
|
|
Loading…
Add table
Reference in a new issue