Skip to content

Commit

Permalink
basic HBM NTM compat
Browse files Browse the repository at this point in the history
  • Loading branch information
FalsePattern committed Aug 12, 2024
1 parent 569e035 commit b80d5fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ dependencies {
compileOnly(deobf("Mods_for_Twitch:ExtraCells:1.7.10-2.5.0-14"))
// Automagy 0.28.2
compileOnly(deobfCurse("automagy-222153:2285272"))
// NTM 1.0.27_X5027
compileOnly(deobfCurse("hbm-ntm-235439:5534354"))

compileOnly("codechicken:codechickencore-mc1.7.10:1.4.0-mega:dev")
}
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public class Threading_TessellatorUseReplacement implements TurboClassTransforme
"codechicken.lib.render.CCRenderState",
"com.carpentersblocks.renderer.*",
"com.enderio.core.client.render.*",
"com.hbm.render.block.*",
"com.jaquadro.minecraft.storagedrawers.util.*",
"com.rwtema.extrautils.block.render.*",
"com.thecodewarrior.catwalks.render.*",
Expand Down

0 comments on commit b80d5fc

Please sign in to comment.