Skip to content

Commit

Permalink
Remove TOP from dependencies because the order doesnt seem to matter
Browse files Browse the repository at this point in the history
  • Loading branch information
vaartis committed Dec 1, 2019
1 parent 01a6deb commit b03c7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/org/kotobank/kuarry/KuarryMod.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import org.kotobank.kuarry.tile_entity.KuarryTileEntity
import org.kotobank.kuarry.tile_entity.special_renderer.KuarrySpecialRenderer

@Mod(modid = KuarryMod.MODID, name = KuarryMod.NAME, version = KuarryMod.VERSION, modLanguageAdapter = "net.shadowfacts.forgelin.KotlinAdapter",
dependencies = "after:theoneprobe;required-after:forgelin;")
dependencies = "required-after:forgelin;")
object KuarryMod {
const val MODID = "kuarry"
const val NAME = "Kuarry"
Expand Down

0 comments on commit b03c7cb

Please sign in to comment.