Add gilded wood

This commit is contained in:
Electroblob77
2020-03-01 13:04:15 +00:00
parent 3a571fd239
commit 3f80c56163
43 changed files with 867 additions and 15 deletions
@@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"www",
"wgw",
"www"
],
"key": {
"g": {
"type": "forge:ore_dict",
"ore": "nuggetGold"
},
"w": {
"item": "minecraft:planks",
"data": 4
}
},
"result": {
"item": "ebwizardry:gilded_wood",
"data": 4,
"count": 8
}
}
@@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"www",
"wgw",
"www"
],
"key": {
"g": {
"type": "forge:ore_dict",
"ore": "nuggetGold"
},
"w": {
"item": "minecraft:planks",
"data": 2
}
},
"result": {
"item": "ebwizardry:gilded_wood",
"data": 2,
"count": 8
}
}
@@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"www",
"wgw",
"www"
],
"key": {
"g": {
"type": "forge:ore_dict",
"ore": "nuggetGold"
},
"w": {
"item": "minecraft:planks",
"data": 5
}
},
"result": {
"item": "ebwizardry:gilded_wood",
"data": 5,
"count": 8
}
}
@@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"www",
"wgw",
"www"
],
"key": {
"g": {
"type": "forge:ore_dict",
"ore": "nuggetGold"
},
"w": {
"item": "minecraft:planks",
"data": 3
}
},
"result": {
"item": "ebwizardry:gilded_wood",
"data": 3,
"count": 8
}
}
@@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"www",
"wgw",
"www"
],
"key": {
"g": {
"type": "forge:ore_dict",
"ore": "nuggetGold"
},
"w": {
"item": "minecraft:planks",
"data": 0
}
},
"result": {
"item": "ebwizardry:gilded_wood",
"data": 0,
"count": 8
}
}
@@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"www",
"wgw",
"www"
],
"key": {
"g": {
"type": "forge:ore_dict",
"ore": "nuggetGold"
},
"w": {
"item": "minecraft:planks",
"data": 1
}
},
"result": {
"item": "ebwizardry:gilded_wood",
"data": 1,
"count": 8
}
}