1
0
mirror of https://github.com/TechnoVisionDev/Forge-Modding-Tutorial-1.16 synced 2026-03-02 03:40:08 +00:00

Custom Food

This commit is contained in:
TechnoVisionDev
2020-07-10 17:39:54 -07:00
parent a9a51d2577
commit c58d14948e
5 changed files with 32 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
{
"item.tutorial.ruby": "Ruby",
"item.tutorial.poison_apple": "Poison Apple",
"block.tutorial.ruby_block": "Block of Ruby",
"itemGroup.tutorialTab": "Tutorial",
"item.tutorial.ruby_sword": "Ruby Sword",

View File

@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "tutorial:items/poison_apple"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 427 B