Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Commit

Permalink
(1.18.X) Sign Recipes (#800)
Browse files Browse the repository at this point in the history
* Remove old sign recipes

* Add new sign recipes

* Add sticks tag
  • Loading branch information
Matyrobbrt authored Jun 7, 2022
1 parent e5115c9 commit 0c3b039
Show file tree
Hide file tree
Showing 30 changed files with 255 additions and 196 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"group": "sign",
"pattern": [
"###",
"###",
" X "
"PPP",
"PPP",
" S "
],
"key": {
"#": {
"P": {
"item": "byg:aspen_planks"
},
"X": {
"item": "minecraft:stick"
"S": {
"tag": "byg:sticks"
}
},
"result": {
"item": "minecraft:birch_sign",
"item": "byg:aspen_sign",
"count": 3
}
}
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"group": "sign",
"pattern": [
"###",
"###",
" X "
"PPP",
"PPP",
" S "
],
"key": {
"#": {
"P": {
"item": "byg:baobab_planks"
},
"X": {
"item": "minecraft:stick"
"S": {
"tag": "byg:sticks"
}
},
"result": {
"item": "minecraft:acacia_sign",
"item": "byg:baobab_sign",
"count": 3
}
}
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"group": "sign",
"pattern": [
"###",
"###",
" X "
"PPP",
"PPP",
" S "
],
"key": {
"#": {
"P": {
"item": "byg:blue_enchanted_planks"
},
"X": {
"item": "minecraft:stick"
"S": {
"tag": "byg:sticks"
}
},
"result": {
"item": "minecraft:warped_sign",
"item": "byg:blue_enchanted_sign",
"count": 3
}
}
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"group": "sign",
"pattern": [
"###",
"###",
" X "
"PPP",
"PPP",
" S "
],
"key": {
"#": {
"P": {
"item": "byg:bulbis_planks"
},
"X": {
"item": "minecraft:stick"
"S": {
"tag": "byg:sticks"
}
},
"result": {
"item": "minecraft:crimson_sign",
"item": "byg:bulbis_sign",
"count": 3
}
}
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"group": "sign",
"pattern": [
"###",
"###",
" X "
"PPP",
"PPP",
" S "
],
"key": {
"#": {
"P": {
"item": "byg:cherry_planks"
},
"X": {
"item": "minecraft:stick"
"S": {
"tag": "byg:sticks"
}
},
"result": {
"item": "minecraft:crimson_sign",
"item": "byg:cherry_sign",
"count": 3
}
}
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"group": "sign",
"pattern": [
"###",
"###",
" X "
"PPP",
"PPP",
" S "
],
"key": {
"#": {
"P": {
"item": "byg:cika_planks"
},
"X": {
"item": "minecraft:stick"
"S": {
"tag": "byg:sticks"
}
},
"result": {
"item": "minecraft:acacia_sign",
"item": "byg:cika_sign",
"count": 3
}
}
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"group": "sign",
"pattern": [
"###",
"###",
" X "
"PPP",
"PPP",
" S "
],
"key": {
"#": {
"P": {
"item": "byg:cypress_planks"
},
"X": {
"item": "minecraft:stick"
"S": {
"tag": "byg:sticks"
}
},
"result": {
"item": "minecraft:birch_sign",
"item": "byg:cypress_sign",
"count": 3
}
}
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"group": "sign",
"pattern": [
"###",
"###",
" X "
"PPP",
"PPP",
" S "
],
"key": {
"#": {
"P": {
"item": "byg:ebony_planks"
},
"X": {
"item": "minecraft:stick"
"S": {
"tag": "byg:sticks"
}
},
"result": {
"item": "minecraft:dark_oak_sign",
"item": "byg:ebony_sign",
"count": 3
}
}
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"group": "sign",
"pattern": [
"###",
"###",
" X "
"PPP",
"PPP",
" S "
],
"key": {
"#": {
"P": {
"item": "byg:embur_planks"
},
"X": {
"item": "minecraft:stick"
"S": {
"tag": "byg:sticks"
}
},
"result": {
"item": "minecraft:spruce_sign",
"item": "byg:embur_sign",
"count": 3
}
}
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"group": "sign",
"pattern": [
"###",
"###",
" X "
"PPP",
"PPP",
" S "
],
"key": {
"#": {
"P": {
"item": "byg:ether_planks"
},
"X": {
"item": "minecraft:stick"
"S": {
"tag": "byg:sticks"
}
},
"result": {
"item": "minecraft:warped_sign",
"item": "byg:ether_sign",
"count": 3
}
}
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"group": "sign",
"pattern": [
"###",
"###",
" X "
"PPP",
"PPP",
" S "
],
"key": {
"#": {
"P": {
"item": "byg:fir_planks"
},
"X": {
"item": "minecraft:stick"
"S": {
"tag": "byg:sticks"
}
},
"result": {
"item": "minecraft:oak_sign",
"item": "byg:fir_sign",
"count": 3
}
}
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"group": "sign",
"pattern": [
"###",
"###",
" X "
"PPP",
"PPP",
" S "
],
"key": {
"#": {
"P": {
"item": "byg:green_enchanted_planks"
},
"X": {
"item": "minecraft:stick"
"S": {
"tag": "byg:sticks"
}
},
"result": {
"item": "minecraft:warped_sign",
"item": "byg:green_enchanted_sign",
"count": 3
}
}
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"group": "sign",
"pattern": [
"###",
"###",
" X "
"PPP",
"PPP",
" S "
],
"key": {
"#": {
"P": {
"item": "byg:holly_planks"
},
"X": {
"item": "minecraft:stick"
"S": {
"tag": "byg:sticks"
}
},
"result": {
"item": "minecraft:oak_sign",
"item": "byg:holly_sign",
"count": 3
}
}
Loading

0 comments on commit 0c3b039

Please sign in to comment.