nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)

Backpack Attribute

This is a different approach to a backpack in Minecraft. No backpack items are added, the backpack can be accessed at any time (depending on the config settings).

The player can open the new backpack screen via a hotkey (B by default).

The minimum amount of slots is 0, in which case the backpack screen won't open. The player gets notified that they currently don't have backpack slots.

The maximum amount of slots is 27.

Configuration

The value "default_backpack_slot_amount" in the server config file controls the amount of backpack slots each player has by default.

The entity attributes "generic.backpack_capacity" controls how many slots are added to/removed from the default amount. This is 0 by default, but with entity attribute modifiers (EAMs) it can be changed.

The background texture of disabled slots is not shown. This can be disabled in the client config.

"What happens to items in my backpack when my backpack gets smaller?"

When a backpack slot contains an item and becomes inactive, that item is moved to the normal inventory or dropped at the players location, when the inventory is full. This is announced to the player via a chat message.

"What happens to items in my backpack when I die?"

Two new game rules control what happens in the case of player death.

"keepBackpackInventory" defaults to false.

"clearBackpackInventoryOnDeath" defaults to false.

When "keepBackpackInventory" is set to true, the items stay in the backpack. This is similar to the vanilla gameRule "keepInventory".

When "keepBackpackInventory" is set to false, two outcomes are possible:

  • When "clearBackpackInventoryOnDeath" is true, the items are destroyed.
  • When "clearBackpackInventoryOnDeath" is false, the items are dropped on the players position.

Mod Compatibility

The backpack screen will not show disabled inventory slots, when "Inventory Size Attributes" is installed.

External resources


Project members

TheRedBrain

Member


Technical information

License
MIT
Client side
required
Server side
required
Project ID