diff --git a/items/RUSTY_SPOON.json b/items/RUSTY_SPOON.json new file mode 100644 index 000000000..ee5cc8903 --- /dev/null +++ b/items/RUSTY_SPOON.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:wooden_shovel", + "displayname": "§cRusty Spoon", + "nbttag": "{ExtraAttributes:{id:\"RUSTY_SPOON\"},HideFlags:254,ItemModel:\"minecraft:wooden_shovel\",Unbreakable:1B,display:{Lore:[0:\"§7Tetanus Chance: §c+1%\",1:\"§7Determination: §a+2\",2:\"\",3:\"§8§oThe tried and true tool in an escape\",4:\"§8§oarist's arsenal.\",5:\"\",6:\"§c§lSPECIAL MEMENTO\"],Name:\"§cRusty Spoon\"}}", + "damage": 0, + "lore": [ + "§7Tetanus Chance: §c+1%", + "§7Determination: §a+2", + "", + "§8§oThe tried and true tool in an escape", + "§8§oarist's arsenal.", + "", + "§c§lSPECIAL MEMENTO" + ], + "internalname": "RUSTY_SPOON", + "clickcommand": "", + "crafttext": "", + "modver": "Firmament 3.7.1-dev+mc1.21.5+gf7e1a13", + "infoType": "", + "info": [] +} \ No newline at end of file diff --git a/itemsOverlay/4325/RUSTY_SPOON.snbt b/itemsOverlay/4325/RUSTY_SPOON.snbt new file mode 100644 index 000000000..e30cd6542 --- /dev/null +++ b/itemsOverlay/4325/RUSTY_SPOON.snbt @@ -0,0 +1,31 @@ +{ + components: { + "minecraft:custom_data": { + id: "RUSTY_SPOON" + }, + "minecraft:tooltip_display": { + hidden_components: [ + "minecraft:jukebox_playable", + "minecraft:painting/variant", + "minecraft:map_id", + "minecraft:fireworks", + "minecraft:attribute_modifiers", + "minecraft:unbreakable", + "minecraft:written_book_content", + "minecraft:banner_patterns", + "minecraft:trim", + "minecraft:potion_contents", + "minecraft:block_entity_data", + "minecraft:dyed_color" + ] + }, + "minecraft:unbreakable": { + } + }, + count: 1, + id: "minecraft:wooden_shovel", + source: { + dataVersion: 4325, + modVersion: "Firmament 3.7.1-dev+mc1.21.5+gf7e1a13" + } +} \ No newline at end of file