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

Incompatibility with SpongeForge #4

Closed
JBYoshi opened this issue Jan 16, 2016 · 3 comments
Closed

Incompatibility with SpongeForge #4

JBYoshi opened this issue Jan 16, 2016 · 3 comments
Assignees
Labels

Comments

@JBYoshi
Copy link

JBYoshi commented Jan 16, 2016

When running this mod with SpongeForge, it causes Minecraft to crash, because ChunkLoaderZ is using an IProperty that doesn't extend PropertyHelper.

This line in BlockAnchoredPearl:

private static final PropertyRange SCALE = new PropertyRange("scale", 0, 10, 1);

Should be replaced with Minecraft's PropertyInt, as the interval is 1 (the equivalent value in PropertyInt).

@AEnterprise
Copy link
Owner

the idea behind it was to make a more general usable property for me that i could re-use in other cases in another mod i'm working on but i'll replace it here if it causes issues

@AEnterprise AEnterprise self-assigned this Jan 16, 2016
@AEnterprise
Copy link
Owner

@JBYoshi
Copy link
Author

JBYoshi commented Jan 16, 2016

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants