Skip to content

Commit

Permalink
Update mixin to 0.4.7-SNAPSHOT
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Harris-Rouquette <gabizou@me.com>
  • Loading branch information
gabizou authored and stephan-gh committed Nov 23, 2015
1 parent 8b11593 commit 6b75eea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ minecraft {

dependencies {
compile api
compile('org.spongepowered:mixin:0.4.6-SNAPSHOT') {
compile('org.spongepowered:mixin:0.4.7-SNAPSHOT') {
exclude module: 'launchwrapper'
exclude module: 'guava'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,6 @@ public void setEyeHeight(Double value) {
this.modifiedEyeHeight = value;
}

@Override
public void supplyVanillaManipulators(List<DataManipulator<?, ?>> manipulators) {
// TODO remove when mixins can handle this special case of invoke special and calling supers.
// Mixin#76
}

@Override
public World getWorld() {
return (World) this.worldObj;
Expand Down

0 comments on commit 6b75eea

Please sign in to comment.