Skip to content

Commit

Permalink
fix a couple of advancements from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Sep 9, 2021
1 parent 55b58eb commit 50fded2
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 57 deletions.
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"
}
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"
}

0 comments on commit 50fded2

Please sign in to comment.