diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2021-01-27 18:19:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-27 12:19:50 -0500 |
commit | e4cb822dc3016fcf7006b9b2365178059031bc53 (patch) | |
tree | 313b55bd5ec9518d651b813406feb72227209b6b /items/OAK_GENERATOR_4.json | |
parent | 4a3cbd608e2eb8e0743ff2a7e799c7237959c01a (diff) | |
download | NotEnoughUpdates-REPO-e4cb822dc3016fcf7006b9b2365178059031bc53.tar.gz NotEnoughUpdates-REPO-e4cb822dc3016fcf7006b9b2365178059031bc53.tar.bz2 NotEnoughUpdates-REPO-e4cb822dc3016fcf7006b9b2365178059031bc53.zip |
added wiki links and recipes and fixed cake soul wiki link (#376)
* fixed cake soul link
* moved all drills under one parent
moved all the drills under one parent. before titanium and mithril drills were sperated, this makes no sence since they look exactly the same
* Added wiki link to all redstone minions
Added wiki link to all redstone minions, previously wiki link was only on redstone minion tier 1
* added wiki link to all mushroom minions
* added wiki links to all nether warts minions
* added wiki link to all oak minions
* added oak minion tier 4 recipe
* added wiki link for all obi minions
* added wiki link to all pig minions
* added wiki url to all potato minions
* fixed mistake with some oak minions
* added url to all pumpkin minions
* added wiki link to all quartz minions
* added wiki url to all rabbit minions
* added wiki link to all revenant minions
* added wiki link to all sand minions
* added wiki link to all sheep minions
* added wiki link to all skeleton minions
* added wiki link to all tarantula minions
* added tarantula minion 5 recipe
* added wiki link to all snow minions
* added wiki link to all spider minions
* added wiki link to all spruce minions
* added wiki links to all sugar cane minions
* added wiki url to all wheat minions
* added stone wiki link
why does this exist
* added diamond and diamond block wiki link
these are very important items so they now have a wiki link
* forgot to add viewrecipe at tarantula minion 5
Diffstat (limited to 'items/OAK_GENERATOR_4.json')
-rw-r--r-- | items/OAK_GENERATOR_4.json | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/items/OAK_GENERATOR_4.json b/items/OAK_GENERATOR_4.json index 90d018f0..1346bdf0 100644 --- a/items/OAK_GENERATOR_4.json +++ b/items/OAK_GENERATOR_4.json @@ -13,8 +13,23 @@ "§7Time Between Actions: §a45s", "§7Max Storage: §e384" ], + "recipe": { + "A1": "LOG:64", + "A2": "LOG:64", + "A3": "LOG:64", + "B1": "LOG:64", + "B2": "OAK_GENERATOR_3:1", + "B3": "LOG:64", + "C1": "LOG:64", + "C2": "LOG:64", + "C3": "LOG:64" + }, "internalname": "OAK_GENERATOR_4", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "1.7.1-REL", - "useneucraft": true + "useneucraft": true, + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dark_Oak_Minion" + ] }
\ No newline at end of file |