Skip to content

Commit

Permalink
Actually fix the update URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexIIL committed Nov 21, 2017
1 parent f4f8d8f commit af44276
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/buildcraft/core/BCCore.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
modid = BCCore.MODID,
name = "BuildCraft Core",
version = BCLib.VERSION,
updateJSON = "https://mod-buildcraft.com/version/versions.json",
dependencies = "required-after:buildcraftlib@[" + BCLib.VERSION + "]",
guiFactory = "buildcraft.core.client.ConfigGuiFactoryBC"
)
Expand Down

0 comments on commit af44276

Please sign in to comment.