Can a datapack add a brand new item?
Not a new item type with its own texture. You customise an existing item's name, lore, enchantments, attributes, and behaviour, which covers most custom-item designs.
Custom items
Custom items are the fastest way to make a world feel handcrafted. With a datapack you can give an existing item a new name, custom lore, unusual enchantment levels, modified attributes, and behaviour that fires when a player holds or uses it. Describe the item you want and ModCrafter writes the commands, recipes, and detection logic.
Datapacks reskin behaviour rather than geometry. You keep the vanilla model and texture, but almost everything else is yours: display name, lore lines, enchantments beyond normal caps, attribute modifiers such as extra reach or attack speed, and scripted effects triggered by holding, wearing, or using the item.
The tricky part of custom items is distribution and detection: how a player obtains one and how the pack notices they are holding it. ModCrafter handles both, wiring up a recipe or loot drop for acquisition and a tick function with the right selector for detection, so the item behaves consistently in single player and on servers.
New textures and 3D models are resource pack territory, not datapack territory. Many creators pair a ModCrafter datapack with a small resource pack using custom model data, keeping the logic in the pack and the visuals in the resource pack.
Paste any of these into the ModCrafter AI datapack generator and download the finished zip.
Not a new item type with its own texture. You customise an existing item's name, lore, enchantments, attributes, and behaviour, which covers most custom-item designs.
Yes. The item's data is stored on the item stack itself, so it persists in chests, on death drops, and across sessions.
Yes. Ask for a recipe in your prompt and the generated pack will include a crafting recipe that produces it.
Yes. Install the datapack on the server and it applies to every player on it.