Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
disabled crafting me buffer on CAL (#351)
Browse files Browse the repository at this point in the history
Former-commit-id: 954b0ada629eac9fefa134d5779174abc49fc620
  • Loading branch information
BlueWeabo authored Aug 8, 2023
1 parent db1c1c1 commit 306b307
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Add your dependencies here

dependencies {
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.43.158:dev')
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.43.168:dev')
api("com.github.GTNewHorizons:TecTech:5.2.35:dev")
api("com.github.GTNewHorizons:GalacticGregGT5:1.0.9:dev") {
exclude group:"com.github.GTNewHorizons", module:"bartworks"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -450,4 +450,9 @@ public void getWailaNBTData(EntityPlayerMP player, TileEntity tile, NBTTagCompou
String imprintedWith = getTypeForDisplay();
if (!imprintedWith.isEmpty()) tag.setString("ImprintedWith", imprintedWith);
}

@Override
protected boolean supportsCraftingMEBuffer() {
return false;
}
}

0 comments on commit 306b307

Please sign in to comment.