Initial Inventory Mod (1.20.1, 1.19.4) allows you to set what items a player who is joining the world for the first time, will start with.

How to use:

You use ZenScript to actually set the inventory items, like this

mods.initialinventory.InvHandler.addStartingItem(, 5);
mods.initialinventory.InvHandler.addStartingItem();
  1. The first line will set the item in stack 5 to be dirt, if there is already a stack in slot 5, then it will set it to the next available slot.
  2. The second line will set the item in the next available slot to a stick.

The script files go in “/config/InitialInventory/” and can be named anything, aslong as they end in .zs

A default file is created in the folder called “inventory.zs” which can be used.

Requires:

Minecraft Forge or Fabric API

How to install:

How To Download & Install Mods with Minecraft Forge
How To Download & Install Fabric Mods

Initial Inventory Mod (1.20.1, 1.19.4) Download Links

For Minecraft 1.10.2

Forge version: Download from Server 1

For Minecraft 1.11.2

Forge version: Download from Server 1

For Minecraft 1.12.2

Forge version: Download from Server 1

For Minecraft 1.14.4

Forge version: Download from Server 1

For Minecraft 1.15.2

Forge version: Download from Server 1

For Minecraft 1.16.5

Forge version: Download from Server 1

For Minecraft 1.18.1

Forge version: Download from Server 1

Fabric version: Download from Server 1

For Minecraft 1.18.2

Forge version: Download from Server 1

Fabric version: Download from Server 1

For Minecraft 1.19.2, 1.19.1, 1.19

Forge version: Download from Server 1

Fabric version: Download from Server 1

For Minecraft 1.19.3

Forge version: Download from Server 1

Fabric version: Download from Server 1

For Minecraft 1.19.4

Forge version: Download from Server 1

Fabric version: Download from Server 1

For Minecraft 1.20.1, 1.20

Forge version: Download from Server 1

Fabric version: Download from Server 1

Click to rate this post!
[Total: 0 Average: 0]