[1.11.2] Initial Inventory Mod Download


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

Initial Inventory Mod

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

How to install Initial Inventory Mod:

  1. Download and install Minecraft Forge.
  2. Download the mod.
  3. Click on the Start Menu in Windows.
  4. Type run into the search box, and select the Run program at the top of the results.
  5. Type %appdata% into the Run program, and press Enter.
  6. Go to .minecraft/mods folder.
  7. Drag and drop the downloaded jar (zip) file into that.
  8. Enjoy the mod.
 

Download links for other versions:

 

 

Videos:

LEAVE A REPLY

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Lost Password