Skip to content

Conversation

@Hexeption
Copy link

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