1
0
mirror of https://github.com/TechnoVisionDev/Forge-Modding-Tutorial-1.16 synced 2026-03-02 03:40:08 +00:00
This commit is contained in:
TechnoVisionDev
2020-07-20 00:26:30 -07:00
parent 24bf7b8041
commit cca9961335
2 changed files with 8 additions and 1 deletions

View File

@@ -10,7 +10,7 @@
{ {
"x": "x":
{ {
"item": "tutorial:ruby" "tag": "tutorial:ruby"
}, },
"d": "d":
{ {

View File

@@ -0,0 +1,7 @@
{
"replace": false,
"values": [
"minecraft:emerald",
"tutorial:ruby"
]
}