More minor fixes

This commit is contained in:
ALongStringOfNumbers
2021-03-26 22:10:24 -07:00
parent 4ee32dd0b0
commit f1d50eca1a
10 changed files with 71 additions and 60 deletions
@@ -1,13 +1,8 @@
{
"conditions": [
{
"type": "forge:and",
"values": [
{
"type": "appliedenergistics2:material_exists",
"material": "material.logic_processor_press"
}
]
"type": "appliedenergistics2:material_exists",
"material": "material.logic_processor_press"
}
],
"type": "appliedenergistics2:inscriber",
@@ -1,12 +1,17 @@
{
"conditions": [
{
"type": "appliedenergistics2:material_exists",
"material": "material.purified_certus_quartz_crystal"
},
{
"type": "minecraft:item_exists",
"item": "appliedenergistics2:quartz_block"
"type": "forge:and",
"values": [
{
"type": "minecraft:item_exists",
"item": "appliedenergistics2:quartz_block"
},
{
"type": "appliedenergistics2:material_exists",
"material": "material.purified_certus_quartz_crystal"
}
]
}
],
"result": {
@@ -1,12 +1,18 @@
{
"conditions": [
{
"type": "appliedenergistics2:material_exists",
"material": "material.certus_quartz_crystal_charged"
},
{
"type": "minecraft:item_exists",
"item": "appliedenergistics2:quartz_fixture"
"type": "forge:and",
"values": [
{
"type": "minecraft:item_exists",
"item": "appliedenergistics2:quartz_fixture"
},
{
"type": "appliedenergistics2:material_exists",
"material": "material.certus_quartz_crystal_charged"
}
]
}
],
"result": {
@@ -1,12 +1,17 @@
{
"conditions": [
{
"type": "appliedenergistics2:material_exists",
"material": "material.certus_quartz_crystal"
},
{
"type": "minecraft:item_exists",
"item": "appliedenergistics2:chiseled_quartz_block"
"type": "forge:and",
"values": [
{
"type": "minecraft:item_exists",
"item": "appliedenergistics2:chiseled_quartz_block"
},
{
"type": "appliedenergistics2:material_exists",
"material": "material.certus_quartz_crystal"
}
]
}
],
"result": {
@@ -1,12 +1,17 @@
{
"conditions": [
{
"type": "appliedenergistics2:material_exists",
"material": "material.certus_quartz_crystal"
},
{
"type": "minecraft:item_exists",
"item": "appliedenergistics2:quartz_block"
"type": "forge:and",
"values": [
{
"type": "minecraft:item_exists",
"item": "appliedenergistics2:quartz_block"
},
{
"type": "appliedenergistics2:material_exists",
"material": "material.certus_quartz_crystal"
}
]
}
],
"result": {
@@ -1,12 +1,17 @@
{
"conditions": [
{
"type": "appliedenergistics2:material_exists",
"material": "material.certus_quartz_crystal"
},
{
"type": "minecraft:item_exists",
"item": "appliedenergistics2:certus_quartz_crystal"
"type": "forge:and",
"values": [
{
"type": "minecraft:item_exists",
"item": "appliedenergistics2:quartz_pillar"
},
{
"type": "appliedenergistics2:material_exists",
"material": "material.certus_quartz_crystal"
}
]
}
],
"result": {
@@ -1,12 +1,17 @@
{
"conditions": [
{
"type": "appliedenergistics2:material_exists",
"material": "material.fluix_crystal"
},
{
"type": "minecraft:item_exists",
"item": "appliedenergistics2:fluix_block"
"type": "forge:and",
"values": [
{
"type": "minecraft:item_exists",
"item": "appliedenergistics2:fluix_block"
},
{
"type": "appliedenergistics2:material_exists",
"material": "material.fluix_crystal"
}
]
}
],
"result": {
@@ -1,10 +1,4 @@
{
"conditions": [
{
"type": "minecraft:item_exists",
"item": "appliedenergistics2:netherCrystal"
}
],
"result": {
"item": "minecraft:comparator"
},
@@ -1,13 +1,8 @@
{
"conditions": [
{
"type": "forge:and",
"values": [
{
"type": "minecraft:item_exists",
"item": "appliedenergistics2:charger"
}
]
"type": "minecraft:item_exists",
"item": "appliedenergistics2:charger"
}
],
"result": {
@@ -3,10 +3,6 @@
{
"type": "forge:and",
"values": [
{
"type": "minecraft:item_exists",
"item": "appliedenergistics2:fluixCrystal"
},
{
"type": "minecraft:item_exists",
"item": "appliedenergistics2:part:part.p2p_tunnel_me"