Skip to content

Updated for Forge 1.12#13

Open
Hexeption wants to merge 8 commits into
cpw:masterfrom
Hexeption:master
Open

Updated for Forge 1.12#13
Hexeption wants to merge 8 commits into
cpw:masterfrom
Hexeption:master

Conversation

@Hexeption

Copy link
Copy Markdown

No description provided.

import java.util.concurrent.Semaphore;

@Mod(modid="simpleretrogen", name="Simple Retrogen", acceptableRemoteVersions="*", acceptedMinecraftVersions = "[1.9,1.11)")
@Mod(modid="simpleretrogen", name="Simple Retrogen", acceptableRemoteVersions="*", acceptedMinecraftVersions = "[1.9,1.12]")

@Landmaster Landmaster Jun 18, 2017

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For consistency and to handle subversions of 1.12, the acceptedMinecraftVersions string should probably be set to [1.9,1.13).

Signed-off-by: Hexeption <minecraftfun201@gmail.com>
Signed-off-by: Hexeption <minecraftfun201@gmail.com>
import java.util.concurrent.Semaphore;

@Mod(modid="simpleretrogen", name="Simple Retrogen", acceptableRemoteVersions="*", acceptedMinecraftVersions = "[1.9,1.11)")
@Mod(modid="simpleretrogen", name="Simple Retrogen", acceptableRemoteVersions="*", acceptedMinecraftVersions = "[1.9,1.12]")

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will not work with Minecraft 1.12.1; acceptedMinecraftVersions should be [1.9,1.13), not[1.9,1.12] .

import java.util.concurrent.Semaphore;

@Mod(modid="simpleretrogen", name="Simple Retrogen", acceptableRemoteVersions="*", acceptedMinecraftVersions = "[1.9,1.11)")
@Mod(modid="simpleretrogen", name="Simple Retrogen", acceptableRemoteVersions="*", acceptedMinecraftVersions = "[1.9,1.13]")

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You forgot to change the ] back to a ), since 1.13 is not targeted (i.e. the upper bound is exclusive).

@Landmaster Landmaster mentioned this pull request Aug 7, 2017
@Landmaster

Copy link
Copy Markdown

@cpw ETA on merging this?

@Sukasa

Sukasa commented Nov 13, 2017

Copy link
Copy Markdown

This just fails with a number of compilation errors; are there changes to the build config also required?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants