wothers / items_from_text

A mod that allows you to create and add new items to Minecraft using pure text files.
https://www.curseforge.com/minecraft/mc-mods/items-from-text
GNU General Public License v3.0
6 stars 1 forks source link

[Enhancement] Use datapack-like format for adding items. #2

Open anatom3000 opened 3 years ago

anatom3000 commented 3 years ago

Instead of using .minecraft/itemsfromtext/<namespace>/<ITEM_ID.txt / ITEM_ID_name.png / ITEM_ID_recipe.json>, make a more datapack format for :

And obviously use a pack.mcmeta in the pack root folder :)

anatom3000 commented 3 years ago

I think thats a good idea since it could allow global resourcepacks/datapacks that can be easily expanded for other additions (imagine making data-driven blocks next)