Page 1 of 1
[Mod] Bones and bonemeal [0.3 beta] [bone]

Posted:
Thu Apr 04, 2013 15:14
by BlockMen
Hi everyone,
this mod implements Bones to Minetest. When you dig dirt there will drop bone with a chance of 2%. With Bones you can craft Bonemeal, that lets grow grass when used. Also you can grow trees instantly when using Bonemeal on a sapling. (since Version 0.2)
Since Version 0.3 this mod supports
PilzAdam's farming mod. The wheat, cotton and pumpkin need a random number of bonemeal to get full grown. The bonemeal lets grow also flowers when used on grass block, but remember that they are only part of last Minetest-dev version and just in survival and build games.
1 Bone -> Output: 5 Bonemeal
Bonemeal can only used on Dirt with Grass, the height of the growing grass is random.
Screenshot:
Depends:default
Notice:- only works with Minetest 0.4.6 or later
- flowers only available at last git (build and survival games)
Download:Version 0.3 Beta: DownloadVersion 0.2:
old VersionVersion 0.1:
first releaseLicense:WTFPL
Please give Feedback and ideas for improvement

Posted:
Thu Apr 04, 2013 15:27
by PilzAdam
Why not use the bones that are in the Build and Survival game (the other bones mod) to craft bonemeal?
In the screenshot I can see that your inventory image has semi transparent pixels at the sides, wich causes this strange looking wielditem.

Posted:
Thu Apr 04, 2013 15:31
by rarkenin
PilzAdam wrote:Why not use the bones that are in the Build and Survival game (the other bones mod) to craft bonemeal?
In the screenshot I can see that your inventory image has semi transparent pixels at the sides, wich causes this strange looking wielditem.
I think the point is difficulty. It is easier to kill oneself to get bones.

Posted:
Thu Apr 04, 2013 15:33
by PilzAdam
rarkenin wrote:PilzAdam wrote:Why not use the bones that are in the Build and Survival game (the other bones mod) to craft bonemeal?
In the screenshot I can see that your inventory image has semi transparent pixels at the sides, wich causes this strange looking wielditem.
I think the point is difficulty. It is easier to kill oneself to get bones.
The "dead player" node is rather rare and you cant get it in singleplayer that easy (if you have no static spawn).

Posted:
Thu Apr 04, 2013 15:44
by BlockMen
PilzAdam wrote:The "dead player" node is rather rare and you cant get it in singleplayer that easy (if you have no static spawn).
That is the main point. This mod allows bones in singleplayer too, but without dying.
And thanks for the hint with the texture, I will change next release.

Posted:
Thu Apr 04, 2013 15:52
by Likwid H-Craft
Can you make do trees?

Posted:
Fri Apr 05, 2013 13:50
by BlockMen
Version 0.2 released:
- Bonemeal can be used to grow trees instantly when put on sapling.
- improved bonemeal texture

Posted:
Fri Apr 05, 2013 17:47
by Likwid H-Craft
Thank you :) I need a faster way for trees :)

Posted:
Wed Apr 10, 2013 20:37
by windmere33
This is an AWESOME mod, i downloaded it, and I love it. But does grass do anything? if it doesnt, could you modify PilzAdams farming mod so that u get seeds out of grass?

Posted:
Thu Apr 11, 2013 03:09
by Josh
In minecraft, i think if you kill a zombie you get a bone (which is used to craft bonemeal) maybe if you kill the DM in PilzAdam's Simple Mobs he can drop a bone which you can use to craft bonemeal?

Posted:
Thu Apr 11, 2013 03:12
by jojoa1997
iiiiiiiii amm mmakking skkelletoons for minnnnnnnnitesttttttttt but need a 3d model

Posted:
Thu Apr 11, 2013 15:20
by BlockMen
windmere33 wrote:This is an AWESOME mod, i downloaded it, and I love it. But does grass do anything? if it doesnt, could you modify PilzAdams farming mod so that u get seeds out of grass?
A support for PilzAdam's farming mod is already planned.
Josh wrote:In minecraft, i think if you kill a zombie you get a bone (which is used to craft bonemeal) maybe if you kill the DM in PilzAdam's Simple Mobs he can drop a bone which you can use to craft bonemeal?
If a good skelleton mod (maybe jojoa's?) is published i will add support for it too

Posted:
Thu Apr 11, 2013 15:31
by jojoa1997
in minitest i made a skeleton mob. i stopped the mod from using it due to the attacking not wroking. i will edit it more later but it drops bones, bows, and arrows. though i will have to make a soft dependency for it.if anyone can provide a 3d model that would be great

Posted:
Mon Apr 29, 2013 17:16
by BlockMen
Update: Version 0.3
Changelog:
- supports PilzAdam's farming mod
- supports flowers of lastest dev-build
- improved grass growing (when using bonemeal)

Posted:
Mon Apr 29, 2013 18:54
by jojoa1997
Could you support any tree. Maybe check to see if it has the droup tree and then have it grow.

Posted:
Tue Apr 30, 2013 05:41
by BlockMen
jojoa1997 wrote:Could you support any tree. Maybe check to see if it has the droup tree and then have it grow.
Supporting trees isn't that easy. There is currently no way to say "if jungle_saplinge then grow jungle_tree"(IIRC). This mod generates the default tree on its own, and when i will find the time i may add jungle trees...someday.

Posted:
Tue Apr 30, 2013 10:04
by jojoa1997
Oh in minitest I have made jungle trees grow though they are not the normal shape. Also there should be a generate tree function.

Posted:
Mon Dec 09, 2013 11:41
by rommiekerova
I was trying to get it to use the bones used in the default game instead of yours but all I got was a failed init.lua. Can you please tell me how to make it use the default bones? I was playing on a server that does use the default bones to make bonemeal so I'm sure its possible.

Posted:
Mon Dec 09, 2013 17:09
by BlockMen
rommiekerova wrote:I was trying to get it to use the bones used in the default game instead of yours but all I got was a failed init.lua. Can you please tell me how to make it use the default bones? I was playing on a server that does use the default bones to make bonemeal so I'm sure its possible.
Add following to init.lua:
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
minetest.register_craft({
output = 'bone:bonemeal 5',
recipe = {{'bones:bones'}}
})

Posted:
Tue Dec 10, 2013 08:21
by rommiekerova
Awesome. Works perfectly. Thanks.
I'm not saying your bones aren't good btw, I just don't see a need for an extra item when the default already has one. I'm playing on my own server thats open only to me right now so default bones is fine. ^_^

Posted:
Wed Dec 11, 2013 19:19
by alissson8947
a im are new Meber of minetest.net

Posted:
Wed Dec 11, 2013 19:23
by Topywo
alissson8947 wrote:a im are new Meber of minetest.net
Welcome!
Take the time to read the forum and how it works, or at least the sticky posts and enjoy minetest.

Posted:
Wed Jan 22, 2014 08:09
by D0431791
rarkenin wrote:PilzAdam wrote:Why not use the bones that are in the Build and Survival game (the other bones mod) to craft bonemeal?
In the screenshot I can see that your inventory image has semi transparent pixels at the sides, wich causes this strange looking wielditem.
I think the point is difficulty. It is easier to kill oneself to get bones.
Bone Ore is also a choice.
[Mod] Bones and bonemeal [0.3b] [bone]

Posted:
Tue Aug 04, 2015 17:26
by TenPlus1
This mod has a bug where hoe's no longer work on grass and dirt, so I've updated the bonemeal mod to work with the newer minetest 0.4.12 features: