Fix quantum tank advancement. Closes #2096
This commit is contained in:
parent
628b7424fa
commit
273401473c
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue