Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Treetrain1 committed Mar 4, 2023
1 parent f22264a commit c0b6407
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 36 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,3 @@ Make sure to clear after release

Put changelog here:
-----------------
- Added schema-based data fixers
There are 4 types: biome, block, entity, and item
However, it is recommended to use registry fixers for items.
- Fixed config file name (changes are not automatically transferred, this will have to be done manually)
33 changes: 1 addition & 32 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -249,43 +249,12 @@ dependencies {
modImplementation("maven.modrinth:frozenlib:${frozenlib_version}")?.let { include(it) }
}

// CaffeineConfig
//include(modImplementation("net.caffeinemc:mixin-config:1.0.0+1.17"))

// Lunade
modImplementation("maven.modrinth:simple-copper-pipes:${copperpipes_version}")

// Mod Menu
modImplementation("com.terraformersmc:modmenu:${modmenu_version}")
//modImplementation("com.terraformersmc:modmenu:${modmenu_version}")

// Cloth Config
modImplementation("me.shedaniel.cloth:cloth-config-fabric:${cloth_config_version}") {
exclude(group = "net.fabricmc.fabric-api")
exclude(group = "com.terraformersmc")
}

// NBT Crafting
modImplementation("maven.modrinth:nbt-crafting:${nbtcrafting_version}")?.let { include(it) }

// CaffeineConfig
modImplementation("net.caffeinemc:mixin-config:1.0.0+1.17")?.let { include(it) }

// TerraBlender
modImplementation("com.github.glitchfiend:TerraBlender-fabric:${minecraft_version}-${terrablender_version}")

"testmodImplementation"(sourceSets.main.get().output)

// Sodium
modCompileOnly("maven.modrinth:sodium:${sodium_version}")
modCompileOnly("org.joml:joml:1.10.4")
modCompileOnly("org.anarres:jcpp:1.4.14")

// BetterEnd
modCompileOnly("maven.modrinth:betterend:${betterend_version}")

// BetterNether
modCompileOnly("maven.modrinth:betternether:${betternether_version}")

// only affects runClient, does not affect gradlew build.
// add -PuseThirdPartyMods=false to not use these
if (findProperty("useThirdPartyMods") != "false") {
Expand Down

0 comments on commit c0b6407

Please sign in to comment.