1.6.4 Master Merge and some Work#1
Open
Matchlighter wants to merge 24 commits intoTeamRecraft:masterfrom
Open
Conversation
Conflicts: build.properties build.xml src/main/java/ml/core/network/IDataSerializer.java src/main/java/ml/core/network/serializers/SForgeDirection.java src/main/java/ml/core/network/serializers/SItemsStack.java src/main/java/ml/core/network/serializers/SNBTTagCompound.java src/main/java/ml/core/network/serializers/SString.java src/main/java/ml/core/network/serializers/STileEntity.java src/main/java/ml/core/vec/transform/Matrix4d.java src/minecraft/ml/core/data/IDataSerializer.java src/minecraft/ml/core/data/serializers/SForgeDirection.java src/minecraft/ml/core/data/serializers/SItemsStack.java src/minecraft/ml/core/data/serializers/SNBTTagCompound.java src/minecraft/ml/core/data/serializers/SString.java src/minecraft/ml/core/network/IDataSerializer.java src/minecraft/ml/core/network/serializers/SForgeDirection.java src/minecraft/ml/core/network/serializers/SItemsStack.java src/minecraft/ml/core/network/serializers/SNBTTagCompound.java src/minecraft/ml/core/network/serializers/SString.java src/minecraft/ml/core/vec/transform/Matrix4d.java src/minecraft/ml/core/vec/transform/TransformationMatrix.java
…emented an in-gui inventory that drops its items when the gui is closed.
…rData packets. Added a work around for a NetServerHandler NPE.
…ils. Fixed issue with Guis.
Conflicts: .gitignore build.gradle gradle/wrapper/gradle-wrapper.jar gradle/wrapper/gradle-wrapper.properties gradlew gradlew.bat src/main/java/ml/core/network/PacketHandler.java src/main/java/ml/core/texture/IIconProvider.java src/main/java/ml/core/vec/ITransformable.java
Conflicts: build.properties src/main/java/ml/core/block/Delegate.java src/main/java/ml/core/data/NBTUtils.java src/main/java/ml/core/world/WorldGenHandler.java src/main/java/ml/core/world/feature/StructureGeneratorBase.java src/minecraft/ml/core/block/Delegate.java src/minecraft/ml/core/block/DelegateBlock.java
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Here's the work I mentioned. I also merged everything from the current 1.6.4 branch.