From d6bb6f83dec0ca1904d3a73186580726f270e87b Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 11 May 2024 20:54:17 +0200 Subject: Added ench umber recipe and removed some useless nbt (#1204) * Added ench umber recipe and removed some useless nbt * Fixed umber --- items/SNOW_HOWITZER.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'items/SNOW_HOWITZER.json') diff --git a/items/SNOW_HOWITZER.json b/items/SNOW_HOWITZER.json index 0bbc0ec4..480b0209 100644 --- a/items/SNOW_HOWITZER.json +++ b/items/SNOW_HOWITZER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§6Frosty the Howitzer", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6abfd5b0-05fe-3583-87c1-71ad13662d7b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjhkYzdlNzdjMjFjNGUzMjI4ZTJjMDI1MWJmZTE3NDc0MWY3YTMzYmYzMjY3YjBjYzFmNThlMjM0YmMyYjljNSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Holds and shoots Snowballs. When\",1:\"§7you pickup Snowballs, they\",2:\"§7increase the ammo held by this\",3:\"§7item. Blasts Snowballs at a\",4:\"§7higher velocity than a Snow\",5:\"§7Blaster!\",6:\"\",7:\"§7Snowballs: §f10,000§7/§f10,000\",8:\"\",9:\"§eRight click to shoot!\",10:\"\",11:\"§6§lLEGENDARY\"],Name:\"§f§f§6Frosty the Howitzer\"},ExtraAttributes:{rarity_upgrades:0,ammo:10000,id:\"SNOW_HOWITZER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6abfd5b0-05fe-3583-87c1-71ad13662d7b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjhkYzdlNzdjMjFjNGUzMjI4ZTJjMDI1MWJmZTE3NDc0MWY3YTMzYmYzMjY3YjBjYzFmNThlMjM0YmMyYjljNSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Holds and shoots Snowballs. When\",1:\"§7you pickup Snowballs, they\",2:\"§7increase the ammo held by this\",3:\"§7item. Blasts Snowballs at a\",4:\"§7higher velocity than a Snow\",5:\"§7Blaster!\",6:\"\",7:\"§7Snowballs: §f10,000§7/§f10,000\",8:\"\",9:\"§eRight click to shoot!\",10:\"\",11:\"§6§lLEGENDARY\"],Name:\"§f§f§6Frosty the Howitzer\"},ExtraAttributes:{ammo:10000,id:\"SNOW_HOWITZER\"}}", "damage": 3, "lore": [ "§7Holds and shoots Snowballs. When", -- cgit