This repository was archived by the owner on May 26, 2018. It is now read-only.
Fixed MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!#553
Open
Matts wants to merge 24 commits intoMinecraftForge:masterfrom
Matts:master
Open
Fixed MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!#553Matts wants to merge 24 commits intoMinecraftForge:masterfrom Matts:master
Matts wants to merge 24 commits intoMinecraftForge:masterfrom
Matts:master
Conversation
…. Further cleanup needed.
updated mappings to snapshot 20140930 got rid of derpy generics code
Update Config Gui stuff for 1.8
…potentially expand to custom mod ID registry syncing. Tip: ONLY use those functions in GameData that are marked as public API as internal API may change in 1.8.
Added mappings to default build.gradle
This class is used to render any tile entities in a non-location specific major Such as EntityItems, In minecarts, Held by entities, anyhting that isn't in world. Switched the class names for BiomeGenForest $1 and $2 as Fernflower decompiled them in oposite order.
… map from GameRegistry.
… and clear the list when new snapshots are injected. Modders DO NOT touch the registry in Block directly. Closes #537
fixed a few old javadoc object name mistakes
changed pass-thru method name to fix MCP name conflict
Re-enabled Entity-Render registration
|
Yeah.. You might want to recreate this pull request. |
Member
|
like maybe making the PR to the 1.8 branch instead of master.... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[main/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
[FML]: Offendor: net/minecraft/server/gui/MinecraftServerGui$1.windowClosing(Ljava/awt/event/WindowEvent;)V
[main/WARN] [FML]: Use FMLCommonHandler.exitJava instead
You guys may have to play around with the line that the patch is getting applied to, i'm not completely shure about it.