Skip to content

Commit fa75acd

Browse files
committed
Corrections
1 parent 469cace commit fa75acd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/mod/acgaming/universaltweaks/bugfixes/blocks/piston/retraction/mixin/UTPistonBaseBlockMixin.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
// MC-88959
1717
// https://bugs.mojang.com/browse/MC-88959
18-
// Courtesy of mrgrim
18+
// Courtesy of Nessiesson
1919
@Mixin(BlockPistonBase.class)
2020
public abstract class UTPistonBaseBlockMixin
2121
{

src/main/java/mod/acgaming/universaltweaks/config/UTConfigTweaks.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@ public static class ItemEntitiesCategory
10271027

10281028
@Config.Name("[17] Slowed Movement")
10291029
@Config.Comment("Slows how often item entities update their position to improve performance")
1030-
public boolean utIEUpdateToggle = true;
1030+
public boolean utIEUpdateToggle = false;
10311031
}
10321032

10331033
public static class MendingCategory

0 commit comments

Comments
 (0)