[Mod] Jungle Tools (With special abilities) [jungletools]

Post Reply
User avatar
Minearriatest
Member
Posts: 34
Joined: Mon Nov 25, 2013 18:28
Location: United Kingdom

[Mod] Jungle Tools (With special abilities) [jungletools]

by Minearriatest » Post

This mod adds a new set of tools found only in the mysterious depths of the jungle. (Jungle Tools)

License: WTFPL for code, CC-BY-NC-SA for textures.
Dependencies: default
Download: https://github.com/asgasg/jungletools/a ... master.zip
or browse the code:https://github.com/asgasg/jungletools

Note: Rename the extracted folder into 'jungletools'
Spoiler
Jungle spore, dust and bar
First of all you need to create some Jungle Spores, these can be crafted with 3 Jungle Leaves, 1 Gold lump and 2 Mese crystal fragments (shapeless).
To get jungle leaves you'll need to create a jungle sapling which can be crafted as followed:

Code: Select all


- L -
L S L = Jungle sapling
- T -

L= Leaves
S= Sapling
T= Tree
- =Nothing

Next you need to craft a Spore Grinder which is a special machine in which you put a Jungle Spore in one slot, click a button and then you get Jungle Dust.
The Jungle Dust can then be crafted into Jungle Bars

Code: Select all


S G S
J D J = Spore grinder
S J S

S= Steel block
J= Jungle Spore
D= Diamond
G= Glass
_____________________________________________________________________________________________________

J J J
- W - = Jungle bar + empty bucket

J= Jungle dust
W= Water bucket
-= Nothing

Tools

This mod includes some tools with unique names:
Blade of Grass: Functions as a sword, 8HP damage. Special ability: Turns fully grown grass into jungle grass.
Pax of Grass: Functions as a pickaxe and an axe in one, 6HP damage. Special ability: Turns tree into jungle tree.
Spear of Grass: Functions as a shovel, 6HP damage. Special ability: Turns leaves into jungle leaves.
Staff of Grass: Functions as your fist but mines slightly faster, mining with it doesn't drain durability, 1HP damage. Special ability: Turns dirt into dirt with grass, makes grass grow from dirt with grass.

These special abilities allow you to create your own jungle (Kind of).

Code: Select all


J
J = Blade of Grass
S

J J J
J S J =Pax of Grass
- S -

J
S = Spear of Grass
S

- J -
J S J = Staff of Grass
- S -

J= Jungle Bar
S= Stick
-= Nothing

Block

Finally you can also create a Jungle Blockwhich is crafted by filling the 3x3 crafting grid with Jungle Bars. You can also put the Jungle Block in the crafting grid to get your 9 Jungle bars back just like any other block. The block can also be used as a dim light source.

Spoiler

Image

Image
License: WTFPL for code, CC-BY-NC-SA for textures.
Dependencies: default
Download: https://github.com/asgasg/jungletools/a ... master.zip
or browse the code:https://github.com/asgasg/jungletools

Note: Rename the extracted folder into 'jungletools'

Contributors: asg(Minearriatest), qwrwed(Helped fix some bugs)
If you have any feedback, suggestions or bugs, just tells us in this topic.
Last edited by Minearriatest on Fri Jan 31, 2014 22:43, edited 1 time in total.
Minetest user name: asg
Try out some mods which I contributed in:
Jungle Tools(made) Ice + Magma Tools(contributed) Ultimate Tools(made)

User avatar
Minearriatest
Member
Posts: 34
Joined: Mon Nov 25, 2013 18:28
Location: United Kingdom

by Minearriatest » Post

AMMOnym wrote:nice mod i try it now but u give here two downloads and two depens.
That's because if you open the Tutorial section it saves time having to scroll back up to the top.
Also thanks.
Last edited by Minearriatest on Tue Dec 31, 2013 20:49, edited 1 time in total.
Minetest user name: asg
Try out some mods which I contributed in:
Jungle Tools(made) Ice + Magma Tools(contributed) Ultimate Tools(made)

User avatar
qwrwed
Member
Posts: 326
Joined: Sun Jul 22, 2012 20:56
In-game: qwrwed or Nitro

by qwrwed » Post

Good addition to the game, it has an interesting way of making the ingots and tools. I am working on improving the grinder, so I will make a pull request when it is finished.

falsegrayburger
Member
Posts: 158
Joined: Sat Aug 03, 2013 15:16
In-game: naro

by falsegrayburger » Post

terraria mod first step

User avatar
Minearriatest
Member
Posts: 34
Joined: Mon Nov 25, 2013 18:28
Location: United Kingdom

by Minearriatest » Post

Updated: Jungle leaves can now grow on trees but is extremely rare.
Minetest user name: asg
Try out some mods which I contributed in:
Jungle Tools(made) Ice + Magma Tools(contributed) Ultimate Tools(made)

Forgelander
Member
Posts: 22
Joined: Fri Dec 20, 2013 03:53

by Forgelander » Post

Sounds good, downloading now.
In-game name: MummySprayer
Servers usually on: I don't go on servers really.

User avatar
Minearriatest
Member
Posts: 34
Joined: Mon Nov 25, 2013 18:28
Location: United Kingdom

by Minearriatest » Post

Forgelander wrote:Sounds good, downloading now.
Thanks :)
Minetest user name: asg
Try out some mods which I contributed in:
Jungle Tools(made) Ice + Magma Tools(contributed) Ultimate Tools(made)

User avatar
qwrwed
Member
Posts: 326
Joined: Sun Jul 22, 2012 20:56
In-game: qwrwed or Nitro

by qwrwed » Post

You may have forgot the "L" in your screenshot.

User avatar
Minearriatest
Member
Posts: 34
Joined: Mon Nov 25, 2013 18:28
Location: United Kingdom

by Minearriatest » Post

qwrwed wrote:You may have forgot the "L" in your screenshot.
Oh thanks, corrected. *Note I cannot see screenshots on this site for some reason.
Minetest user name: asg
Try out some mods which I contributed in:
Jungle Tools(made) Ice + Magma Tools(contributed) Ultimate Tools(made)

User avatar
Minearriatest
Member
Posts: 34
Joined: Mon Nov 25, 2013 18:28
Location: United Kingdom

by Minearriatest » Post

Update:
+Given tools a special ability:
Blade of Grass: Turns FULLY grown Grass into Jungle grass.
Pax of Grass: Turns Tree into Jungle tree.
Spear of Grass: Turns leaves into Jungle leaves.
Last edited by Minearriatest on Thu Jan 30, 2014 20:45, edited 1 time in total.
Minetest user name: asg
Try out some mods which I contributed in:
Jungle Tools(made) Ice + Magma Tools(contributed) Ultimate Tools(made)

User avatar
Minearriatest
Member
Posts: 34
Joined: Mon Nov 25, 2013 18:28
Location: United Kingdom

by Minearriatest » Post

Update:
+Staff has a new special ability: Click on regular dirt to turn it into dirt_with_grass and click on dirt_with_grass to make grass_5 grow on it.
+You now can craft Jungle Saplings with 3 Leaves, a Sapling and a Tree log.
=Staff now functions like your fist (1HP damage, oddly_breakable_by_hand ect...) But is slightly faster.
=Jungle spore crafting recipe updated (Now requires 3 Jungle Leaves, 2 Mese crystal fragments and 1 Gold lump)
=Spore grinders crafting recipe updated (Now requires glass in place of the Jungle spore on the top row)
=All Jungle tools special abilities now remove some durability.
- Removed staff's old ability.
- Removed Jungle Leaves infecting trees
Last edited by Minearriatest on Fri Jan 31, 2014 22:40, edited 1 time in total.
Minetest user name: asg
Try out some mods which I contributed in:
Jungle Tools(made) Ice + Magma Tools(contributed) Ultimate Tools(made)

Post Reply

Who is online

Users browsing this forum: No registered users and 28 guests