diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-01-17 14:39:31 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-01-17 14:39:31 -0500 |
commit | b8d00599721cd30fd5c3653ab99397133da6ba3a (patch) | |
tree | 15ca8716c056ccb0fb00a573eb917dc28c7cabce /items/FUEL_TANK.json | |
parent | 67c7d99689333490e92575c4c098b4b871fcdb0b (diff) | |
download | NotEnoughUpdates-REPO-b8d00599721cd30fd5c3653ab99397133da6ba3a.tar.gz NotEnoughUpdates-REPO-b8d00599721cd30fd5c3653ab99397133da6ba3a.tar.bz2 NotEnoughUpdates-REPO-b8d00599721cd30fd5c3653ab99397133da6ba3a.zip |
Added a few more items and included forge recipes in lore until moul adds official support for forge recipies.
Diffstat (limited to 'items/FUEL_TANK.json')
-rw-r--r-- | items/FUEL_TANK.json | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/items/FUEL_TANK.json b/items/FUEL_TANK.json index 3c79cc44..8092b375 100644 --- a/items/FUEL_TANK.json +++ b/items/FUEL_TANK.json @@ -1,10 +1,15 @@ { "itemid": "minecraft:skull", "displayname": "§9Fuel Tank", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5f97943e-01ae-32c6-94a7-01ac386673b0\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTc1YjU4NmQyOWFhNGY2MzAwNjcwN2ZiZTk0YTMzYzg5YzIyNWY0OWIzYjQ0Y2IxODE3Mzg2NTZjOTQyZTI3NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§9§lRARE\"],Name:\"§9Fuel Tank\"},ExtraAttributes:{id:\"FUEL_TANK\"}}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"5f97943e-01ae-32c6-94a7-01ac386673b0\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTc1YjU4NmQyOWFhNGY2MzAwNjcwN2ZiZTk0YTMzYzg5YzIyNWY0OWIzYjQ0Y2IxODE3Mzg2NTZjOTQyZTI3NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§9§lRARE\",1:\"\",2:\"§eItems Required\",3:\"§9Enchanted Block of Coal §7x2\",4:\"\",5:\"§7Duration: §b10h\"],Name:\"§9Fuel Tank\"},ExtraAttributes:{id:\"FUEL_TANK\"},AttributeModifiers:[]}", "damage": 3, "lore": [ - "§9§lRARE" + "§9§lRARE", + "", + "§eItems Required", + "§9Enchanted Block of Coal §7x2", + "", + "§7Duration: §b10h" ], "internalname": "FUEL_TANK", "crafttext": "", |