Skip to content

Commit

Permalink
De-LT'd. Fixed deflector. Added tornado sensor. Fixed creative tabs. …
Browse files Browse the repository at this point in the history
…Added items back. Added recipes.
  • Loading branch information
Corosauce committed Nov 12, 2023
1 parent 245fe5b commit cf92229
Show file tree
Hide file tree
Showing 39 changed files with 567 additions and 751 deletions.
15 changes: 6 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -189,16 +189,13 @@ dependencies {

implementation fg.deobf('com.corosus.coroutil:coroutil:1.20.1-1.3.0')
annotationProcessor 'org.spongepowered:mixin:0.8.5-SNAPSHOT:processor'
implementation fg.deobf('com.lovetropics.ltweather:ltweather:1.20.1-1.0')
implementation fg.deobf('com.lovetropics.minigames:LTMinigames:0.1.0-alpha+custom')
modImpl fg.deobf('maven.modrinth:tropicraft:9.6.1-1.20.1')
//implementation fg.deobf('com.lovetropics.ltweather:ltweather:1.20.1-1.0')
//implementation fg.deobf('com.lovetropics.minigames:LTMinigames:0.1.0-alpha+custom')
//modImpl fg.deobf('maven.modrinth:tropicraft:9.6.1-1.20.1')
//implementation fg.deobf("com.tterrag.registrate:Registrate:MC1.20-${registrate_version}")
/*jarJar(implementation(fg.deobf("com.tterrag.registrate:Registrate:MC1.20-${registrate_version}"))) {
jarJar.ranged(it, "[MC1.20-${registrate_version},MC1.21)")
}*/
jarJar(modCompile(fg.deobf("com.tterrag.registrate:Registrate:$registrate_version"))) {
jarJar.ranged(it, "[$registrate_version,MC1.21)")
}
//jarJar(modCompile(fg.deobf("com.tterrag.registrate:Registrate:$registrate_version"))) {
//jarJar.ranged(it, "[$registrate_version,MC1.21)")
//}
// Example mod dependency with JEI - using fg.deobf() ensures the dependency is remapped to your development mappings
// The JEI API is declared for compile time use, while the full JEI artifact is used at runtime
// compileOnly fg.deobf("mezz.jei:jei-${mc_version}-common-api:${jei_version}")
Expand Down
291 changes: 0 additions & 291 deletions build_dev_testing.gradle

This file was deleted.

Loading

0 comments on commit cf92229

Please sign in to comment.