add first patch
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"# #",
|
||||
"#C#",
|
||||
"X X"
|
||||
],
|
||||
"key": {
|
||||
"X": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"C": {
|
||||
"item": "society:lime_sheet"
|
||||
},
|
||||
"#": {
|
||||
"item": "society:lime_sheet"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "furniture:sofa_lime",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user