Page 1 of 1
[Mod] Minecraft like drop on die [dropondie]

Posted:
Mon Nov 25, 2013 19:28
by minermoder27
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-dropondiedownload:
https://github.com/minermoder27/minetest-dropondie/archive/master.zipEDIT: you MUST get rid of the bones mod.

Posted:
Mon Nov 25, 2013 19:44
by Krock
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 :)

Posted:
Mon Nov 25, 2013 23:49
by minermoder27
I do actually prefer the bones mod, but I posted this anyway. If you play minecraft a lot you'll like this.

Posted:
Tue Nov 26, 2013 00:49
by philipbenr
minermoder27 wrote:all of your stuff comes out.
lol. Still, nice work. Will use

Posted:
Tue Nov 26, 2013 02:57
by Geopbyte
It was made before by (I think it was xyz) xyz.

Posted:
Tue Nov 26, 2013 16:21
by PilzAdam
Maybe you should add a note to the first post that the code is copied from MiniTest, and you just relicensed it.

Posted:
Tue Nov 26, 2013 17:42
by minermoder27
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.

Posted:
Tue Nov 26, 2013 17:49
by PilzAdam
Well, item_drop is part of MiniTest.

Posted:
Tue Nov 26, 2013 17:54
by minermoder27
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

Posted:
Tue Nov 26, 2013 17:56
by PilzAdam

Posted:
Tue Nov 26, 2013 18:03
by minermoder27
The drop function is from your item_drop mod, yes. the minetest.register_on_dieplayer bit is from the bones mod.

Posted:
Tue Nov 26, 2013 18:06
by PilzAdam
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 ;-)

Posted:
Tue Nov 26, 2013 18:12
by minermoder27
Sorry about that. Will fix it for all my mods.

Posted:
Tue Nov 26, 2013 18:18
by BrunoMine
in some servers pvp this mod will be important!

Posted:
Wed Nov 27, 2013 00:03
by Dopium
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

Posted:
Mon Jan 06, 2014 11:24
by SegFault22
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?

Posted:
Mon Jan 06, 2014 17:18
by PilzAdam
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.

Posted:
Mon Jan 06, 2014 18:52
by Minearriatest
I play minecraft a lot and I hate losing everything when you die!

Posted:
Tue Jan 07, 2014 00:46
by Dopium
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.

Posted:
Tue Jan 07, 2014 20:52
by minermoder27
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.

Posted:
Wed Jan 08, 2014 19:21
by Minearriatest
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.
Drop on Die redo

Posted:
Sun Aug 10, 2014 18:33
by TenPlus1
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
Re: [Mod] Minecraft like drop on die [dropondie]

Posted:
Fri Oct 10, 2014 16:58
by Minetestforfun
Thank you so much TenPlus1 ! im looking for a fix like this !
Re: [Mod] Minecraft like drop on die [dropondie]

Posted:
Sun Oct 12, 2014 16:02
by Wuzzy
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
Re: [Mod] Minecraft like drop on die [dropondie]

Posted:
Sun Oct 12, 2014 17:23
by Napiophelios
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 :)
Re: [Mod] Minecraft like drop on die [dropondie]

Posted:
Sun Oct 12, 2014 18:09
by Wuzzy
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.
Re: [Mod] Minecraft like drop on die [dropondie]

Posted:
Sun Oct 12, 2014 18:39
by Napiophelios
sheesh lighten up dude it was a freakin lame ass joke
Re: [Mod] Minecraft like drop on die [dropondie]

Posted:
Mon Oct 20, 2014 05:20
by minermoder27
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.