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:
@@ -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",
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "tutorial:items/poison_apple"
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 427 B |
Reference in New Issue
Block a user