Skip to content

Commit

Permalink
Release 10
Browse files Browse the repository at this point in the history
additions
- added Weather, set world time & rain & lightning

fixes, improvements, misc
-improved scaffold (added Jump facing forward (keep-y unpatch) & Slow on enable)
- improved nametags performance
- fixed bedaura & nofall running in bridge practice
- improved scripting api
- made antiknockback override velocity in hud
- improved outline esp (credit: pablolnmak)
- updated build.gradle
- decreased bedaura break delay
- fixed autotool spoof item not working
  • Loading branch information
Strangerrrs committed Sep 27, 2024
1 parent 37cbc1d commit 55c4736
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@
import org.spongepowered.asm.mixin.injection.Redirect;

@Mixin(RenderGlobal.class)
<<<<<<< HEAD
public class MixinRenderGlobal { // credit: pablolnmak
=======
public class MixinRenderGlobal {
>>>>>>> Raven/master
@Shadow
@Final
private Minecraft mc;
Expand Down Expand Up @@ -85,8 +81,4 @@ else if (shouldRender()) {
}
}
}
<<<<<<< HEAD
}
=======
}
>>>>>>> Raven/master
}

0 comments on commit 55c4736

Please sign in to comment.