This repository has been archived by the owner on May 26, 2018. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 200
Fixed MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML! #553
Open
Matts
wants to merge
24
commits into
MinecraftForge:master
Choose a base branch
from
Matts:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
…. 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. |
like maybe making the PR to the 1.8 branch instead of master.... |
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.