Minecraft Inventory Slots Mod

Posted on by admin
  1. Minecraft Inventory Slots Mod 1.12.2
  2. Minecraft Inventory Slots Mod Apk
  3. Minecraft More Inventory Slots Mod 1.7.10
  4. Minecraft Inventory Slots Mod Euro Truck Simulator 2
  5. Minecraft Inventory Slots Mod
  6. Minecraft Inventory Slots Mod American Truck Simulator

Enabling this mod will stop the cursor from going back to the default position. Lock Inventory Slots - locks inventory slots. If you have locked your inventory slots, it won't let you move your locked items (armor, weapons, tools, blocks, etc.). To lock an inventory slot, move your mouse over it and press the lock key (by default it is set to L). Anyone know what mod makes certain inventory slots red when hovering over items? (1.12.2) 11 comments. Minecraft wouldn’t be the same without messy inventories.

Author: Lothrazar ❘ October 26, 2018 ❘ 179,026 views

Overpowered Inventory Mod 1.12.2/1.11.2 allows you to access up to 375 inventory slots, all of which work like normal and allow for the carrying of stacked items too. This allows you to play almost forever without ever stopping to stash your inventory, since you’ll probably die long before you run out of storage space. The Store All button makes stashing your loot as easy as clicking your mouse a single time though.

Features:

  • Also includes a 3×3 crafting grid instead of 2×2. So, this is kind of a sequel to my Inventory Crafting mod, but with tons more features added on top. (I will still be supporting both mods in individually. Also, special thanks to Funwayguy, I this was partly inspired/influenced by InfiniteInvo1.7.10)
  • Adds four special slots to hold ender pearls, ender chest, clock, and compass.
  • A keybinding is added to use the ender pearl from this slot (regardless of what is in your hotbar).
  • Sneaking with a clock/compass in the slot will show them on the screen (same way as the navigation buff in my Power Apples mod)
  • Small button in your inventory to open your ender chest inventory without placing one down (if its in the slot)
  • You can store experience by filling Bottles o Enchanting by putting empty bottles in a special slot in the far right. The two buttons on the top right deposit your items into nearby chests automatically. This is not a 100% lossless conversion, since Bottles o Enchanting give randomly 3-11 exp. By default, it costs 10 exp to fill a bottle; change this in the config file.
  • Arrow buttons cycle inventory left and right, or push them all to one corner. When a chest or other container is open, you only see the first row and a bit squished in just like the normal combined inventory.
  • Two special buttons in the top right will deposit your items into all nearby chests all at once with a single click. ‘Merge’ will only add to existing item stacks (for example, a chest with one cobblestone and nothing else will get that cobble filled up with 63 more, empty slots in the chest are ignored and other items are ignored). Deposit all will dump everything possible. By default this only uses chests up to 12 blocks away; this can be tweaked in the config file. It does use both trapped and regular chests, but no other containers.
  • When opening any other vanilla container, the top right has two buttons, “I” to go to your inventory, and “X” to close.
  • The text ‘Crafting’ is removed
  • Added a config file to remove your character model from the inventory (but this still has the black space there, kind of silly I know)
  • By default, ender pearls have been buffed to stack to 64; you can revert this in the config file to send it back to 16.
  • Tested in SSP, SMP, with and without keepInventory gamerule. Even so, please BACK UP your worlds before installing (goes for every mod, not just this one).
  • Using this while in CREATIVE mode will have some weird issues, the armor slots and lots of other stuff gets messed around, it is intended for SURVIVAL.

Screenshots:

Small optional size 6×18

Compatibility mode

New Large option

Limited version

Dual hotbars

the button

New screen

Small Size

Requires:

How to install:

  1. Make sure you have already installed Minecraft Forge.
  2. Locate the minecraft application folder.
    • On windows open Run from the start menu, type %appdata% and click Run.
    • On mac open finder, hold down ALT and click Go then Library in the top menu bar. Open the folder Application Support and look for Minecraft.
  3. Place the mod you have just downloaded (.jar file) into the Mods folder.
  4. When you launch Minecraft and click the mods button you should now see the mod is installed.

Overpowered Inventory Mod 1.12.2/1.11.2 Download Links:

For Minecraft 1.7.10

Download from Server 1 – Download from Server 2

For Minecraft 1.8.0

Download from Server 1 – Download from Server 2

For Minecraft 1.8.9

Download from Server 1 – Download from Server 2

For Minecraft 1.10.2

Download from Server 1 – Download from Server 2

For Minecraft 1.11.2

Download from Server 1 – Download from Server 2

For Minecraft 1.12.2, 1.12.1, 1.12

Download from Server 1 – Download from Server 2

(Rating: 4.38141 votes)

Tags:

Minecraft displays the player inventory differently, according to how the window was opened. Ranges of slot indices vary in meaning between different “windows”. The Open Window packet indicates which window is being opened according to:

  • 2Chest
  • 4Furnace
Window TypeDescription
minecraft:generic_9x1A 1-row inventory, not used by the notchian server.
minecraft:generic_9x2A 2-row inventory, not used by the notchian server.
minecraft:generic_9x3General-purpose 3-row inventory. Used by Chest, minecart with chest, ender chest, and barrel
minecraft:generic_9x4A 4-row inventory, not used by the notchian server.
minecraft:generic_9x5A 5-row inventory, not used by the notchian server.
minecraft:generic_9x6General-purpose 6-row inventory, used by large chests.
minecraft:generic_3x3General-purpose 3-by-3 square inventory, used by Dispenser and Dropper
minecraft:anvilAnvil
minecraft:beaconBeacon
minecraft:blast_furnaceBlast Furnace
minecraft:brewing_standBrewing stand
minecraft:craftingCrafting table
minecraft:enchantmentEnchantment table
minecraft:furnaceFurnace
minecraft:grindstoneGrindstone
minecraft:hopperHopper or minecart with hopper
minecraft:lecternLectern
minecraft:loomLoom
minecraft:merchantVillager, Wandering Trader
minecraft:shulker_boxShulker box
minecraft:smokerSmoker
minecraft:cartographyCartography Table
minecraft:stonecutterStonecutter
The following information needs to be added to this page:
Most of the inventories new to 1.14 have buttons, which are probably implemented using Protocol#Click Window Button. This needs to be confirmed and the button IDs should be checked.

The slot number is calculated starting at 0, counting up through the window's unique slots, and then counting through the players inventory.

For all windows, the slot in the upper-left corner of the player's inventory is slot n where n is the number of unique slots, and slot number -999 is always used for clicking outside the window.

The default inventory window, which is never explicitly opened by the server, has 10 unique slots.

Rectangular regions are always indexed starting with the upper-left corner and scanning across rows. If a window has a crafting region, the output slot is always slot 0 followed immediately by the input region.

Each window type is described in the following sections. All slot index ranges are inclusive and reflect the indices observed in the Minecraft protocol.

For the window properties (additional data in each window, e.g. smelting progress or enchantments), refer to the table in the Window Property packet.

Using -1 as slot index and as window id will set the cursor item (the stack dragged with the mouse).

Player Inventory

Inventory slots

This is the inventory window that the player can always open, typically by pressing E since Beta 1.4. Before, you had to press I.

Slot rangeDescription
0crafting output
1–42×2 crafting input (1 + x + 2 * y)
5–8armor (head, chest, legs, feet)
9–35main inventory
36–44hotbar
45Offhand slot

Note that this is different from inventory items stored in a player.dat file. This may help: https://gist.github.com/459a1691c3dd751db160

Chest

Chest slots

This is the window that is opened when the player right-clicks on a single chest block.

Slot rangeDescription
0–26chest
27–53main inventory
54–62hotbar
Double/large chest slots

Large chest

This is the window that is opened when the player right-clicks on a double chest block (two adjacent chest blocks).

Slot rangeDescription
0–53chest
54–80main inventory
81–89hotbar

It is possible to receive different 'Number Of Slots' parameters than those two. In vanilla, using /setblock four times around a chest and then opening the middle chest will open a window with 5*27 chest slots. Some custom servers will send chest inventories with other sizes, usually ranging from 1 row to 6 rows. These may be used for custom GUIs. It is thus important to correctly use the 'Number Of Slots' parameter in the open window packet to determine the number of rows in the chest, rather than hardcoding what constitutes a regular chest or a large chest.

Crafting table

Crafting table slots

This is the window that is opened when the player right-clicks on a workbench.

Slot rangeDescription
0crafting output
1–93×3 crafting input (1 + x + 3 * y)
10–36main inventory
37–45hotbar

If the 'Number Of Slots' parameter is not set to 0, the opened window will behave like a container window.

Furnace

Furnace slots
Mod

The window that appears when a furnace is right-clicked.

Slot rangeDescription
0ingredient
1fuel
2output
3–29main inventory
30–38hotbar

If the 'Number Of Slots' parameter is inferior to 3, placing an item in a slot may crash the client.

Blast Furnace

Blast Furnace slots

The GUI that appears when a blast furnace is opened. Same layout as a furnace; however, the recipe book displays blast furnace recipes instead of regular furnace recipes.

Slot rangeDescription
0ingredient
1fuel
2output
3–29main inventory
30–38hotbar

Smoker

Smoker slots

The GUI that appears when a smoker is opened. Same layout as a furnace; however, the recipe book displays blast furnace recipes instead of regular furnace recipes.

Slot rangeDescription
0ingredient
1fuel
2output
3–29main inventory
30–38hotbar

Dispenser

Dispenser/dropper slots

The inventory that appears when a dispenser or dropper is opened.

Slot rangeDescription
0–83×3 dispenser contents (x + 3 * y)
9–35main inventory
36-44hotbar

If the 'Number Of Slots' parameter is inferior to 9, placing an item in a slot may crash the client.

Enchantment Table

Enchantment table slots

The inventory of an enchantment table. The enchant buttons trigger a Enchant item packet.

Slot rangeDescription
0item to enchant
1lapis lazuli slot
2–28main inventory
29–37hotbar

Brewing stand

Brewing stand slots

The GUI that appears when a brewing stand is opened.

Slot rangeDescription
0-2bottles/potions
3potion ingredient
4blaze powder
5-31main inventory
32-40hotbar

Villager trading

Merchant slots

Minecraft Inventory Slots Mod 1.12.2

The GUI that appears when a villager is right-clicked. Note that if the villager only requires one item, you can put it in either (or both) slots.

Slot rangeDescription
0-1input items
2result
3–29main inventory
30–38hotbar

Beacon

Beacon slots

The window that appears when a beacon is right-clicked.

Slot rangeDescription
0payment item
1–27main inventory
28–36hotbar

Anvil

Anvil slots
Slot rangeDescription
0first item
1second item
2result
3–29main inventory
30–38hotbar

Hopper

Hopper slots

The window that appears when a hopper or hopper minecart is opened.

Slot rangeDescription
0-4hopper slots
5–31main inventory
32–40hotbar

Shulker box

Shulker box slots

This is the window that is opened when the player right-clicks on a shulker box chest.

Slot rangeDescription
0–26box slots
27–53main inventory
54–62hotbar

Llama

Llama slots

The inventory that appears when a tamed llama is right-clicked and has a chest, or when the player's inventory is opened while riding a tamed llama. Depending on the value of the strength field, the number of chest rows may vary (max is 5, so 15 slots).

Minecraft Inventory Slots Mod Apk

There still is a saddle slot, even though it cannot be used and is invisible.

Slot positions within the llama inventory vary - slot 2 may be at (1,0) or at (0,1) depending on the number of columns.

Slot rangeDescription
0saddle
1carpet
2-(2+3*Strength)llama inventory
(2+3*Strength)+1-(2+3*Strength)+27player inventory
(2+3*Strength)+28-(2+3*Strength)+35hotbar
  • Unchested llama

  • Llama with strength 1

  • Llama with strength 2

  • Llama with strength 3

  • Llama with strength 4

  • Llama with strength 5

Horse

Inventory
Horse slots

The window for when a tamed horse is right-clicked or the player's inventory is opened while riding a horse.

Slot rangeDescription
0saddle
1armor
2–28main inventory
29–37hotbar

Minecraft More Inventory Slots Mod 1.7.10

  • Horse slots

  • Skeleton horse slots

  • Zombie horse slots

Donkey

Donkey slots

The inventory that appears when a tamed donkey (or mule?) is right-clicked, or when the player's inventory is opened while riding a tamed donkey or mule.

There still is an armor slot, even though it cannot be used and is invisible.

Slot rangeDescription
0saddle
1armor
2–16donkey inventory
17–43 (2-28 if unchested)player inventory
44–52 (29-37 if unchested)hotbar
  • Unchested donkey

  • Chested donkey

  • Unchested mule

  • Chested mule

Cartography Table

Cartography table slots

The GUI that appears when a cartography table is opened.

Slot rangeDescription
0map
1paper
2output
3–29main inventory
30–38hotbar

Grindstone

Grindstone slots
Slot rangeDescription
0first item
1second item
2result
3–29main inventory
30–38hotbar

Lectern

Lectern UI

This is a regular container, unlike with held books opened via Protocol#Open Book.

The following information needs to be added to this page:
Is the player inventory also included on this?


Slot rangeDescription
0book
1–27main inventory?
28–36hotbar?

Loom

Loom slots
Slot rangeDescription
0banner
1dye
2pattern
3result
4–30main inventory
31–39hotbar

Minecraft Inventory Slots Mod Euro Truck Simulator 2

Stonecutter

Minecraft Inventory Slots Mod

Stonecutter slots

Minecraft Inventory Slots Mod American Truck Simulator

Slot rangeDescription
0input
1result
2–28main inventory
29–37hotbar
Retrieved from 'https://wiki.vg/index.php?title=Inventory&oldid=14899'