aboutsummaryrefslogtreecommitdiff
path: root/items
diff options
context:
space:
mode:
authorBrady <brady@thatgravyboat.tech>2024-04-14 07:11:04 -0230
committerGitHub <noreply@github.com>2024-04-14 09:41:04 +0000
commita6731e0e59b667805ca73bf6095b165ef332f680 (patch)
tree8f8cdc83f9775569e24df3d156b4d4892f488df2 /items
parent06bceeda71ed8fce2038a33b8348766db56d2469 (diff)
downloadNotEnoughUpdates-REPO-a6731e0e59b667805ca73bf6095b165ef332f680.tar.gz
NotEnoughUpdates-REPO-a6731e0e59b667805ca73bf6095b165ef332f680.tar.bz2
NotEnoughUpdates-REPO-a6731e0e59b667805ca73bf6095b165ef332f680.zip
Fix ammo on snow cannon (#1159)
Diffstat (limited to 'items')
-rw-r--r--items/SNOW_CANNON.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/items/SNOW_CANNON.json b/items/SNOW_CANNON.json
index 1cb108c4..063a00b8 100644
--- a/items/SNOW_CANNON.json
+++ b/items/SNOW_CANNON.json
@@ -2,7 +2,7 @@
"itemid": "minecraft:skull",
"displayname": "§9Frosty the Snow Cannon",
"damage": 3,
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"bbc7c4a1-3981-3205-8a61-0f40598cee4c\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWZmZjlkMzQ4ZWJjZGE2Njc0NzE5MjU1NGMzNzhhZDdmMTJmZTRmNmQ3OWNiYzYyZDRkZmI2NjY5NzFlMmJmIn19fQ==\"}]}},display:{Lore:[0:\"§7Holds and shoots Snowballs. When\",1:\"§7you pickup Snowballs, they\",2:\"§7increase the ammo held by this\",3:\"§7item.\",4:\"\",5:\"§7Snowballs: §f1,000§7/§f1,000\",6:\"\",7:\"§eRight click to shoot!\",8:\"\",9:\"§9§lRARE\"],Name:\"§9Frosty the Snow Cannon\"},ExtraAttributes:{ammo:415,id:\"SNOW_CANNON\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"bbc7c4a1-3981-3205-8a61-0f40598cee4c\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWZmZjlkMzQ4ZWJjZGE2Njc0NzE5MjU1NGMzNzhhZDdmMTJmZTRmNmQ3OWNiYzYyZDRkZmI2NjY5NzFlMmJmIn19fQ==\"}]}},display:{Lore:[0:\"§7Holds and shoots Snowballs. When\",1:\"§7you pickup Snowballs, they\",2:\"§7increase the ammo held by this\",3:\"§7item.\",4:\"\",5:\"§7Snowballs: §f1,000§7/§f1,000\",6:\"\",7:\"§eRight click to shoot!\",8:\"\",9:\"§9§lRARE\"],Name:\"§9Frosty the Snow Cannon\"},ExtraAttributes:{ammo:1000,id:\"SNOW_CANNON\"}}",
"lore": [
"§7Holds and shoots Snowballs. When",
"§7you pickup Snowballs, they",
@@ -24,4 +24,4 @@
"https://wiki.hypixel.net/Frosty_The_Snow_Cannon"
],
"crafttext": ""
-} \ No newline at end of file
+}