mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-10 18:38:18 +01:00
Update items.json
Fix incorrect type for Uncraftable Potions
This commit is contained in:
parent
cd70662f01
commit
17d5545804
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user