Skip to content

Commit

Permalink
i'm sold, it works well
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Jul 21, 2023
1 parent f3ca6bc commit fccbc00
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
modImplementation("net.fabricmc:fabric-language-kotlin:${property("fabric_kotlin_version")}")
modImplementation("net.fabricmc.fabric-api:fabric-api:${property("fabric_version")}")

modApi(include("com.adryd:cauldron:${property("cauldron_version")}")!!)
modApi("com.adryd:cauldron:${property("cauldron_version")}")
modApi("pm.n2:hajlib:${property("hajlib_version")}")

modCompileOnly("com.terraformersmc:modmenu:${property("modmenu_version")}")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ yarn_mappings=1.20.1+build.9
loader_version=0.14.21
fabric_kotlin_version=1.10.0+kotlin.1.9.0

version=0.2.0
version=0.3.0
maven_group=pm.n2
archives_base_name=tangerine

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ import com.mojang.brigadier.CommandDispatcher
interface TangerineCommand {
fun register(dispatcher: CommandDispatcher<CauldronClientCommandSource>)
}

8 changes: 1 addition & 7 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,14 @@
"value": "pm.n2.tangerine.compat.TangerineModMenu",
"adapter": "kotlin"
}
],
"tangerine": [
{
"value": "pm.n2.tangerine.extension.impl.TangerineTestExtension",
"adapter": "kotlin"
}
]
},
"depends": {
"fabricloader": ">=0.14.21",
"minecraft": "~1.20.1",
"java": ">=17",
"fabric-api": "*",
"hajlib": ">=1.1.0"
"hajlib": ">=1.2.2"
},
"suggests": {
"modmenu": "*"
Expand Down

0 comments on commit fccbc00

Please sign in to comment.