Some bug fixes to the new toasts

This commit is contained in:
Ayutac 2022-02-09 20:47:40 +01:00
parent 5a03882e9b
commit 290dde38de
9 changed files with 15 additions and 13 deletions

View file

@ -21,7 +21,7 @@
"conditions": {
"items": [
{
"items": ["minecraft:gold_cable"]
"items": ["techreborn:gold_cable"]
}
]
}

View file

@ -21,7 +21,7 @@
"conditions": {
"items": [
{
"items": ["minecraft:hv_cable"]
"items": ["techreborn:hv_cable"]
}
]
}

View file

@ -36,6 +36,7 @@
"requirements": [
[
"has_advanced_machine_frame",
"has_extractor",
"has_the_recipe"
]
]

View file

@ -36,6 +36,7 @@
"requirements": [
[
"has_advanced_machine_frame",
"has_extractor",
"has_the_recipe"
]
]

View file

@ -35,7 +35,7 @@
},
"requirements": [
[
"has_copper_cable",
"has_tin_cable",
"has_glowstone_dust",
"has_the_recipe"
]

View file

@ -16,12 +16,12 @@
]
}
},
"has_chrome_plate": {
"has_chromium_plate": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "c:chrome_plates"
"tag": "c:chromium_plates"
}
]
}
@ -46,7 +46,7 @@
"requirements": [
[
"has_industrial_machine_frame",
"has_chrome_plate",
"has_chromium_plate",
"has_data_storage_core",
"has_the_recipe"
]

View file

@ -16,12 +16,12 @@
]
}
},
"has_chrome_plate": {
"has_chromium_plate": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "c:chrome_plates"
"tag": "c:chromium_plates"
}
]
}
@ -36,7 +36,7 @@
"requirements": [
[
"has_advanced_machine_casing",
"has_chrome_plate",
"has_chromium_plate",
"has_the_recipe"
]
]

View file

@ -16,12 +16,12 @@
]
}
},
"has_chrome_plate": {
"has_chromium_plate": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "c:chrome_plate"
"tag": "c:chromium_plates"
}
]
}
@ -46,7 +46,7 @@
"requirements": [
[
"has_advanced_machine_frame",
"has_chrome_plate",
"has_chromium_plate",
"has_titanium_plate",
"has_the_recipe"
]

View file

@ -21,7 +21,7 @@
"conditions": {
"items": [
{
"items": ["techreborn:wooden_plate"]
"items": ["techreborn:wood_plate"]
}
]
}