Merge pull request #1879 from tambry/forge1093
Update to Forge 1121 and fix 2 typos
This commit is contained in:
commit
5e6bc27144
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
// DON'T TOUCH THE BUILDSCTPT[] BLOCK
|
||||
// DON'T TOUCH THE BUILDSCRIPT[] BLOCK
|
||||
// its special, and it is only there to make ForgeGradle work correctly.
|
||||
|
||||
buildscript {
|
||||
|
@ -27,7 +27,7 @@ group= "com.mod-buildcraft"
|
|||
archivesBaseName = "buildcraft" // the name that all artifacts will use as a base. artifacts names follow this pattern: [baseName]-[appendix]-[version]-[classifier].[extension]
|
||||
|
||||
minecraft {
|
||||
version = "1.7.2-10.12.1.1079" // McVersion-ForgeVersion this variable is later changed to contain only the MC version, while the apiVersion variable is used for the forge version. Yeah its stupid, and will be changed eentually.
|
||||
version = "1.7.2-10.12.2.1121" // McVersion-ForgeVersion this variable is later changed to contain only the MC version, while the apiVersion variable is used for the forge version. Yeah its stupid, and will be changed eventually.
|
||||
|
||||
assetDir = "run/assets" // the place for ForgeGradle to download the assets. The assets that the launcher gets and stuff
|
||||
|
||||
|
|
|
@ -108,7 +108,7 @@ import buildcraft.core.utils.WorldPropertyIsSoft;
|
|||
import buildcraft.core.utils.WorldPropertyIsWood;
|
||||
import buildcraft.robots.DockingStationRegistry;
|
||||
|
||||
@Mod(name = "BuildCraft", version = Version.VERSION, useMetadata = false, modid = "BuildCraft|Core", acceptedMinecraftVersions = "[1.7.2,1.8)", dependencies = "required-after:Forge@[10.12.1.1079,)")
|
||||
@Mod(name = "BuildCraft", version = Version.VERSION, useMetadata = false, modid = "BuildCraft|Core", acceptedMinecraftVersions = "[1.7.2,1.8)", dependencies = "required-after:Forge@[10.12.2.1121,)")
|
||||
public class BuildCraftCore extends BuildCraftMod {
|
||||
public static final boolean NONRELEASED_BLOCKS = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue