Mineuniverse
Log in Register
Mods

Items From Text

Easily add custom items using text files
by rWothers
Download Claim this project
48,621 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Miscellaneous


A mod that allows you to create and add new items using pure text files.

No dependencies, doesn't need Fabric API.

Creating Items

  • Create a new folder called "itemsfromtext" in your .minecraft folder and navigate inside
  • For each item make a txt file and a png image. Both files should be named your item's registry name (e.g. ender_pearl)
  • Inside the txt file complete one of the example templates below with your own item's data
  • For custom namespaces, make a new folder within the main folder and put items in that folder

Crafting Recipes

Crafting recipes can either be shaped or shapeless.

To give your item a custom crafting recipe, add a recipe property.

Recipes must be defined like this:

recipe=shaped,TOP ROW,MIDDLE ROW,BOTTOM ROW,QUANTITY,KEYS or recipe=shapeless,QUANTITY,ITEMS

Examples:

Recipe for a Furnace:

recipe=shaped,XXX,X X,XXX,1,X-minecraft:cobblestone

Recipe for Flint and Steel:

recipe=shapeless,1,minecraft:flint,minecraft:iron_ingot

Templates

  • Each item has a name field that represents the display name of the item.
  • Most items (apart from tools) have a stack field which represents the max stack size.
  • Optional for all items: "isFireproof" field (true or false) - is the item immune to burning in fire or lava.
  • Optional for all items: "cookingTime" field (integer value) - marks the item as a fuel that cooks for the amount of ticks specified.
  • Optional for non tool items: "isHandheld" field (true or false) - is the item held like a stick or tool.
  • Optional for food items: "isSnack" field (true or false) - is the food consumed quickly.
  • Optional for tool items: "repairItem" field - the item that can repair the tool with an Anvil.

Basic Items:

name=Ender Pearl
stack=16

Food:

name=Apple
stack=64
type=food
hunger=4
saturation=2.4

Tools:

name=Ruby Pickaxe
type=tool
toolType=pickaxe
attackDamage=9
attackSpeed=1.2
miningSpeed=10
miningLevel=4
durability=5000
enchantability=20

  • "toolType" - the type of tool (supported are pickaxe, axe, shovel, hoe, sword)
items-from-text-1.6.3-1.18.2.jar
MC Fabric, 1.18.2
Release 2022-04-27 Get
items-from-text-1.0.0.jar
MC 1.16-Snapshot, 1.16.3, 1.16.1, 1.16, 1.16.5, 1.16.4, 1.16.2
Release 2021-03-16 Get

You Might Also Like

LoadingTips
A mod that adds custom tips to the loading screen
999,218
Sampler
Performance oriented debugging/administration tools
998,926
VulkanMod
Vulkan renderer mod for Minecraft.
997,115
Charm Fixer
Disables some modules on charm to fix incompatbility issues with owo
996,251
Trading station
Basic items to item trading machines
99,755
NarrateBookForMe [FABRIC]
Adds a narration keybind, and two GUI buttons to the book screen. Text-to-speech (tts) / narration on the go! Client sided.
99,734