add first patch
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "minecraft:andesite"
|
||||
},
|
||||
"B": {
|
||||
"item": "numismatics:sprocket"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"BA",
|
||||
"AB"
|
||||
],
|
||||
"result": {
|
||||
"item": "create:andesite_alloy"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"L": {
|
||||
"item": "create:polished_rose_quartz"
|
||||
},
|
||||
"N": {
|
||||
"tag": "forge:plates/silver"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"L",
|
||||
"N"
|
||||
],
|
||||
"result": {
|
||||
"item": "create:electron_tube"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"L": {
|
||||
"tag": "forge:plates/copper"
|
||||
},
|
||||
"N": {
|
||||
"item": "minecraft:lightning_rod"
|
||||
},
|
||||
"R": {
|
||||
"tag": "forge:dusts/redstone"
|
||||
},
|
||||
"S": {
|
||||
"tag": "forge:plates/silver"
|
||||
}
|
||||
},
|
||||
"pattern": [" N ", "LSL", " R "],
|
||||
"result": {
|
||||
"item": "create:transmitter"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
||||
Reference in New Issue
Block a user