[mod] Enchanting [enchanting]

Rhys
Member
Posts: 379
Joined: Wed May 22, 2013 15:22

[mod] Enchanting [enchanting]

by Rhys » Post

Image

Hello everyone! Enchanting is now here in Minetest!

Crafting

Enchanting Workshop

obsidian obsidian obsidian
obsidian diamond obsidian
obsidian obsidian obsidian

The thing that enchants tools

Enchants

obsidian mese_crystal --diamond pick/axe/sword/shovel-- mese_crystal obsidian = Strength

obsidian diamond --diamond pick/axe/sword/shovel-- diamond obsidian = Durability

obsidian obsidian --diamond pick/axe/sword/shovel-- obsidian obsidian = Uses

Download

0.2: http://www.mediafire.com/download/r05cn ... ng-0.2.zip
0.1: http://www.mediafire.com/download/3tjy7 ... anting.zip

Depends

Default

Credit To

Thanks to Esteban for textures
Thanks to the default mod for helping me with the code.
Chinchow for enchanting workshop textures and code

Have fun enchanting! :)
Last edited by Rhys on Fri Apr 25, 2014 10:10, edited 4 times in total.

User avatar
jojoa1997
Member
Posts: 2890
Joined: Thu Dec 13, 2012 05:11
Location: Earth

by jojoa1997 » Post

Nope all you did was make a better tool mod. Enchanting means putting a special ability on a tool and not making a new one in a traditional sense. As another tool mod it is great.
Coding;
1X coding
3X debugging
12X tweaking to be just right

Rhys
Member
Posts: 379
Joined: Wed May 22, 2013 15:22

by Rhys » Post

jojoa1997 wrote:Nope all you did was make a better tool mod. Enchanting means putting a special ability on a tool and not making a new one in a traditional sense. As another tool mod it is great.
I want to add special abilities onto the tools. For example Teleportation -2 Blocks on the sword maybe? How do I do it though?

User avatar
jojoa1997
Member
Posts: 2890
Joined: Thu Dec 13, 2012 05:11
Location: Earth

by jojoa1997 » Post

Rhys wrote:
jojoa1997 wrote:Nope all you did was make a better tool mod. Enchanting means putting a special ability on a tool and not making a new one in a traditional sense. As another tool mod it is great.
I want to add special abilities onto the tools. For example Teleportation -2 Blocks on the sword maybe? How do I do it though?
you could do on_use and then get the player pos and then get the direction the player is pointing and then move 2 that way.
Edit: suggestion is to make a enchanting node so you can enchant tools using a formspec.
Last edited by jojoa1997 on Fri Oct 04, 2013 10:57, edited 1 time in total.
Coding;
1X coding
3X debugging
12X tweaking to be just right

Rhys
Member
Posts: 379
Joined: Wed May 22, 2013 15:22

by Rhys » Post

jojoa1997 wrote:
Rhys wrote:
jojoa1997 wrote:Nope all you did was make a better tool mod. Enchanting means putting a special ability on a tool and not making a new one in a traditional sense. As another tool mod it is great.
I want to add special abilities onto the tools. For example Teleportation -2 Blocks on the sword maybe? How do I do it though?
you could do on_use and then get the player pos and then get the direction the player is pointing and then move 2 that way.
Edit: suggestion is to make a enchanting node so you can enchant tools using a formspec.
And the code to do that is? :)

I may do like a Enchanting Table in a later later version of Enchanting

User avatar
jojoa1997
Member
Posts: 2890
Joined: Thu Dec 13, 2012 05:11
Location: Earth

by jojoa1997 » Post

Rhys wrote:
jojoa1997 wrote:
Rhys wrote:
I want to add special abilities onto the tools. For example Teleportation -2 Blocks on the sword maybe? How do I do it though?
you could do on_use and then get the player pos and then get the direction the player is pointing and then move 2 that way.
Edit: suggestion is to make a enchanting node so you can enchant tools using a formspec.
And the code to do that is? :)

I may do like a Enchanting Table in a later later version of Enchanting
my tip is to use this and other mods that also does something similar. I can't code it right now or soon too busy.
On_use func https://github.com/minetest/minetest/bl ... .txt#L1976
Coding;
1X coding
3X debugging
12X tweaking to be just right

User avatar
PilzAdam
Member
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam
Location: Germany

by PilzAdam » Post

jojoa1997 wrote:Nope all you did was make a better tool mod. Enchanting means putting a special ability on a tool and not making a new one in a traditional sense. As another tool mod it is great.
Read that as: "Its not like MC's enchantment so its wrong!"

User avatar
jojoa1997
Member
Posts: 2890
Joined: Thu Dec 13, 2012 05:11
Location: Earth

by jojoa1997 » Post

PilzAdam wrote:
jojoa1997 wrote:Nope all you did was make a better tool mod. Enchanting means putting a special ability on a tool and not making a new one in a traditional sense. As another tool mod it is great.
Read that as: "Its not like MC's enchantment so its wrong!"
nope. First I don't want mc enchanting. But maybe if you used regular tools ad added an item that enchanted it in crafting grid would be better. Mc enchanting is stupid cause you can't control might say more later.
Coding;
1X coding
3X debugging
12X tweaking to be just right

Rhys
Member
Posts: 379
Joined: Wed May 22, 2013 15:22

by Rhys » Post

jojoa1997 wrote:
PilzAdam wrote:
jojoa1997 wrote:Nope all you did was make a better tool mod. Enchanting means putting a special ability on a tool and not making a new one in a traditional sense. As another tool mod it is great.
Read that as: "Its not like MC's enchantment so its wrong!"
nope. First I don't want mc enchanting. But maybe if you used regular tools ad added an item that enchanted it in crafting grid would be better. Mc enchanting is stupid cause you can't control might say more later.
:). I don't want Minecraft Enchanting either, cus Minetest ain't Minecraft!

User avatar
jojoa1997
Member
Posts: 2890
Joined: Thu Dec 13, 2012 05:11
Location: Earth

by jojoa1997 » Post

Rhys wrote:
jojoa1997 wrote:
PilzAdam wrote: Read that as: "Its not like MC's enchantment so its wrong!"
nope. First I don't want mc enchanting. But maybe if you used regular tools ad added an item that enchanted it in crafting grid would be better. Mc enchanting is stupid cause you can't control might say more later.
minecraft enchanting would be nice if you could put levels on tools instead of randomness and also if you got experience from diving anything and if you didn't lose experience when dying

:). I don't want Minecraft Enchanting either, cus Minetest ain't Minecraft!
Coding;
1X coding
3X debugging
12X tweaking to be just right

User avatar
TenPlus1
Member
Posts: 3715
Joined: Mon Jul 29, 2013 13:38
In-game: TenPlus1
Contact:

by TenPlus1 » Post

Please give us more details of the mod, how much stronger, any other special abilities ? What level ores can be found etc ? Thanks :)
Last edited by TenPlus1 on Fri Oct 04, 2013 20:23, edited 1 time in total.

User avatar
Esteban
Member
Posts: 873
Joined: Sun Sep 08, 2013 13:26
In-game: Esteban
Contact:

by Esteban » Post

.
Last edited by Esteban on Fri Mar 18, 2016 13:29, edited 1 time in total.
Scan avatar or click here to read a Message of Hope (PDF)

User avatar
Chinchow
Member
Posts: 684
Joined: Tue Sep 18, 2012 21:37

by Chinchow » Post

Try this
The Inventory code is from darkrose's workbench mod but the rest is mine.
Try something like that

Image

Enchanting 0.0.1

To craft an enchanted item do this

Obsidion, Tool Material, Tool, Tool Material, Obsidion
Last edited by Chinchow on Sat Oct 05, 2013 02:18, edited 1 time in total.
Sometimes, it's harder to think up a mod than it is to create it.
Mods: Orichalcum Stonebricks Extra Chests

Rhys
Member
Posts: 379
Joined: Wed May 22, 2013 15:22

by Rhys » Post

Chinchow wrote:Try this
The Inventory code is from darkrose's workbench mod but the rest is mine.
Try something like that

https://pbs.twimg.com/media/BVx1cTFCUAAFl0x.png

Enchanting 0.0.1

To craft an enchanted item do this

Obsidion, Tool Material, Tool, Tool Material, Obsidion
Thanks. I'll see what I can do. :)

Rhys
Member
Posts: 379
Joined: Wed May 22, 2013 15:22

by Rhys » Post

Rhys wrote:
Chinchow wrote:Try this
The Inventory code is from darkrose's workbench mod but the rest is mine.
Try something like that

https://pbs.twimg.com/media/BVx1cTFCUAAFl0x.png

Enchanting 0.0.1

To craft an enchanted item do this

Obsidion, Tool Material, Tool, Tool Material, Obsidion
Thanks. I'll see what I can do. :)
Done a crafting recipe for the Enchanted Workshop, and adding tools! (Already added Strength). Not currently on the topic yet by the way guys! :)

Azuna
Member
Posts: 89
Joined: Fri Sep 27, 2013 22:50

by Azuna » Post

I think it would also be coo lto add a magic staff, maybe armor ect.
maybe you could add arenas, make more swords that have poison, fire, ect,the pick could mine like a baws, maybe a bow & arrow, have the axes destroy the trees without having to chop every peice of bark would also be nice.

Rhys
Member
Posts: 379
Joined: Wed May 22, 2013 15:22

by Rhys » Post

Azuna wrote:I think it would also be coo lto add a magic staff, maybe armor ect.
maybe you could add arenas, make more swords that have poison, fire, ect,the pick could mine like a baws, maybe a bow & arrow, have the axes destroy the trees without having to chop every peice of bark would also be nice.
That goes further from enchanting. I can't do this.

Rhys
Member
Posts: 379
Joined: Wed May 22, 2013 15:22

by Rhys » Post

0.2 is out! Adds a Enchanting Workshop, and Enchances of Strength, Durability, and Uses for diamond tools - Thanks Chinchow!
Last edited by Rhys on Sun Oct 06, 2013 18:26, edited 1 time in total.

User avatar
THEGGABOOK77
Member
Posts: 140
Joined: Wed Jul 10, 2013 22:17
Location: This Post →

by THEGGABOOK77 » Post

Awesome!
190.31.223.213 : 30000 Is my Modern House server (Creative) And Totally Free
Join Now!
My Stuff
MY MODS: City Elements-Funny Signs

User avatar
Chinchow
Member
Posts: 684
Joined: Tue Sep 18, 2012 21:37

by Chinchow » Post

Hello to you Rhys feel free to do whatever you like but in my original concept the obsidian is what changed per enchantment while the diamond changed depending on the tool being used. Again feel free to do whatever you like just thought I'd let you know.
Sometimes, it's harder to think up a mod than it is to create it.
Mods: Orichalcum Stonebricks Extra Chests

User avatar
general3214
Member
Posts: 122
Joined: Fri Oct 04, 2013 03:15

by general3214 » Post

Quoted from 32x John Smith Texture Pack 1.5.0 topic:
general3214 wrote:If you refuse to use a file uploader other than Mediafire, try using Mediafire Direct Link Generator.
Avatar made by Annahstas

User avatar
AMMOnym
Member
Posts: 682
Joined: Tue Sep 10, 2013 14:18
IRC: AMMOnym
In-game: AMMOnym
Location: Slovakia

by AMMOnym » Post

i know what is durability and strenght too but what is uses ?

User avatar
jojoa1997
Member
Posts: 2890
Joined: Thu Dec 13, 2012 05:11
Location: Earth

by jojoa1997 » Post

AMMOnym wrote:i know what is durability and strenght too but what is uses ?
Uses is durability. 500 uses means that you have 500 digs with the tools
Coding;
1X coding
3X debugging
12X tweaking to be just right

User avatar
AMMOnym
Member
Posts: 682
Joined: Tue Sep 10, 2013 14:18
IRC: AMMOnym
In-game: AMMOnym
Location: Slovakia

by AMMOnym » Post

thx

Rhys
Member
Posts: 379
Joined: Wed May 22, 2013 15:22

by Rhys » Post

jojoa1997 wrote:
AMMOnym wrote:i know what is durability and strenght too but what is uses ?
Uses is durability. 500 uses means that you have 500 digs with the tools
Thanks for explaining. :)

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 5 guests