Skip to content

Commit

Permalink
dependencies修正
Browse files Browse the repository at this point in the history
  • Loading branch information
KatatsumuriPan committed Dec 7, 2023
1 parent 25377c2 commit 1ef740b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/kpan/uti_alsofluids/ModMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

@Mod(modid = ModReference.MOD_ID, name = ModReference.MOD_NAME
, guiFactory = ModReference.SRC_DIR + ".config.ModGuiFactory"
, dependencies = "required:untranslateditems@[1.0.0,);"
+ GTInternalTags.DEP_VERSION_STRING
, dependencies = "required-client:untranslateditems@[1.0.0,);"
+ "after:gregtech@[" + GTInternalTags.VERSION + ",);"
, acceptableRemoteVersions = BuildInfo.MAJOR_VERSION + "." + BuildInfo.MINOR_VERSION
//
//, serverSideOnly = true //サーバーのみにする場合に必要(acceptableRemoteVersionsを*に変えないとダメ)、デバッグ時はオフにする
Expand Down

0 comments on commit 1ef740b

Please sign in to comment.