Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated for Forge 1.12 #13

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Updated for Forge 1.12 #13

wants to merge 8 commits into from

Conversation

Hexeption
Copy link

No description provided.

import java.util.concurrent.ConcurrentMap;
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

@Landmaster Landmaster Jun 18, 2017

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).

import java.util.concurrent.ConcurrentMap;
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]")

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.ConcurrentMap;
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]")

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

@cpw ETA on merging this?

@Sukasa
Copy link

Sukasa commented Nov 13, 2017

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