-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix a couple of advancements from last commit
- Loading branch information
1 parent
55b58eb
commit 50fded2
Showing
2 changed files
with
57 additions
and
57 deletions.
There are no files selected for viewing
56 changes: 28 additions & 28 deletions
56
src/main/resources/assets/gregtech/advancements/low_voltage/28_lv_energy_hatch.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
{ | ||
"display": { | ||
"description": { | ||
"translate": "gregtech.advancement.low_voltage.28_lv_energy_hatch.desc" | ||
}, | ||
"title": { | ||
"translate": "gregtech.advancement.low_voltage.28_lv_energy_hatch.name" | ||
}, | ||
"icon": { | ||
"item": "gregtech:machine", | ||
"data": 1451 | ||
} | ||
}, | ||
"criteria": { | ||
"location": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"item": "gregtech:machine", | ||
"data": 1451 | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"parent": "gregtech:low_voltage/27_electric_blast_furnace" | ||
} | ||
{ | ||
"display": { | ||
"description": { | ||
"translate": "gregtech.advancement.low_voltage.28_lv_energy_hatch.desc" | ||
}, | ||
"title": { | ||
"translate": "gregtech.advancement.low_voltage.28_lv_energy_hatch.name" | ||
}, | ||
"icon": { | ||
"item": "gregtech:machine", | ||
"data": 1211 | ||
} | ||
}, | ||
"criteria": { | ||
"location": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"item": "gregtech:machine", | ||
"data": 1211 | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"parent": "gregtech:low_voltage/27_electric_blast_furnace" | ||
} |
58 changes: 29 additions & 29 deletions
58
src/main/resources/assets/gregtech/advancements/medium_voltage/31_mv_energy_hatch.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
{ | ||
"display": { | ||
"description": { | ||
"translate": "gregtech.advancement.medium_voltage.31_mv_energy_hatch.desc" | ||
}, | ||
"title": { | ||
"translate": "gregtech.advancement.medium_voltage.31_mv_energy_hatch.name" | ||
}, | ||
"icon": { | ||
"item": "gregtech:machine", | ||
"data": 1452 | ||
}, | ||
"frame": "goal" | ||
}, | ||
"criteria": { | ||
"location": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"item": "gregtech:machine", | ||
"data": 1452 | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"parent": "gregtech:medium_voltage/root_mv" | ||
} | ||
{ | ||
"display": { | ||
"description": { | ||
"translate": "gregtech.advancement.medium_voltage.31_mv_energy_hatch.desc" | ||
}, | ||
"title": { | ||
"translate": "gregtech.advancement.medium_voltage.31_mv_energy_hatch.name" | ||
}, | ||
"icon": { | ||
"item": "gregtech:machine", | ||
"data": 1212 | ||
}, | ||
"frame": "goal" | ||
}, | ||
"criteria": { | ||
"location": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"item": "gregtech:machine", | ||
"data": 1212 | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"parent": "gregtech:medium_voltage/root_mv" | ||
} |