Toast-related bug fixes.

This commit is contained in:
Ayutac 2022-02-11 21:00:25 +01:00
parent 4d78b616d5
commit 922880bf64
25 changed files with 130 additions and 18 deletions

View file

@ -29,5 +29,13 @@
"has_ametrine_ore", "has_ametrine_ore",
"has_the_recipe" "has_the_recipe"
] ]
],
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"byg"
]
}
] ]
} }

View file

@ -29,5 +29,13 @@
"has_anthracite_ore", "has_anthracite_ore",
"has_the_recipe" "has_the_recipe"
] ]
],
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"byg"
]
}
] ]
} }

View file

@ -29,5 +29,13 @@
"has_anthracite", "has_anthracite",
"has_the_recipe" "has_the_recipe"
] ]
],
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"byg"
]
}
] ]
} }

View file

@ -29,5 +29,13 @@
"has_lignite", "has_lignite",
"has_the_recipe" "has_the_recipe"
] ]
],
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"byg"
]
}
] ]
} }

View file

@ -29,5 +29,13 @@
"has_lignite_ore", "has_lignite_ore",
"has_the_recipe" "has_the_recipe"
] ]
],
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"byg"
]
}
] ]
} }

View file

@ -29,5 +29,13 @@
"has_pendorite_ore", "has_pendorite_ore",
"has_the_recipe" "has_the_recipe"
] ]
],
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"byg"
]
}
] ]
} }

View file

@ -31,7 +31,7 @@
"conditions": { "conditions": {
"items": [ "items": [
{ {
"tag": "c:titanium_plate" "tag": "c:titanium_plates"
} }
] ]
} }

View file

@ -11,7 +11,7 @@
"conditions": { "conditions": {
"items": [ "items": [
{ {
"tag": "c:aluminium_plates" "tag": "c:aluminum_plates"
} }
] ]
} }

View file

@ -11,7 +11,7 @@
"conditions": { "conditions": {
"items": [ "items": [
{ {
"items": ["minecraft:copper"] "items": ["minecraft:copper_ingot"]
} }
] ]
} }

View file

@ -11,7 +11,7 @@
"conditions": { "conditions": {
"items": [ "items": [
{ {
"items": ["minecraft:copper"] "items": ["minecraft:copper_ingot"]
} }
] ]
} }

View file

@ -6,12 +6,12 @@
] ]
}, },
"criteria": { "criteria": {
"has_iridium_reinforced_stone_ingot": { "has_iridium_reinforced_stone_block": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ "items": [
{ {
"tag": "c:iridium_reinforced_stone_ingots" "tag": "c:iridium_reinforced_stone_blocks"
} }
] ]
} }
@ -35,7 +35,7 @@
}, },
"requirements": [ "requirements": [
[ [
"has_iridium_reinforced_stone_ingot", "has_iridium_reinforced_stone_block",
"has_tungstensteel_ingot", "has_tungstensteel_ingot",
"has_the_recipe" "has_the_recipe"
] ]

View file

@ -36,7 +36,7 @@
"requirements": [ "requirements": [
[ [
"has_industrial_tank_unit", "has_industrial_tank_unit",
"data_storage_chip", "has_data_storage_chip",
"has_the_recipe" "has_the_recipe"
] ]
] ]

View file

@ -6,12 +6,12 @@
] ]
}, },
"criteria": { "criteria": {
"has_bone": { "has_conduit": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ "items": [
{ {
"items": ["minecraft:bone"] "items": ["minecraft:conduit"]
} }
] ]
} }

View file

@ -28,5 +28,13 @@
"has_certus_quartz", "has_certus_quartz",
"has_the_recipe" "has_the_recipe"
] ]
],
"fabric:load_conditions": [
{
"condition": "fabric:item_tags_populated",
"values": [
"c:certus_quartz"
]
}
] ]
} }

View file

@ -28,5 +28,13 @@
"has_certus_quartz_ore", "has_certus_quartz_ore",
"has_the_recipe" "has_the_recipe"
] ]
],
"fabric:load_conditions": [
{
"condition": "fabric:item_tags_populated",
"values": [
"c:certus_quartz_ores"
]
}
] ]
} }

View file

@ -28,5 +28,13 @@
"has_fluix_crystal", "has_fluix_crystal",
"has_the_recipe" "has_the_recipe"
] ]
],
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"ae2"
]
}
] ]
} }

View file

@ -11,7 +11,7 @@
"conditions": { "conditions": {
"items": [ "items": [
{ {
"tag": "c:lapis_lazuli_ores" "tag": "c:lapis_ores"
} }
] ]
} }

View file

@ -28,5 +28,13 @@
"has_limestone", "has_limestone",
"has_the_recipe" "has_the_recipe"
] ]
],
"fabric:load_conditions": [
{
"condition": "fabric:item_tags_populated",
"values": [
"c:limestone"
]
}
] ]
} }

View file

@ -28,5 +28,13 @@
"has_marble", "has_marble",
"has_the_recipe" "has_the_recipe"
] ]
],
"fabric:load_conditions": [
{
"condition": "fabric:item_tags_populated",
"values": [
"c:marble"
]
}
] ]
} }

View file

@ -11,7 +11,7 @@
"conditions": { "conditions": {
"items": [ "items": [
{ {
"items": ["minecraft:wool"] "tag": "minecraft:wool"
} }
] ]
} }

View file

@ -28,5 +28,13 @@
"has_sulfur", "has_sulfur",
"has_the_recipe" "has_the_recipe"
] ]
],
"fabric:load_conditions": [
{
"condition": "fabric:item_tags_populated",
"values": [
"c:sulfurs"
]
}
] ]
} }

View file

@ -28,5 +28,13 @@
"has_sulfur_ore", "has_sulfur_ore",
"has_the_recipe" "has_the_recipe"
] ]
],
"fabric:load_conditions": [
{
"condition": "fabric:item_tags_populated",
"values": [
"c:sulfur_ores"
]
}
] ]
} }

View file

@ -28,5 +28,13 @@
"has_certus_quartz_ore", "has_certus_quartz_ore",
"has_the_recipe" "has_the_recipe"
] ]
],
"fabric:load_conditions": [
{
"condition": "fabric:item_tags_populated",
"values": [
"c:certus_quartz_ores"
]
}
] ]
} }

View file

@ -2,16 +2,16 @@
"parent": "minecraft:recipes/root", "parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"techreborn:industrial_grinder/cinnebar_ore_with_water" "techreborn:industrial_grinder/cinnabar_ore_with_water"
] ]
}, },
"criteria": { "criteria": {
"has_cinnebar_ore": { "has_cinnabar_ore": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ "items": [
{ {
"tag": "c:cinnebar_ores" "tag": "c:cinnabar_ores"
} }
] ]
} }
@ -19,13 +19,13 @@
"has_the_recipe": { "has_the_recipe": {
"trigger": "minecraft:recipe_unlocked", "trigger": "minecraft:recipe_unlocked",
"conditions": { "conditions": {
"recipe": "techreborn:industrial_grinder/cinnebar_ore_with_water" "recipe": "techreborn:industrial_grinder/cinnabar_ore_with_water"
} }
} }
}, },
"requirements": [ "requirements": [
[ [
"has_cinnebar_ore", "has_cinnabar_ore",
"has_the_recipe" "has_the_recipe"
] ]
] ]

View file

@ -11,7 +11,7 @@
"conditions": { "conditions": {
"items": [ "items": [
{ {
"tag": "c:chrome_ingots" "tag": "c:chromium_ingots"
} }
] ]
} }