Update items.json

Fix incorrect type for Uncraftable Potions
This commit is contained in:
md678685 2018-09-01 16:46:55 +01:00
parent cd70662f01
commit 17d5545804

View File

@ -7813,7 +7813,7 @@
"material": "POTION",
"potionData": {
"vanillaType": "empty",
"type": "EMPTY",
"type": "UNCRAFTABLE",
"upgraded": false,
"extended": false
}
@ -7825,7 +7825,7 @@
"material": "SPLASH_POTION",
"potionData": {
"vanillaType": "empty",
"type": "EMPTY",
"type": "UNCRAFTABLE",
"upgraded": false,
"extended": false
}
@ -7839,7 +7839,7 @@
"material": "LINGERING_POTION",
"potionData": {
"vanillaType": "empty",
"type": "EMPTY",
"type": "UNCRAFTABLE",
"upgraded": false,
"extended": false
}
@ -7861,7 +7861,7 @@
"material": "TIPPED_ARROW",
"potionData": {
"vanillaType": "empty",
"type": "EMPTY",
"type": "UNCRAFTABLE",
"upgraded": false,
"extended": false
}