Skip to content

Commit f95a4b3

Browse files
committed
Merge branch 'refs/heads/1.20' into 1.21
2 parents f7d9a00 + e5089a2 commit f95a4b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ authors=KQP, Andrew6rant, Sisby folk
1717
contributors=LiamMCW
1818
license=LGPL-3.0-or-later
1919
# Mod Version
20-
baseVersion=1.4.0
20+
baseVersion=1.4.1
2121
# Branch Metadata
2222
branch=1.21
2323
tagBranch=1.20

src/main/java/folk/sisby/inventory_tabs/TabManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public class TabManager {
5656
public static final List<Tab> tabs = new ArrayList<>();
5757
public static int currentPage = 0;
5858
public static Tab currentTab;
59-
public static List<WidgetPosition> tabPositions;
59+
public static List<WidgetPosition> tabPositions = new ArrayList<>();
6060
public static int holdTabCooldown = 0;
6161
public static boolean enabled = true;
6262
public static Map<BlockPos, RaycastCache> blockRaycastCache = new HashMap<>();

0 commit comments

Comments
 (0)