Skip to content

Commit

Permalink
need to see somethign
Browse files Browse the repository at this point in the history
  • Loading branch information
RealYusufIsmail committed Jan 10, 2024
1 parent ba64404 commit 72f3bd5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
3 changes: 0 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ allprojects {
tasks.withType<KotlinCompile> {
kotlinOptions.jvmTarget = "17"
kotlinOptions.verbose = true
kotlinOptions {
freeCompilerArgs = listOf("-Xkotlin-debug")
}
}
}

Expand Down
4 changes: 2 additions & 2 deletions neoforge/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ modId = temporalsmith

#read more on this at https://github.com/neoforged/NeoGradle/blob/NG_7.0/README.md#apply-parchment-mappings
# you can also find the latest versions at: https://parchmentmc.org/docs/getting-started
neogradle.subsystems.parchment.minecraftVersion=1.20.3
neogradle.subsystems.parchment.mappingsVersion=2023.12.31
# neogradle.subsystems.parchment.minecraftVersion=1.20.3
# neogradle.subsystems.parchment.mappingsVersion=2023.12.31

neoForgeVersion = 20.4.83-beta
kotlinForForgeVersion = 4.10.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/
package io.github.realyusufismail.temporalsmith

import io.github.realyusufismail.realyusufismailcore.RealYusufIsmailCore.logger
import io.github.realyusufismail.temporalsmith.TemporalSmith.TemporalSmith.MOD_ID
import io.github.realyusufismail.temporalsmith.client.ClientEvents
import io.github.realyusufismail.temporalsmith.client.TemporalSmithShieldItemRendererProvider
Expand Down

0 comments on commit 72f3bd5

Please sign in to comment.