your current location:首页 > news>Customized initial item (initial infentory) Minecraft Game

Customized initial item (initial infentory) Minecraft Game

2024-12-10 17:44:53|Myriagame |source:minecraft skins

This tutorial is set by the author to use the CC By-NC-SA protocol.

Start a copy of the Akashi Book, and the player a refreshing start backpack

Not much nonsense, directly apply the code:

 mods.initialinventory.invhandler.addstartingItem (. Withtag ({"akashical: data": {

// Artisan Soul Manual (Standard Format)

TCONSTRUCT: {id: "tConStruct: Book", count: 1 as byte, tag: {"akashical: definedMod": "TCONSTRUCT"}, damage: 0 as short}

// Plant magic dictionary (with the knowledge of the elves (extra NBT))

Botania: {id: "botania: lexicon", count: 1 as byte, tag: {"knowledge.minecraft": 1 as byte, "akashical: definedMod": "botania"}, damage: 0 as short},

// The biological group compass (originally not allowed to join the Akash treasures by synthesis, but work properly without modifying the configuration and correctly complete the true NBT to complete the automatic completion (although it is best to change the configuration to prevent getting from getting from getting the configuration to prevent getting from getting.Come out and not go back))

NatureScompass: {id: "natureScompass: natureScompass", count: 1 as byte, tag: {}, damage: 0 as short}

}}));