Skip to content

Commit

Permalink
Revert "get players glowing"
Browse files Browse the repository at this point in the history
This reverts commit ce9ac67.

Revert "Make entity outlines an option"

This reverts commit b2fb59e.

Revert "make sure we dont call outline every pass"

This reverts commit ad983fd.

Revert "multiversion"

This reverts commit 0e5a93d.

Revert "remove extra line"

This reverts commit 1127b16.

Revert "update readme"

This reverts commit ebc4c90.
  • Loading branch information
Wyvest committed Jul 18, 2024
1 parent 17bfbb4 commit 98fef2c
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 122 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ This work, "PolyPatcher", is adapted from ["Patcher"](https://sk1er.club/mods/pa
- Fix vanilla sky lighting calculation
- Fix texture manager memory leak
- Fix compatability with LoliASM/CensoredASM
- Backport entity glow effect
- Add ability to change HUD Caching FPS
- Add "Natural Capes" feature
- Add "Pumpkin Overlay Opacity"
Expand Down
7 changes: 0 additions & 7 deletions src/main/java/club/sk1er/patcher/config/PatcherConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -339,13 +339,6 @@ public class PatcherConfig extends Config {
)
public static boolean removeGroundFoliage;

@Switch(
name = "Backport 1.9+ Entity Outlines",
description = "Port the 1.9+ entity outline system to 1.8, rendering a glow effect around entities.",
category = "Miscellaneous", subcategory = "Rendering"
)
public static boolean entityOutlines = true;

@Switch(
name = "Clean Projectiles",
description = "Show projectiles 2 ticks after they're shot to stop them from obstructing your view.",
Expand Down
7 changes: 0 additions & 7 deletions src/main/java/club/sk1er/patcher/ducks/EntityExt.java

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions src/main/resources/mixins.patcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"bugfixes.ContainerMixin_PlaySound",
"bugfixes.EntityLivingBaseMixin_MouseDelayFix",
"bugfixes.EntityMixin_FixedBrightness",
"bugfixes.EntityMixin_FixGlow",
"bugfixes.EntityMixin_SprintParticles",
"bugfixes.EntityRendererMixin_AdjustEyeHeightLighting",
"bugfixes.EntityRendererMixin_PolygonOffset",
Expand Down Expand Up @@ -81,7 +80,6 @@
"bugfixes.MinecraftMixin_PersistentShaders",
"bugfixes.NetHandlerPlayClientMixin_FixHandleSpawnPlayerNPE",
"bugfixes.NetHandlerPlayClientMixin_FixTileEntityNPE",
"bugfixes.RenderGlobalMixin_FixGlow",
"bugfixes.RenderGlobalMixin_RenderOobEntities",
"bugfixes.RenderManagerMixin_PerspectiveViewFix",
"bugfixes.RenderPlayerMixin_ArmPosition",
Expand Down

0 comments on commit 98fef2c

Please sign in to comment.