diff options
author | SemicolumnDev <73789337+SemicolumnDev@users.noreply.github.com> | 2021-01-01 02:56:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-31 18:56:18 -0500 |
commit | 18412ff1ba9db99e7b0376af0f1e783500f8bcea (patch) | |
tree | 599d24bb6d836feebc63cbbd80c2b708e543559a | |
parent | 70a57170465b601414dad8801d072838da72620b (diff) | |
download | NotEnoughUpdates-REPO-18412ff1ba9db99e7b0376af0f1e783500f8bcea.tar.gz NotEnoughUpdates-REPO-18412ff1ba9db99e7b0376af0f1e783500f8bcea.tar.bz2 NotEnoughUpdates-REPO-18412ff1ba9db99e7b0376af0f1e783500f8bcea.zip |
cubism 6 (#347)
* cubism 6
* parent cubism 6
-rw-r--r-- | constants/parents.json | 3 | ||||
-rw-r--r-- | items/CUBISM;6.json | 22 |
2 files changed, 24 insertions, 1 deletions
diff --git a/constants/parents.json b/constants/parents.json index 9526523a..79d8aabb 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -128,7 +128,8 @@ "CUBISM;2",
"CUBISM;3",
"CUBSIM;4",
- "CUBISM;5"
+ "CUBISM;5",
+ "CUBISM;6"
],
"DEPTH_STRIDER;1":[
"DEPTH_STRIDER;2",
diff --git a/items/CUBISM;6.json b/items/CUBISM;6.json new file mode 100644 index 00000000..15c144e3 --- /dev/null +++ b/items/CUBISM;6.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§9Enchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Cubism VI\",1:\"§7Increases damage dealt to\",2:\"§7§7Magma Cubes§7, §7Slimes§7, and\",3:\"§7§7Creepers§7 by §a60%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§9§lRARE\"],Name:\"§f§f§9Enchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"CUBISM;6\",enchantments:{cubism:6},uuid:\"052f4bac-0e2f-47b5-90b4-9169e60bb977\",timestamp:\"12/28/20 10:02 AM\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§9Cubism VI", + "§7Increases damage dealt to", + "§7§7Magma Cubes§7, §7Slimes§7, and", + "§7§7Creepers§7 by §a60%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§9§lRARE" + ], + "internalname": "CUBISM;6", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +}
\ No newline at end of file |