Fix quantum tank advancement. Closes #2096

This commit is contained in:
drcrazy 2020-05-04 13:38:38 +03:00
parent 628b7424fa
commit 273401473c

View file

@ -1,7 +1,7 @@
{
"display": {
"icon": {
"item": "techreborn:quantum_tank"
"item": "techreborn:quantum_tank_unit"
},
"title": {
"translate": "advancements.techreborn.quantumtank"
@ -16,7 +16,7 @@
"crit1": {
"trigger": "minecraft:placed_block",
"conditions": {
"block": "techreborn:quantum_tank"
"block": "techreborn:quantum_tank_unit"
}
}
}