Page 1 of 1

[Mod]PlantLifeHack[plant_edit]

PostPosted: Tue Oct 20, 2015 11:27
by uind_w
Do you like Plantlife ?
Do you like cubic node?

Here is a small hack mod.
Image
Image

1. Change some mesh node to nodebox. (meshtobox.lua)
For now, bushes,mushrooms,sunflower,pebbles.
(and molehill become more simple.)

2. Change some node behavior. (behavior.lua)
Pebbles have oddly_breakable_by_hand=2.(We can break it with hand)
Twigs have dig_immediate=3.(We can pick it immediately. easy than digging dirt.)
Ivy(climbing) have climbable. (We can use it as ladder)

3. Add some recipe.(I want to make them useful.) (newrecipe.lua)
*4 Juncus -> 2 wetreed
*4 Pebbles -> 1 Cobblestone (normal/dessert)
*Moss -> 1 dark green dye
*Moss + cobblestone -> 1 mossy cobblestone
*2 ivy (seedling) -> 1 ivy(sproutling)
*2 ivy(sproutling) -> 1 ivy(climbing)

Dependencies: Plantlife (and it's depends)
License: WTFPL

Re: [Mod]PlantLifeHack[plant_edit]

PostPosted: Tue Oct 20, 2015 13:50
by Don
I like the idea. +1

Re: [Mod]PlantLifeHack[plant_edit]

PostPosted: Tue Oct 20, 2015 16:41
by Clouds
You can have nodebox like meshnodes example the stairs mod, they are meshnodes and they are faster than nodeboxes because there is less triangles.

Re: [Mod]PlantLifeHack[plant_edit]

PostPosted: Tue Oct 20, 2015 18:36
by DS-minetest
i like your mod, mesh doesnt work on my version(0.4.9) but nodebox does

Re: [Mod]PlantLifeHack[plant_edit]

PostPosted: Wed Oct 28, 2015 00:26
by Dragonop
Cool! +1, love this idea

Re: [Mod]PlantLifeHack[plant_edit]

PostPosted: Wed Oct 28, 2015 02:52
by lightonflux
A flat 3D sunflower would be nice. So like one or two pixels flat (berry size). And only facing two directions instead of four.