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-21 00:29:09 -07:00
parent f1d33727a9
commit 510ab93367
7 changed files with 106 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
{
"replace": false,
"values": [
"minecraft:oak_planks",
"minecraft:spruce_planks",
"minecraft:birch_planks",
"minecraft:jungle_planks",
"minecraft:acacia_planks",
"minecraft:dark_oak_planks",
"minecraft:crimson_planks",
"minecraft:warped_planks",
"tutorial:ruby_block"
]
}

View File

@@ -10,11 +10,11 @@
{
"x":
{
"tag": "tutorial:ruby"
"tag": "tutorial:gems"
},
"d":
{
"item": "minecraft:diamond"
"tag": "forge:gems/diamond"
}
},
"result":

View File

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