/!\ I'm uploading this here because she'll be necessary to make my plugins modpack work but she's not designed for public use.
If you wan't more informations about this project you can come to my code lab : https://discord.gg/PPFtFmA .
This API permits to :
- Implements a lightweight NBT based ID system which allows you to create new items.
- Change item textures using Custom Model Data, requires high knowledge because I won't be explaining it here, there are enough tutorials online.
- Boolean itemHasID(ItemStack item) : Returns a boolean depending if the item has a custom id, only for debug options.
- void setItemID(ItemStack item, String itemID) : Permits to change the custom ID of any item.
- String getItemID(ItemStack item) : Returns the custom ID value of the item.
- ItemStack getItem(String itemID, Integer CustomModelData) : Returns an itemStack with the custom id value as well as the CustomModelData value, permits to fully create new items (if you have enough knowledge).
- /getitem <CUSTOM_ITEM_ID> <CUSTOM_MODEL_DATA> : gives to the player an item with the custom id (if you put a real id you will get a real item, else the Material will be Stone), and with the custom model data.
- /item : returns the player's item in hand id and custom model data.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.14
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
ItemsAPI (1.14) is a free Minecraft Java mod. Compatible with Minecraft 1.14. Downloaded 146 times (via Spigot). Download it and open it directly in the game.