Skip to content

Commit 1060f47

Browse files
committed
Fix build
1 parent 79f4f07 commit 1060f47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ architectury_version=6.1.39
3030
owo_version=0.9.3+1.19
3131
# Apoli
3232
# https://github.com/apace100/apoli
33-
apoli_version=624eb4d
33+
apoli_version=v2.6.0
3434
# Reach Entity Attributes
3535
# https://github.com/JamiesWhiteShirt/reach-entity-attributes
3636
rea_version = 2.3.0

src/main/java/nourl/mythicmetals/config/OreConfig.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public OreConfig(boolean enabled, int veinSize, int perChunk, int bottom, int to
4848
}
4949

5050
/**
51-
* Extra constructor that contains an extra boolean, which is whether or not the feature contains an offset.
51+
* Extra constructor that contains an extra boolean, which is whether the feature contains an offset.
5252
* @param enabled Whether the ore is enabled or not
5353
* @param veinSize The vein size of the ore feature
5454
* @param perChunk How many times the ore should attempt to generate per chunk

0 commit comments

Comments
 (0)