diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-09-27 14:41:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-27 12:41:10 +0000 |
| commit | a1a3c14e3b6db4acd89a61ab459c932b82c12f91 (patch) | |
| tree | 1694c80961067a3caa93aae61ee7ca2748395706 /items/FOOTPRINT_FOSSIL.json | |
| parent | 0aa049df4d01416baaefc04b25aaf4faaeff7d9a (diff) | |
| download | NotEnoughUpdates-REPO-a1a3c14e3b6db4acd89a61ab459c932b82c12f91.tar.gz NotEnoughUpdates-REPO-a1a3c14e3b6db4acd89a61ab459c932b82c12f91.tar.bz2 NotEnoughUpdates-REPO-a1a3c14e3b6db4acd89a61ab459c932b82c12f91.zip | |
fix: Fuel on some items and super compactor recipe (#1379)
Diffstat (limited to 'items/FOOTPRINT_FOSSIL.json')
| -rw-r--r-- | items/FOOTPRINT_FOSSIL.json | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/items/FOOTPRINT_FOSSIL.json b/items/FOOTPRINT_FOSSIL.json index 72c40537..82cc6583 100644 --- a/items/FOOTPRINT_FOSSIL.json +++ b/items/FOOTPRINT_FOSSIL.json @@ -1,9 +1,14 @@ { "itemid": "minecraft:skull", "displayname": "§6Footprint Fossil", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3b0af45f-d4e5-3093-94a1-dccfbfb2d821\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwODY0MzQ2NzgxMiwKICAicHJvZmlsZUlkIiA6ICI0NTM1Y2RjNjk3NGU0Nzk4YjljYzY4ODlkZWY1MDk2NiIsCiAgInByb2ZpbGVOYW1lIiA6ICIzZXlyZW4iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjJhZTM0YzQ5MjdjMDJiZmNjMDUzNDIwZWZmMTY4OTAxNmYxMTg5MGNlNTVmYTZkZDhhZjMzYzJhNzEyZGM4NCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7The daunting footprint of what was\",1:\"§7once a colossal and bloodthirsty\",2:\"§7predator.\",3:\"\",4:\"§6§lLEGENDARY\"],Name:\"§6Footprint Fossil\"},ExtraAttributes:{id:\"FOOTPRINT_FOSSIL\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3b0af45f-d4e5-3093-94a1-dccfbfb2d821\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwODY0MzQ2NzgxMiwKICAicHJvZmlsZUlkIiA6ICI0NTM1Y2RjNjk3NGU0Nzk4YjljYzY4ODlkZWY1MDk2NiIsCiAgInByb2ZpbGVOYW1lIiA6ICIzZXlyZW4iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjJhZTM0YzQ5MjdjMDJiZmNjMDUzNDIwZWZmMTY4OTAxNmYxMTg5MGNlNTVmYTZkZDhhZjMzYzJhNzEyZGM4NCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§8Machine Fuel\",1:\"\",2:\"§7§7Adds §2+50,000♢ Fuel §7to a refuelable\",3:\"§7machine.\",4:\"\",5:\"§7The daunting footprint of what was\",6:\"§7once a colossal and bloodthirsty\",7:\"§7predator.\",8:\"\",9:\"§6§lLEGENDARY\"],Name:\"§6Footprint Fossil\"},ExtraAttributes:{id:\"FOOTPRINT_FOSSIL\"}}", "damage": 3, "lore": [ + "§8Machine Fuel", + "", + "§7§7Adds §2+50,000♢ Fuel §7to a refuelable", + "§7machine.", + "", "§7The daunting footprint of what was", "§7once a colossal and bloodthirsty", "§7predator.", @@ -13,7 +18,7 @@ "internalname": "FOOTPRINT_FOSSIL", "crafttext": "", "clickcommand": "", - "modver": "2.1.1-PRE", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://wiki.hypixel.net/Footprint_Fossil", |
