add first patch
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"DRD",
|
||||
"RUR",
|
||||
"DRD"
|
||||
],
|
||||
"key": {
|
||||
"R": {
|
||||
"item": "create:precision_mechanism"
|
||||
},
|
||||
"D": {
|
||||
"tag": "forge:storage_blocks/diamond"
|
||||
},
|
||||
"U": {
|
||||
"item": "translocators:item_translocator"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "pipez:advanced_upgrade",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "pipez:clear_nbt",
|
||||
"item": {
|
||||
"tag": "pipez:upgrades"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "pipez:copy_nbt",
|
||||
"source": {
|
||||
"tag": "pipez:upgrades"
|
||||
},
|
||||
"target": {
|
||||
"item": "pipez:advanced_upgrade"
|
||||
},
|
||||
"tags": [
|
||||
"Item.RedstoneMode",
|
||||
"Energy.RedstoneMode",
|
||||
"Fluid.RedstoneMode",
|
||||
"Gas.RedstoneMode",
|
||||
"Item.Distribution",
|
||||
"Energy.Distribution",
|
||||
"Fluid.Distribution",
|
||||
"Gas.Distribution",
|
||||
"Item.Filters",
|
||||
"Energy.Filters",
|
||||
"Fluid.Filters",
|
||||
"Gas.Filters"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"III",
|
||||
"RGR",
|
||||
"IBI"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"tag": "forge:ingots/zinc"
|
||||
},
|
||||
"R": {
|
||||
"item": "society:battery"
|
||||
},
|
||||
"G": {
|
||||
"item": "waterframes:frame"
|
||||
},
|
||||
"B": {
|
||||
"item": "create:precision_mechanism"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "pipez:filter_destination_tool",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": ["ISI", "DDD", "ISI"],
|
||||
"key": {
|
||||
"D": {
|
||||
"item": "society:rubber"
|
||||
},
|
||||
"S": {
|
||||
"item": "create:sturdy_sheet"
|
||||
},
|
||||
"I": {
|
||||
"item": "oreganized:lead_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "pipez:item_pipe",
|
||||
"count": 16
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user