Minecraft mod to change the stack size of all items. Fabric 1.17

Overview

Stacker

Minecraft mod to change the stack size of all items. For Fabric 1.17

Stacker Mod Cover Image

Note: This mod has a config that defaults to 64. Change it to be whatever you like (below int_max), but I do not recommend anything too far over 1 Billion (No support will be given for stacks larger than 1,073,741,823).

Requires Stacc API and Cloth Config API. Modmenu is recommended, but not needed. Stacc API is an embedded library, don't worry about downloading it.

CurseForge: https://www.curseforge.com/minecraft/mc-mods/stacker

Modrinth: https://modrinth.com/mod/stacker

Comments
  • crash at launch

    crash at launch

    Minecraft has crashed! net.fabricmc.loader.impl.FormattedException: java.lang.ExceptionInInitializerError at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:463) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) Caused by: java.lang.ExceptionInInitializerError at net.minecraft.class_5872.(class_5872.java:9) at net.minecraft.class_5871.method_33968(class_5871.java:16) at com.mojang.serialization.codecs.RecordCodecBuilder.mapCodec(RecordCodecBuilder.java:76) at net.minecraft.class_5871.(class_5871.java:12) at net.minecraft.class_2939.(class_2939.java:33) at net.minecraft.class_5463.(class_5463.java:19) at net.minecraft.class_5458.method_30572(class_5458.java:52) at net.minecraft.class_5458.method_30566(class_5458.java:86) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:721) at net.minecraft.class_5458.(class_5458.java:85) at net.minecraft.class_2378.(class_2378.java:291) at net.minecraft.class_2966.method_12851(class_2966.java:49) at net.minecraft.client.main.Main.main(Main.java:153) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461) ... 2 more Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_1706 failed at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:418) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:322) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218) at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:145) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) at net.minecraft.class_2246.(class_2246.java:443) ... 16 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:413) ... 21 more Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector setDecrementSlot1StackCount(Lnet/minecraft/class_1263;ILnet/minecraft/class_1799;)V in stacker.mixins.json:AnvilScreenHandlerMixin from mod stacker failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap stacker-refmap.json at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:468) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1385) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1052) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:400) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325) at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:421) at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ... 24 more

    on version 2.1.3, java 17;

    weird because i reset my computer today and i had it loaded up fine before, maybe its a conflict with something else?

    opened by arcticgalaxies 10
  • Is it possible to only change stack of default Stackable Item

    Is it possible to only change stack of default Stackable Item

    Instead of making all stackable, can make some item not stackable coz can cause glitch with other mods interaction.

    It crashed when we insert something inside bundle

    opened by ardissaps 6
  • Buckets and bugs

    Buckets and bugs

    Found a bug, or at least I think it's a bug, where your emptied buckets of water get tossed into your inventory instead of remaining on the hotbar. Thought it might be another mod but I picked this 1st after discovering buckets of water stack. I'm pretty sure you can work around this bug by simply having an empty bucket in your hotbar but then that's 1 less available hotbar slot.

    bug Low priority 
    opened by TheIrishStud 6
  • crash at launch 1.19 fabric with fabric api 0.56.0

    crash at launch 1.19 fabric with fabric api 0.56.0

    19:01:39.809 FabricLoader main Minecraft has crashed! net.fabricmc.loader.impl.FormattedException: java.lang.ExceptionInInitializerError at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:463) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) Caused by: java.lang.ExceptionInInitializerError at net.minecraft.class_5872.(class_5872.java:9) at net.minecraft.class_5871.method_33968(class_5871.java:20) at com.mojang.serialization.codecs.RecordCodecBuilder.mapCodec(RecordCodecBuilder.java:76) at net.minecraft.class_5871.(class_5871.java:16) at net.minecraft.class_2939.(class_2939.java:32) at net.minecraft.class_5463.(class_5463.java:21) at net.minecraft.class_5458.method_30572(class_5458.java:66) at net.minecraft.class_5458.method_44104(class_5458.java:98) at net.minecraft.class_5458.method_30566(class_5458.java:105) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:721) at net.minecraft.class_5458.(class_5458.java:104) at net.minecraft.class_2378.(class_2378.java:326) at net.minecraft.class_2966.method_12851(class_2966.java:50) at net.minecraft.client.main.Main.main(Main.java:154) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461) ... 2 more Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_1706 failed at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:419) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218) at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:145) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) at net.minecraft.class_2246.(class_2246.java:461) ... 17 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:414) ... 22 more Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector setDecrementSlot1StackCount(Lnet/minecraft/class_1263;ILnet/minecraft/class_1799;)V in stacker.mixins.json:AnvilScreenHandlerMixin from mod stacker failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap stacker-refmap.json at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:468) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1385) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1052) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:400) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325) at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:421) at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ... 25 more 19:01:40.031 monitor Process Monitor Process crashed with exit code 1

    opened by greenmaskenergy 5
  • Unable to join servers. Stacker 1.17

    Unable to join servers. Stacker 1.17

    So it seems that there is a bug in which if you have Stacker 1.17 installed, trying to join a 1.17 server just results in a immediate disconnect and always does that until you take the mod out and restart the game.

    Not sure if this can be fixed or if a feature can be added that allows the mod to disabled itself temporarily when attempting to connect to a server. Definitely an annoying bug when you want to take a break from Singleplayer and play on a server but have to take the mod out and restart the game just to play on a server.

    opened by FrozenDragon0 5
  • minor compatibility issues with BackpackMod, Inventory Profiles Next, and Expanded Storage

    minor compatibility issues with BackpackMod, Inventory Profiles Next, and Expanded Storage

    with expanded storage the stacks are simply showing the incorrect amount (for example 900 will still be listed as 64)

    BackpackMod and Inventory Profiles Next throw a java error if i use the sort function which worked correctly as far as i know before installing this mod but will sometimes work or sometimes fail now (note this did not happen until the backpack reached a certain level of fullness).

    didn't know if i should post these issues together or separately so i posted them both together.

    question 
    opened by urolithicrogue 5
  • minecraft crash before open the game

    minecraft crash before open the game

    I have installed minecraft with tlauncher, latest version (1.18.1) with optifine, forge, forgeoptifine and fabric, and put the mod in the mods folder, when i open the launcher and run the fabric version, the fabric shows me this message: imagen

    i tried install fabric api (put fabric-api-0.46.4+1.18.jar in mods folder, the latest fabric api), but with this file in mods folder the game crashes without any screen or error message.

    Please fix or help me to resolve, thanks!

    opened by rakantoh 4
  • Can't open the settings of the mod

    Can't open the settings of the mod

    The game crashes when I try to enter the mod's settings.

    The Minecraft launcher shows the following error message: "The game crashed whilst mouseclicked event handler Error: java.lang.IllegalAccessError: class me.shedaniel.clothconfig2.gui.ClothConfigScreen tried to access private field net.minecraft.class_437.field_22786 (me.shedaniel.clothconfig2.gui.ClothConfigScreen and net.minecraft.class_437 are in unnamed module of loader net.fabricmc.loader.impl.launch.knot.KnotClassLoader @32f232a5) Exit Code: -1"

    bug 
    opened by jjalexander 4
  • Game immediately crashes upon clicking

    Game immediately crashes upon clicking "Play"

    Hello, i would love to try out this mod, but minecraft instantly crashes, blocking me from even seeing the title screen. There is not that much to say about it, it crashes around 10 seconds after pressing the play button. D: (Forgot to mention, it doesn't even let me play. The "Crashes around 10 seconds after" doesn't mean i get to load up a world.)

    opened by Arandompersonontheinternet 4
  • Visual bug in containers on server

    Visual bug in containers on server

    Stacks with item count in containers are shown as 64 even if you stack more than that. Only visual bug tho because once you pull the item out it's back to normal.

    bug question 
    opened by KontaSeefa 3
  • Crash when stacking red cell batteries

    Crash when stacking red cell batteries

    A crash occurs 2 red cell batteries from the mod "Tech Reborn" are stacked. My log reads:

    [14:11:01] [Render thread/FATAL]: Reported exception thrown!
    net.minecraft.class_148: Rendering screen
    	at net.minecraft.class_757.method_3192(class_757.java:883) ~[client-intermediary.jar:?]
    	at net.minecraft.class_310.method_1523(class_310.java:1112) ~[client-intermediary.jar:?]
    	at net.minecraft.class_310.method_1514(class_310.java:728) [client-intermediary.jar:?]
    	at net.minecraft.client.main.Main.main(Main.java:217) [client-intermediary.jar:?]
    	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
    	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:?]
    	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:?]
    	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:?]
    	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:602) [fabric-loader-0.12.11.jar:?]
    	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77) [fabric-loader-0.12.11.jar:?]
    	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.12.11.jar:?]
    Caused by: java.lang.IllegalArgumentException: Invalid count: 2
    	at team.reborn.energy.api.base.SimpleBatteryItem.getStoredEnergy(SimpleBatteryItem.java:55) ~[team_reborn_energy-2.0.0-beta1-a90c99d8af2f3ca2.jar:?]
    	at reborncore.common.util.ItemUtils.getPowerForDurabilityBar(ItemUtils.java:116) ~[RebornCore-5.0.11-beta.jar:?]
    	at techreborn.items.BatteryItem.getDurability(BatteryItem.java:117) ~[TechReborn-5.0.11-beta.jar:?]
    	at net.minecraft.class_918.handler$faj000$renderGuiItemOverlay(class_918.java:7062) ~[client-intermediary.jar:?]
    	at net.minecraft.class_918.method_4022(class_918.java) ~[client-intermediary.jar:?]
    	at net.minecraft.class_465.method_2385(class_465.java:266) ~[client-intermediary.jar:?]
    	at net.minecraft.class_465.method_25394(class_465.java:123) ~[client-intermediary.jar:?]
    	at net.minecraft.class_485.method_25394(class_485.java:43) ~[client-intermediary.jar:?]
    	at net.minecraft.class_490.method_25394(class_490.java:92) ~[client-intermediary.jar:?]
    	at net.minecraft.class_757.method_3192(class_757.java:874) ~[client-intermediary.jar:?]
    	... 10 more
    

    Is there a way that I can manually disable this item's ability to stack?

    mod conflict 
    opened by dathide 3
  • Crashes on startup - Fabric 1.19.3

    Crashes on startup - Fabric 1.19.3

    Crash report - https://gist.github.com/SleepyCatten/33cc3ee33c94109c73f3874b96acd9e2

    Latest log - https://gist.github.com/SleepyCatten/ca866ef666c81d50a2fc40b2296b7c11

    opened by SleepyCatten 0
  • Stacker not working in 1.19.2 with a modpack

    Stacker not working in 1.19.2 with a modpack

    Hello, dear developper.

    Seems like stacker is not working with a modpack i'm using. I have fabric and using sodium in version 1.19.2 with other mods. Idk what happens or how i can show you an error or wherever.

    Thanks for reading me

    opened by VaderVirusExe 0
  • Support for EnderChests [Fabric]

    Support for EnderChests [Fabric]

    Hey ther, could you implement support for the EnderChests [Fabric] mod? the stacksize doesnt go over 64

    https://www.curseforge.com/minecraft/mc-mods/enderchests-fabric

    opened by Invalid-Name 0
  • Bits and Chisels; No ability to override limit set by stacker

    Bits and Chisels; No ability to override limit set by stacker

    Suggested solutions: Stacker should ignore bits and chisels as the max stack size is the integer limit, therefore bits won't get stacker'd and you don't have your inventory filled with bits (1 block is 4096 bits)

    or

    Add mod wide (wildcard) indexing to item overrides since bits are still under the same mod (this solution is less friendly to casuals)

    Also, we're not actually sure that it isn't possible already, there is no documentation, but probably not since bits are generated and not pre-defined

    opened by KristalAndStarlight 1
Releases(stacker-3.0.2-1.19.x)
Owner
Andrew Grant
Andrew Grant
A fabric mod and api that lets you change player gravity direction

GravityChanger A fabric mod and api that lets you change player gravity direction. Features This mod adds 6 items that let you change your gravity to

null 16 Aug 27, 2022
C2ME-fabric - A Fabric mod designed to improve the chunk performance of Minecraft.

C^2M-Engine A Fabric mod designed to improve the chunk performance of Minecraft. So what is C2ME? C^2M-Engine, or C2ME for short, is a Fabric mod desi

null 414 Jan 7, 2023
Nuclear-Mines-Mod - A mod adding radiation-related items to Mindustry (radioactive materials, new guns, etc.)

Nuclear Mines (VERY EARLY BUILD) A Mindustry mod adding more radiation-based items to the game. THIS IS A VERY EARLY VERSION. NOT EVERYTHING IS FINISH

null 6 Sep 3, 2022
Minecraft mod which allows displaying your items to other players in chat.

Show Me What You Got Show Me What You Got is a Minecraft mod for Fabric. When added to the server, it allows players to display their items in chat by

null 5 Oct 24, 2022
An elegant Minecraft mod template for the Fabric mod loader

Fabric Example Mod Lorem ipsum dolor sit amet Example is a Minecraft mod that lorem ipsum dolor sit amet. Ut mi lectus, egestas a justo nec, hendrerit

Axieum 24 Dec 25, 2022
Addon to the Minecraft Forge/Fabric mod InvMove that adds mod compatibilities

Addon to the Minecraft Forge/Fabric mod InvMove that adds mod compatibilities

David M. 3 Oct 21, 2022
CustomHandGUI - This mod allows you to change hands position on screen

CustomHandGUI This mod allows you to change hands position on screen And you can change your main hand to be left hand! Keybindings: F - Swaps hands.

AqUpd 2 Apr 11, 2022
A mod adding radiation-related items to Mindustry (radioactive materials, new guns, etc.)

Nuclear Mines (VERY EARLY BUILD) A Mindustry mod adding more radiation-based items to the game. THIS IS A VERY EARLY VERSION. NOT EVERYTHING IS FINISH

null 6 Sep 3, 2022
Polydex - a mod allowing you to see player-friendly information about blocks and items on servers

Polydex is a mod allowing you to see player-friendly information about blocks and items on servers. It designed for survival-like, vanilla client compatible servers using Polymer mods or PolyMC, through it can be used in modded or vanilla-content setting!

null 5 Dec 20, 2022
A Mindustry mod library provides a multiple-recipe crafter to produce items, fluids, power or even heat for Json and JavaScript mods.

MultiCrafter Lib A Mindustry MultiCrafter lib-mod for Json and JavaScript mods. Please check the instruction. How to Use Please check the instruction

Li plum 24 Dec 27, 2022
Small mod for Minecraft Forge 1.16.5 that sends messages of in-game events to a channel in your Discord server. This mod also enables cross-chatting between Minecraft and Discord.

DiscordSync Small mod for Minecraft Forge 1.16.5 that sends messages of in-game events to a channel in your Discord server. This mod also enables cros

AeonLucid 4 Dec 20, 2022
A Minecraft Mod for Fabric which aims to make Block Entity rendering faster and more customizable with almost no compromises.

Enhanced Block Entities EBE is a 100% client side mod for Minecraft on the Fabric mod loader which aims to increase the performance of block entity re

null 151 Dec 30, 2022
A Fabric mod designed to improve the chunk performance of Minecraft.

C^2M-Engine A Fabric mod designed to improve the chunk performance of Minecraft. So what is C2ME? C^2M-Engine, or C2ME for short, is a Fabric mod desi

null 411 Jan 5, 2023
Minecraft Multi-Threading Mod Fabric Port

MCMTFabric - Minecraft Multi-Threading Mod Fabric Port This mod is based on the amazing work on JMT-MCMT. Please check that repository for details. No

Grider 108 Dec 30, 2022
Fabric mod for rainbow backgrounds in minecraft guis

rainbowify rainbowify is a Fabric mod for Minecraft 1.17 that adds a customizable rainbow background to many Minecraft HUDs. Discord: https://discord.

Lennox 18 Sep 29, 2022
A Minecraft mod on the Fabric modloader which aims to add some useful vehicles.

Automobility A Minecraft vehicle mod adding customizable cars. Made for ModFest 1.17 Screenshots Try it out! Recommended to use along with LambdaContr

null 31 Dec 15, 2022
A client-side Fabric mod for Minecraft Beta 1.7.3 that allows you to connect to servers running almost any patch from Alpha v1.1.2_01 to Beta 1.7.3.

multiversion-fabric A client-side Fabric mod for Minecraft Beta 1.7.3 that allows you to connect to servers running almost any patch from Alpha v1.1.2

0n1 2 Mar 13, 2022
Minecraft Fabric mod for Stardew Valley-inspired hotbar swapping.

HotbarSwap Minecraft Fabric mod for Stardew Valley-inspired hotbar swapping. Developed for 1.18.1. Features Adds 2 keybinds: Swap Hotbar (Default: H):

null 6 Sep 19, 2022
Minecraft Fabric mod for Stardew Valley-inspired hotbar swapping

HotbarCycle Minecraft Fabric mod for Stardew Valley-inspired hotbar cycling. Developed for 1.18.1. Features Adds 2 keybinds: Swap Hotbar (Default: H):

null 7 Jan 8, 2023