Skip to content

Commit

Permalink
1.20.2 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy0000 authored Oct 21, 2023
1 parent c1ee1c0 commit 8bfbacb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ import org.bukkit.plugin.java.JavaPlugin
class GearyProductionPaperConfigModule(
override val plugin: JavaPlugin,
) : GearyPaperConfigModule {
override val configHolder = config<GearyPaperConfig>("config") {
plugin.fromPluginPath()
mergeUpdates = true
}
override val configHolder = config<GearyPaperConfig>("config", plugin.dataFolder.toPath(), GearyPaperConfig(), mergeUpdates = true)

override val config: GearyPaperConfig by configHolder
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import com.mineinabyss.geary.papermc.datastore.encodeComponentsTo
import com.mineinabyss.geary.papermc.tracking.items.cache.ItemInfo.EntityEncoded
import com.mineinabyss.geary.prefabs.PrefabKey
import com.mineinabyss.geary.prefabs.helpers.prefabs
import com.soywiz.kds.iterators.fastForEachWithIndex
import korlibs.datastructure.iterators.fastForEachWithIndex
import org.bukkit.inventory.ItemStack

abstract class PlayerItemCache<T>(
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kotlin.code.style=official
group=com.mineinabyss
version=0.25
idofrontVersion=0.18.26
version=0.26
idofrontVersion=0.19.14
gearyVersion=0.23-SNAPSHOT
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https://services.gradle.org/distributions/gradle-8.4-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 8bfbacb

Please sign in to comment.