Skip to content

Commit

Permalink
Updated cc-tweaks to use cursemaven
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Jul 22, 2024
1 parent 8d64329 commit 7633f8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ dependencies {
compileOnly("vazkii.patchouli:Patchouli:${patchouli_version}:api")
runtimeOnly("vazkii.patchouli:Patchouli:${patchouli_version}")

compileOnly("cc.tweaked:cc-tweaked-1.21-forge-api:${cc_tweaked_version}")
implementation("curse.maven:cc-tweaked-282001:${cc_tweaked_curse_id}")
// compileOnly("cc.tweaked:cc-tweaked-1.21-forge-api:${cc_tweaked_version}")
// runtimeOnly("cc.tweaked:cc-tweaked-1.21-forge:${cc_tweaked_version}")

compileOnly("dev.ftb.mods:ftb-filter-system-neoforge:${ffs_version}") { transitive = false }
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ top_version=1.21_neo-12.0.0-1
ffs_version=3.0.0
jade_curse_id = 5493270
crafttweaker_version=20.0.4
cc_tweaked_version=1.111.0
#cc_tweaked_version=1.111.0
cc_tweaked_curse_id=5502386
mekanism_version=1.21-10.6.5.52
patchouli_version=1.21-87-NEOFORGE-SNAPSHOT

Expand Down
5 changes: 0 additions & 5 deletions src/generated/resources/data/c/tags/item/foods/breads.json

This file was deleted.

0 comments on commit 7633f8d

Please sign in to comment.