This mod gives you items and blocks each time you start a new world, just by editing a .txt file or using the convenient commands.
This mod REQUIRES bspkrsCore to be installed as well: http://minecraft.curseforge.com/mc-mods/bspkrscore
[media]http://www.youtube.com/embed/ukxYBvGeuzo[/media]
The file can be found at
.minecraft/config/StartingInventory/startingInventory.txt (.minecraft/mods/daftpvf/startingInventory.txt in releases before 1.4.4.r01).
How to configure the items you start with:
The Easy Method:
1. Start a new world in Creative mode.
2. Using the Creative Inventory (or NEI) add the items you want to start new worlds with to your player's inventory (only the 36 main inventory slots are supported, armor slots are ignored).
3. Once you have populated your inventory with the items you want, close your inventory and execute this command: /startinginv save
4. You will receive a message confirming that your current items have been saved to the config file.
5. To test that your file is saved correctly, clear your inventory and execute this command: /startinginv load
6. The items you saved using /startinginv save will be placed in your inventory.
NOTE: The command /startinginv load will clear your current inventory before adding the configured items.
The Older/Harder Method:
You can manually add items in 3 ways:
minecraft:apple = a single apple.
2. Using the id and the quantity, separated with a ',':
4, 128 = 1 stack of cobblestone (the code that adds items to a chest truncates it to the max stack size)
3. Using the id, the quantity and the damage value:
351, 10, 4 = 10 lapis-lazuli dyes.
You can use more lines for more items:
1, 20
257 = 20 stone blocks and 1 iron pickaxe.
IDs for mod items and blocks are also accepted.