Skip to content

Commit

Permalink
merge 1.19.x
Browse files Browse the repository at this point in the history
  • Loading branch information
PssbleTrngle committed Mar 15, 2024
2 parents bfde10d + 097b919 commit e1c6516
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 55 deletions.
5 changes: 2 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@ val trinkets_version: String by extra
val cca_version: String by extra

plugins {
id("com.possible-triangle.gradle") version ("0.1.4")
id("com.possible-triangle.gradle") version ("0.1.5")
}

withKotlin()

fabric {
dataGen()
enableMixins()
includesMod("com.possible-triangle:flightlib-fabric:${flightlib_version}")
}

Expand All @@ -30,7 +29,7 @@ base {
}

repositories {
apply(from = "https://raw.githubusercontent.com/PssbleTrngle/GradleHelper/main/repositories/create-fabric.build.kts")
apply(from = "https://raw.githubusercontent.com/PssbleTrngle/GradleHelper/4211a23d270fb542408dd363748fd52740953a82/repositories/create-fabric.build.kts")

curseMaven()
modrinthMaven()
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ maven_group=com.possible-triangle

jei_version=15.2.0.27
emi_version=1.0.19+1.20.1
create_version=0.5.1-d-build.1161+mc1.20.1
create_version=0.5.1-f-build.1335+mc1.20.1
night_config_version=3.6.7
flightlib_version=2.1.0
kotlin_fabric_version=1.9.6+kotlin.1.8.22
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ object Content {
}
tag(AllItemTags.PRESSURIZED_AIR_SOURCES.tag)
transform {
it.tab(AllCreativeModeTabs.MAIN_TAB.key) { mod ->
it.tab(AllCreativeModeTabs.BASE_CREATIVE_TAB.key) { mod ->
mod.accept(ItemStack(it.entry).apply {
orCreateTag.putFloat("Air", BacktankUtil.maxAir(this).toFloat())
})
Expand Down
11 changes: 0 additions & 11 deletions src/main/resources/create_jetpack.mixins.json

This file was deleted.

7 changes: 2 additions & 5 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,12 @@
"com.possible_triangle.create_jetpack.CreateJetpackMod"
]
},
"mixins": [
"${mod_id}.mixins.json"
],
"depends": {
"fabricloader": ">=0.14",
"fabric": "*",
"minecraft": "1.20.1",
"java": ">=17",
"flightlib": ">=2.0.0",
"create": ">=0.5.1-d"
"flightlib": "*",
"create": ">=0.5.1-f"
}
}

0 comments on commit e1c6516

Please sign in to comment.