Pets in minetest like minecraft

User avatar
JoseMing
Member
 
Posts: 107
Joined: Tue Feb 21, 2012 00:01

Pets in minetest like minecraft

by JoseMing » Tue Apr 03, 2012 03:58

hey guys, believe it's a good idea to create a mod where we could have a dungeon master oerkki or a pet?, we will give to eat rats or apples to make them feel better, and whenever they were hungry, had a bar located at the top of the points of life, then they say?
Last edited by JoseMing on Tue Apr 03, 2012 03:59, edited 1 time in total.
Nothing is impossible, Only you need you mind to create... and Sorry for my Bad English :D
Add me on remobo as JoseGarcia
 

User avatar
neko259
Member
 
Posts: 769
Joined: Sun Jun 19, 2011 06:51

by neko259 » Tue Apr 03, 2012 04:53

You can't make a health bar with a mod. Everything else is possible.
Bitcoin donations: 18r66dJmUjwTmWRTFnorpGMzs8d4B8jzbw
 

User avatar
JoseMing
Member
 
Posts: 107
Joined: Tue Feb 21, 2012 00:01

by JoseMing » Tue Apr 03, 2012 05:05

neko259 wrote:You can't make a health bar with a mod. Everything else is possible.

ok ok i understand..., but one could make the mod?
Nothing is impossible, Only you need you mind to create... and Sorry for my Bad English :D
Add me on remobo as JoseGarcia
 

User avatar
Jeija
Member
 
Posts: 686
Joined: Fri Dec 23, 2011 21:46

by Jeija » Tue Apr 03, 2012 05:10

Learn and make it yourself.
Redstone for minetest: Mesecons (mesecons.net)
 

User avatar
Death Dealer
Member
 
Posts: 1379
Joined: Wed Feb 15, 2012 18:46

by Death Dealer » Tue Apr 03, 2012 05:45

Jeija wrote:Learn and make it yourself.

LOLXD
Keep calm and code python^_^
 

User avatar
sfan5
Member
 
Posts: 3636
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5

by sfan5 » Tue Apr 03, 2012 06:07

Death Dealer wrote:
Jeija wrote:Learn and make it yourself.

LOLXD

That's not LOLXD.
If soneone has a really good idea, he/she could do it herself/himself

BTW: +1 But: The mobs got deleted from the C++ Source, they will get implented in Lua.Actually there are no Mobs
Last edited by sfan5 on Tue Apr 03, 2012 06:41, edited 1 time in total.
Mods: Mesecons | WorldEdit | Nuke
Minetest builds for Windows (32-bit & 64-bit)
 

User avatar
Death Dealer
Member
 
Posts: 1379
Joined: Wed Feb 15, 2012 18:46

by Death Dealer » Tue Apr 03, 2012 06:37

sfan5 wrote:
Death Dealer wrote:
Jeija wrote:Learn and make it yourself.

LOLXD

That's not LOLXD.
If soneone has a really good idea, he/she could do it herself/himself

BTW: +1 But: The mobs got deleted from the C++ Source, they will get implented in Lua.
Actually there are no Mobs

yes it is funny. made me laugh. just a stiff answer is all, i dont really care about the discussion here just thought that was a rather blunt answer.
Keep calm and code python^_^
 

User avatar
neko259
Member
 
Posts: 769
Joined: Sun Jun 19, 2011 06:51

by neko259 » Tue Apr 03, 2012 06:54

Use animals mod (the one that serves as a library for defining new animals).
Bitcoin donations: 18r66dJmUjwTmWRTFnorpGMzs8d4B8jzbw
 

User avatar
Jeija
Member
 
Posts: 686
Joined: Fri Dec 23, 2011 21:46

by Jeija » Tue Apr 03, 2012 06:55

Death Dealer wrote:
sfan5 wrote:
Death Dealer wrote:LOLXD

That's not LOLXD.
If soneone has a really good idea, he/she could do it herself/himself

BTW: +1 But: The mobs got deleted from the C++ Source, they will get implented in Lua.
Actually there are no Mobs

yes it is funny. made me laugh. just a stiff answer is all, i dont really care about the discussion here just thought that was a rather blunt answer.

It's the fastest way. Others have enough other things to do! If you really want a mod, do it yourself. Just have a look at all the other mod requests that noone cared about.
Redstone for minetest: Mesecons (mesecons.net)
 

User avatar
Death Dealer
Member
 
Posts: 1379
Joined: Wed Feb 15, 2012 18:46

by Death Dealer » Tue Apr 03, 2012 07:06

so very true. i get it most of the mod requests are pretty dumb. and anybody that can mod has ideas of there own that there busy with.
Keep calm and code python^_^
 

User avatar
JoseMing
Member
 
Posts: 107
Joined: Tue Feb 21, 2012 00:01

by JoseMing » Tue Apr 03, 2012 15:21

Jeija wrote:Learn and make it yourself.

ok..., give me the page of how to make a mod...,and no one is forcing you to make a mod, just a suggestion
Nothing is impossible, Only you need you mind to create... and Sorry for my Bad English :D
Add me on remobo as JoseGarcia
 

User avatar
Jeija
Member
 
Posts: 686
Joined: Fri Dec 23, 2011 21:46

by Jeija » Tue Apr 03, 2012 15:32

JoseMing wrote:
Jeija wrote:Learn and make it yourself.

ok..., give me the page of how to make a mod...,and no one is forcing you to make a mod, just a suggestion

I just wanted to say that mod requests are not that succesful... Maybe my answer was too rough.
As a start, try this:
http://c55.me/minetest/forum/viewtopic.php?id=1087

Later on you should use this
https://github.com/celeron55/minetest/blob/master/doc/lua_api.txt
and learn from other's mods.
I know it is hard, but every modder here did that.
Redstone for minetest: Mesecons (mesecons.net)
 

User avatar
JoseMing
Member
 
Posts: 107
Joined: Tue Feb 21, 2012 00:01

by JoseMing » Tue Apr 03, 2012 15:42

Jeija wrote:
JoseMing wrote:
Jeija wrote:Learn and make it yourself.

ok..., give me the page of how to make a mod...,and no one is forcing you to make a mod, just a suggestion

I just wanted to say that mod requests are not that succesful... Maybe my answer was too rough.
As a start, try this:
http://c55.me/minetest/forum/viewtopic.php?id=1087

Later on you should use this
https://github.com/celeron55/minetest/blob/master/doc/lua_api.txt
and learn from other's mods.
I know it is hard, but every modder here did that.

thanks for the page
Nothing is impossible, Only you need you mind to create... and Sorry for my Bad English :D
Add me on remobo as JoseGarcia
 


Return to Minetest Features

Who is online

Users browsing this forum: No registered users and 8 guests

cron