[Mod] Minecraft like drop on die [dropondie]

User avatar
minermoder27
Member
 
Posts: 127
Joined: Wed Nov 20, 2013 23:24
GitHub: ZNixian
In-game: minermoder27

[Mod] Minecraft like drop on die [dropondie]

by minermoder27 » Mon Nov 25, 2013 19:28

If you do not like the bones mod, or you are moving to minetest from minecraft, here is a mod for you. When you die, all of your stuff comes out.


CREDITS: Derived from PilzAdam's item_drop and bones mod.
github: https://github.com/minermoder27/minetest-dropondie
download: https://github.com/minermoder27/minetest-dropondie/archive/master.zip

EDIT: you MUST get rid of the bones mod.
Last edited by minermoder27 on Tue Nov 26, 2013 18:52, edited 1 time in total.
My best mods:
Buildtest
 

User avatar
Krock
Member
 
Posts: 3598
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker

by Krock » Mon Nov 25, 2013 19:44

Simulation on a PVP server:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
*** Krock joined
*** minermoder27 died.
...
* Krock collects all stuff of minermoder27 in his inventory
...
<minermoder27> grr!
*** Krock left.


Nice mod anyway :)
Newest Win32 builds - Find a mod - All my mods
ALL YOUR DONATION ARE BELONG TO PARAMAT (Please support him and Minetest)
New DuckDuckGo !bang: !mtmod <keyword here>
 

User avatar
minermoder27
Member
 
Posts: 127
Joined: Wed Nov 20, 2013 23:24
GitHub: ZNixian
In-game: minermoder27

by minermoder27 » Mon Nov 25, 2013 23:49

I do actually prefer the bones mod, but I posted this anyway. If you play minecraft a lot you'll like this.
My best mods:
Buildtest
 

User avatar
philipbenr
Member
 
Posts: 1665
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: WisdomFire or philipbenr

by philipbenr » Tue Nov 26, 2013 00:49

minermoder27 wrote:all of your stuff comes out.


lol. Still, nice work. Will use
"The Foot is down!"
 

Geopbyte
Member
 
Posts: 54
Joined: Tue Oct 29, 2013 01:30

by Geopbyte » Tue Nov 26, 2013 02:57

It was made before by (I think it was xyz) xyz.
 

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

by PilzAdam » Tue Nov 26, 2013 16:21

Maybe you should add a note to the first post that the code is copied from MiniTest, and you just relicensed it.
 

User avatar
minermoder27
Member
 
Posts: 127
Joined: Wed Nov 20, 2013 23:24
GitHub: ZNixian
In-game: minermoder27

by minermoder27 » Tue Nov 26, 2013 17:42

MiniTest??? Actually, this code is mainly from the bones mod, and I used the code to drop the item from your item_drop mod. also, I cannot find that code in MiniTest - but I would like to know what mod you put it under.
My best mods:
Buildtest
 

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

by PilzAdam » Tue Nov 26, 2013 17:49

Well, item_drop is part of MiniTest.
 

User avatar
minermoder27
Member
 
Posts: 127
Joined: Wed Nov 20, 2013 23:24
GitHub: ZNixian
In-game: minermoder27

by minermoder27 » Tue Nov 26, 2013 17:54

I mean the bit of it that takes a item stack and drops it as an item.
Also, I took it from the non-minitest item-drop
My best mods:
Buildtest
 

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

by PilzAdam » Tue Nov 26, 2013 17:56

Last edited by PilzAdam on Tue Nov 26, 2013 17:58, edited 1 time in total.
 

User avatar
minermoder27
Member
 
Posts: 127
Joined: Wed Nov 20, 2013 23:24
GitHub: ZNixian
In-game: minermoder27

by minermoder27 » Tue Nov 26, 2013 18:03

The drop function is from your item_drop mod, yes. the minetest.register_on_dieplayer bit is from the bones mod.
My best mods:
Buildtest
 

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

by PilzAdam » Tue Nov 26, 2013 18:06

My point is, if you use code from others, you should state that in the first post (you dont have to since the code is WTFPL, but it would be nice if you do so). BTW, the bones mod is written by me too ;-)
 

User avatar
minermoder27
Member
 
Posts: 127
Joined: Wed Nov 20, 2013 23:24
GitHub: ZNixian
In-game: minermoder27

by minermoder27 » Tue Nov 26, 2013 18:12

Sorry about that. Will fix it for all my mods.
My best mods:
Buildtest
 

User avatar
BrunoMine
Member
 
Posts: 902
Joined: Thu Apr 25, 2013 17:29
GitHub: BrunoMine

by BrunoMine » Tue Nov 26, 2013 18:18

in some servers pvp this mod will be important!
My small square universe under construction ... Minemacro
Comunidade Minetest Brasil
www.minetestbrasil.com
 

User avatar
Dopium
Member
 
Posts: 233
Joined: Sat Jun 09, 2012 15:43

by Dopium » Wed Nov 27, 2013 00:03

Bones mod was wrote by Bad_Command originally, we used it on the gameboom server back in the 0.4.1 days. I still have a copy of Bad_Commands original bones 1.01 mod
Last edited by Dopium on Wed Nov 27, 2013 00:04, edited 1 time in total.
Running @1.19 MHz, 128 bytes of RAM and interchangeable 4kb ROM carts!
 

User avatar
SegFault22
Member
 
Posts: 870
Joined: Mon May 21, 2012 03:17

by SegFault22 » Mon Jan 06, 2014 11:24

PilzAdam wrote:the bones mod is written by me

Dopium wrote:Bones mod was wrote by Bad_Command originally, we used it on the gameboom server back in the 0.4.1 days. I still have a copy of Bad_Commands original bones 1.01 mod

PilzAdam, might you need some aloe vera for that Burn?
Last edited by SegFault22 on Mon Jan 06, 2014 11:28, edited 1 time in total.
Resources are abundant; only money is scarce. People should not have to work hard and remain poor just to pay for the needs of survival.
Society can thrive without money - but only if productive members of society are rewarded for being productive.
 

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

by PilzAdam » Mon Jan 06, 2014 17:18

SegFault22 wrote:
PilzAdam wrote:the bones mod is written by me

Dopium wrote:Bones mod was wrote by Bad_Command originally, we used it on the gameboom server back in the 0.4.1 days. I still have a copy of Bad_Commands original bones 1.01 mod

PilzAdam, might you need some aloe vera for that Burn?

There are 2 bone mods, the one in minetest_game is written by me.
 

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

by Minearriatest » Mon Jan 06, 2014 18:52

I play minecraft a lot and I hate losing everything when you die!
Minetest user name: asg
Try out some mods which I contributed in:
Jungle Tools(made) Ice + Magma Tools(contributed) Ultimate Tools(made)
 

User avatar
Dopium
Member
 
Posts: 233
Joined: Sat Jun 09, 2012 15:43

by Dopium » Tue Jan 07, 2014 00:46

SegFault22 wrote:
PilzAdam wrote:the bones mod is written by me

Dopium wrote:Bones mod was wrote by Bad_Command originally, we used it on the gameboom server back in the 0.4.1 days. I still have a copy of Bad_Commands original bones 1.01 mod

PilzAdam, might you need some aloe vera for that Burn?


It wasn't a intentional stab or anything but rather referring to crediting original authors as did PilzAdam with his bones mod.
Last edited by Dopium on Tue Jan 07, 2014 00:47, edited 1 time in total.
Running @1.19 MHz, 128 bytes of RAM and interchangeable 4kb ROM carts!
 

User avatar
minermoder27
Member
 
Posts: 127
Joined: Wed Nov 20, 2013 23:24
GitHub: ZNixian
In-game: minermoder27

by minermoder27 » Tue Jan 07, 2014 20:52

PilzAdam wrote:
SegFault22 wrote:
PilzAdam wrote:the bones mod is written by me

Dopium wrote:Bones mod was wrote by Bad_Command originally, we used it on the gameboom server back in the 0.4.1 days. I still have a copy of Bad_Commands original bones 1.01 mod

PilzAdam, might you need some aloe vera for that Burn?

There are 2 bone mods, the one in minetest_game is written by me.

It seems like the bones mod used is make by PilzAdam so I will not change the credits


Minearriatest wrote:I play minecraft a lot and I hate losing everything when you die!


If you do not like that, then don't get this mod. Without it, a bones block will be placed that has all your stuff in it. Just open it like a chest.

If you want all your stuff to stay in your inventory when you die, just remove the bones mod.
Last edited by minermoder27 on Tue Jan 07, 2014 20:53, edited 1 time in total.
My best mods:
Buildtest
 

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

by Minearriatest » Wed Jan 08, 2014 19:21

minermoder27 wrote:
PilzAdam wrote:
SegFault22 wrote:
PilzAdam, might you need some aloe vera for that Burn?

There are 2 bone mods, the one in minetest_game is written by me.

It seems like the bones mod used is make by PilzAdam so I will not change the credits


Minearriatest wrote:I play minecraft a lot and I hate losing everything when you die!


If you do not like that, then don't get this mod. Without it, a bones block will be placed that has all your stuff in it. Just open it like a chest.

If you want all your stuff to stay in your inventory when you die, just remove the bones mod.


Ok thanks, I was just stating that not all MC players like dropping their stuff.
Minetest user name: asg
Try out some mods which I contributed in:
Jungle Tools(made) Ice + Magma Tools(contributed) Ultimate Tools(made)
 

User avatar
TenPlus1
Member
 
Posts: 1874
Joined: Mon Jul 29, 2013 13:38
GitHub: tenplus1

Drop on Die redo

by TenPlus1 » Sun Aug 10, 2014 18:33

After some tinkering with the original Drop on Die mod I've managed to fix the bug that dropped tools and weapons with full health, so here's the new code:

https://github.com/tenplus1/dropondie
Last edited by TenPlus1 on Sun Nov 09, 2014 20:16, edited 1 time in total.
 

User avatar
Minetestforfun
Member
 
Posts: 936
Joined: Tue Aug 05, 2014 14:09
GitHub: Darcidride
IRC: Darcidride + MinetestForFun
In-game: Darcidride + MinetestForFun

Re: [Mod] Minecraft like drop on die [dropondie]

by Minetestforfun » Fri Oct 10, 2014 16:58

Thank you so much TenPlus1 ! im looking for a fix like this !
 

User avatar
Wuzzy
Member
 
Posts: 2161
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy

Re: [Mod] Minecraft like drop on die [dropondie]

by Wuzzy » Sun Oct 12, 2014 16:02

I have applied TenPlus1’s fix and packaged the result a Zip file for you.

I also added a description. And I fixed the dependencies. The dependency list was wrong, it falsely claimed that this mod depends on default. In reality, this mod does have no dependencies.

You find the updated version in the attachment. I worked on the original Git repository, it is included in the Zip file.
It works for Minetest 0.4.10.

If you feel like it, post a new thread and repost it, I’m to lazy to create a new thread now. :P
Attachments
dropondie_fixed.zip
(35.02 KiB) Downloaded 56 times
 

User avatar
Napiophelios
Member
 
Posts: 752
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

Re: [Mod] Minecraft like drop on die [dropondie]

by Napiophelios » Sun Oct 12, 2014 17:23

Wuzzy wrote:And I fixed the dependencies. The dependency list was wrong, it falsely claimed that this mod depends on default. In reality, this mod does have no dependencies.


dependencies: default is a default dependancy :)
 

User avatar
Wuzzy
Member
 
Posts: 2161
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy

Re: [Mod] Minecraft like drop on die [dropondie]

by Wuzzy » Sun Oct 12, 2014 18:09

Napiophelios wrote:
Wuzzy wrote:And I fixed the dependencies. The dependency list was wrong, it falsely claimed that this mod depends on default. In reality, this mod does have no dependencies.


dependencies: default is a default dependancy :)

You don’t get it, do you? Not every mod does need to depend on default. If depends.txt is empty, the mod truly does not depend on other mods, not even default. The default mod is the core mod of minetest_game, but it is just called “default”. The name “default” carries no special meaning and the default mod not special in any way.
 

User avatar
Napiophelios
Member
 
Posts: 752
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

Re: [Mod] Minecraft like drop on die [dropondie]

by Napiophelios » Sun Oct 12, 2014 18:39

sheesh lighten up dude it was a freakin lame ass joke
 

User avatar
minermoder27
Member
 
Posts: 127
Joined: Wed Nov 20, 2013 23:24
GitHub: ZNixian
In-game: minermoder27

Re: [Mod] Minecraft like drop on die [dropondie]

by minermoder27 » Mon Oct 20, 2014 05:20

Wuzzy wrote:I have applied TenPlus1’s fix and packaged the result a Zip file for you.

I also added a description. And I fixed the dependencies. The dependency list was wrong, it falsely claimed that this mod depends on default. In reality, this mod does have no dependencies.

You find the updated version in the attachment. I worked on the original Git repository, it is included in the Zip file.
It works for Minetest 0.4.10.

If you feel like it, post a new thread and repost it, I’m to lazy to create a new thread now. :P


Thanks, merged into git. Sorry for my time away.
 


Return to WIP Mods

Who is online

Users browsing this forum: No registered users and 19 guests

cron