[Mod] Nature Pack [1.0.4]

Spots
Member
 
Posts: 124
Joined: Tue Jul 24, 2012 12:12

by Spots » Tue Jul 31, 2012 14:11

might me kiina cool to add a crafting for a wreath for the walls out of them or garland to string maybe the pattern for chest for wreath and 3 in a row for garland and use your dyes to make them the color you want , maybe for the holidays or what not. just an idea i have no clue how to code so i'm useless for anything but ideas ;-)
 

User avatar
tkerwel
Member
 
Posts: 213
Joined: Fri Jan 13, 2012 07:35

by tkerwel » Tue Jul 31, 2012 14:41

why not define them as fuel and them use them for downgrade the stack....

as example use 10 blossoms as fuel for one blossom to create only one blossom...? this would be a kind of trashcan in minetest to reduce big stacks..

maybe one here has time to code something like that ? an new kind of furnance with new look for that purpose,

other way is use from time to time /pulverize to get rid of to many things
++++ Kung walang tiyaga, walang nilaga. ++++
 

User avatar
Topywo
Member
 
Posts: 1718
Joined: Fri May 18, 2012 20:27

by Topywo » Tue Jul 31, 2012 15:26

Spots wrote:okay so i notice that you get tons of blossoms is there a mod that uses them so i dont have to leave them laying all over the place i did scan this section but didnt see anything



You could copy/paste this in the blossom.lua:

minetest.register_craft({
output = '"default:apple" 1',
recipe = {
{'nature:blossom', 'nature:blossom', 'nature:blossom'},
{'nature:blossom', 'nature:blossom', 'nature:blossom'},
{'nature:blossom', 'nature:blossom', 'nature:blossom'},
}
})

It even resembles the iron lump making from iron leaves :-)
 

Nubelite
Member
 
Posts: 161
Joined: Mon Jul 16, 2012 23:10

by Nubelite » Tue Jul 31, 2012 22:05

Why not take them out and have apples come right from leaves. For maps that already have blossoms put an or for the apple growth so it can weed out the ones already there.

Or convert them back to leaves if possible, in one big go.
 

Temperest
Member
 
Posts: 651
Joined: Tue Nov 15, 2011 23:13
GitHub: Uberi

by Temperest » Tue Jul 31, 2012 23:07

Or use drop = "default:leaves"...

That way when you take a blossom block, the blossoms "break" and become a normal leaf block.
WorldEdit 1.0 released

The Mesecons Laboratory - the art of Mesecons circuitry
Latest article: Mesecons Basics.
 

User avatar
VanessaE
Member
 
Posts: 3894
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaEzekowitz

by VanessaE » Tue Jul 31, 2012 23:26

temperest: I'd might tend to agree, but perhaps it would make more sense to have those blossom blocks be treated just like leaves, rather than being *replaced* by them. That is, they're already usable as fuel, so make them also drop to the ground in the timber mod, decay in the absence of a tree, get picked up automatically in the item_drop mod, etc.

That way, some other mod could (like in the case of the proposed wreath) make something new out of them, or they can be used decoratively in a world.
You might like some of my stuff:
Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (16-512px)
Tips (BTC): 13LdcdUFcNCFAm7HfvAXh5GHTjCnnQj6KE
 

Temperest
Member
 
Posts: 651
Joined: Tue Nov 15, 2011 23:13
GitHub: Uberi

by Temperest » Wed Aug 01, 2012 00:15

Yes, I agree that it might be useful as a decorative item, but unfortunately that would need the support of every other mod making use of leaves to be practical.

Personally, blossoms feel more like a "transitional" block; something like piston heads in Mesecons, or partially-grown wheat in the farming mods. The partially-grown wheat doesn't yield a partially-grown wheat item, is what I'm saying.
WorldEdit 1.0 released

The Mesecons Laboratory - the art of Mesecons circuitry
Latest article: Mesecons Basics.
 

leo_rockway
Member
 
Posts: 131
Joined: Tue Jul 31, 2012 20:37

by leo_rockway » Wed Aug 01, 2012 01:58

Maybe the blossoms could be made to turn to apples. Their rate would need to be lowered, though (we don't want >9k apples around).
 

User avatar
toleaxus
Member
 
Posts: 72
Joined: Sun Jun 10, 2012 18:23

by toleaxus » Wed Aug 01, 2012 02:44

guys tell me plz how to use basket with pies?
 

Nubelite
Member
 
Posts: 161
Joined: Mon Jul 16, 2012 23:10

by Nubelite » Wed Aug 01, 2012 04:28

toleaxus wrote:guys tell me plz how to use basket with pies?


the basket brick item is just a normal brick with a retexture. there is no special thing with it. you can drop pies or apples on it and they will stack and it looks nice i guess.


side note:
is there a way to remove all iron trees from a map easily?
Last edited by Nubelite on Wed Aug 01, 2012 07:02, edited 1 time in total.
 

Temperest
Member
 
Posts: 651
Joined: Tue Nov 15, 2011 23:13
GitHub: Uberi

by Temperest » Wed Aug 01, 2012 16:41

leo_rockway wrote:Maybe the blossoms could be made to turn to apples. Their rate would need to be lowered, though (we don't want >9k apples around).


They already turn into apples...
WorldEdit 1.0 released

The Mesecons Laboratory - the art of Mesecons circuitry
Latest article: Mesecons Basics.
 

leo_rockway
Member
 
Posts: 131
Joined: Tue Jul 31, 2012 20:37

by leo_rockway » Wed Aug 01, 2012 22:48

Temperest wrote:
leo_rockway wrote:Maybe the blossoms could be made to turn to apples. Their rate would need to be lowered, though (we don't want >9k apples around).


They already turn into apples...


I thought that, then I asked in IRC and I was told they don't. I posted here and then I was told they do, but I forgot to edit the post.
 

Nubelite
Member
 
Posts: 161
Joined: Mon Jul 16, 2012 23:10

by Nubelite » Thu Aug 02, 2012 02:40

Nature Pack Controlled

i took out iron trees, normal trees do not grow. apples spawn from leaves (no blossoms), and only one kind of jungle grass. I also messed with the chances of growth so that will be changing untill i got a good time for them.
 

User avatar
VanessaE
Member
 
Posts: 3894
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaEzekowitz

by VanessaE » Thu Aug 02, 2012 03:33

Nubelite: your copy of the flowers mod is out of date already :-) I released another update today, this time adding a Johnson's Blue geranium.
You might like some of my stuff:
Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (16-512px)
Tips (BTC): 13LdcdUFcNCFAm7HfvAXh5GHTjCnnQj6KE
 

Nubelite
Member
 
Posts: 161
Joined: Mon Jul 16, 2012 23:10

by Nubelite » Thu Aug 02, 2012 04:03

ok its updated now, thank you :)
 

User avatar
VanessaE
Member
 
Posts: 3894
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaEzekowitz

by VanessaE » Sat Aug 04, 2012 04:21

Another update today: flowers no longer use random numbers inside the ABMs to control the spawn rate. instead, the ABM's own chance parameter is used. Tweaked irontrees and bushes to fit the new numbers. Hopefully I got the ratios right :-)

This update also includes the latest junglegrass with the perlin noise update.

Download: http://digitalaudioconcepts.com/vanessa/hobbies/minetest/nature_pack_controlled-20120804-2.zip

(or see the aforementioned github links for the individual mods).
You might like some of my stuff:
Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (16-512px)
Tips (BTC): 13LdcdUFcNCFAm7HfvAXh5GHTjCnnQj6KE
 

User avatar
Ragnarok
Member
 
Posts: 213
Joined: Thu Mar 22, 2012 12:56

by Ragnarok » Tue Aug 21, 2012 15:28

I have limitless trees growing to the sky. Both: normal and irontrees. Any idea to fix this?
 

User avatar
VanessaE
Member
 
Posts: 3894
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaEzekowitz

by VanessaE » Tue Aug 21, 2012 16:18

Well in my version of the nature pack, nothing regarding *where* a tree can spawn has been changed - are you sure you're not seeing a game bug or a corrupted map? It not at all uncommon to find little floating "islands" with the occasional tree high in the sky.
You might like some of my stuff:
Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (16-512px)
Tips (BTC): 13LdcdUFcNCFAm7HfvAXh5GHTjCnnQj6KE
 

User avatar
Ragnarok
Member
 
Posts: 213
Joined: Thu Mar 22, 2012 12:56

by Ragnarok » Wed Aug 22, 2012 08:20

I'm not sure anything ;) The truth is the map is very old. How can I check if the map is not damaged? Trees appearing when new areas are generated. Not all trees are high but there are often islands of big trees. Is there any way to fix this, other than timber mod and axe?
 

User avatar
VanessaE
Member
 
Posts: 3894
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaEzekowitz

by VanessaE » Wed Aug 22, 2012 11:19

Given that part of the nature mod seeks to make existing trees grow, that's about all you can do. Look on the bright side: more wood to build with. :-)
You might like some of my stuff:
Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (16-512px)
Tips (BTC): 13LdcdUFcNCFAm7HfvAXh5GHTjCnnQj6KE
 

User avatar
Neuromancer
Member
 
Posts: 793
Joined: Tue Jun 12, 2012 22:28
GitHub: Neuromancer56

by Neuromancer » Wed Aug 22, 2012 13:50

Ragnarok wrote:I'm not sure anything ;) The truth is the map is very old. How can I check if the map is not damaged? Trees appearing when new areas are generated. Not all trees are high but there are often islands of big trees. Is there any way to fix this, other than timber mod and axe?

That's the thing. Mods are dangerous. I have screwed up so many of my worlds installing mods (including this one) that I have learned to make backups to prevent upset family members. But there was a different version of this mod created by someone earlier in this thread that limits tree growth (search for nature pack controlled), but then there was an experimental feature added to that that made tree trunks fork out. Haven't tried it. I just install flowers & bushes and skip everything else. Who needs iron trees anyway? I agree, your best bet for cleanup is the timber mod. The leafs should decay for the most part after the trunk is chopped. You're lucky, some mods don't have any good way to clean up their stuff.
Last edited by Neuromancer on Wed Aug 22, 2012 13:56, edited 1 time in total.
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Wed Aug 22, 2012 13:59

You could set fire to it
 

User avatar
Ragnarok
Member
 
Posts: 213
Joined: Thu Mar 22, 2012 12:56

by Ragnarok » Thu Aug 23, 2012 21:42

Neuromancer wrote:But there was a different version of this mod created by someone earlier in this thread that limits tree growth (search for nature pack controlled)


Thanks

I think this part of tree_growth.lua making trees too high:

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
            for i = -1, 1 do
            for j = -1, 1 do
            for k = -1, 1 do
                local current_node = {
                    x = pos.x + i,
                    y = pos.y + j,
                    z = pos.z + k
                }
                if(minetest.env:get_node(current_node).name == "air") then
                    minetest.env:add_node(current_node, {name = "default:leaves"})
                end
            end
            end
            end


or am I wrong? What do you think about detecting if there exist max 6 - 8 trunks below and removing any trunk above?
 

Temperest
Member
 
Posts: 651
Joined: Tue Nov 15, 2011 23:13
GitHub: Uberi

by Temperest » Thu Aug 23, 2012 23:08

I'm pretty sure this is exactly what Nature Pack Controlled does.
WorldEdit 1.0 released

The Mesecons Laboratory - the art of Mesecons circuitry
Latest article: Mesecons Basics.
 

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

by neko259 » Fri Aug 31, 2012 17:54

Neuromancer wrote:I used to like this mod a lot especially for the variety of flowers and bushes, but the super tall trees & papyrus just make the world look ridiculous. There really needs to be a parameter that allows the user to turn tall plants on or off. I know this has been brought up before but Neko disagreed with the other users complaint. The user was right. While a few might want a nature gone insane mod, What most people will want is a realistic nature mod with a variety of plants. They do not want 1000 foot tall crazy looking trees. Other than that this is a great mod.

The purpose of writing this mod was to make nature grow infinitely. If you'll suggest another algorythm of infinite growing (something prettier, like bonsai), I will accept it.

Also, Vanessa is merging her changes into my mod now, cause I don't have time to develop anymore (maybe in some future, when I get a vacation :). Anyone with ideas and code can make a pull request to my repo too, and I'll try to review the changes and accept it.
Bitcoin donations: 18r66dJmUjwTmWRTFnorpGMzs8d4B8jzbw
 

User avatar
minecraft64
Member
 
Posts: 16
Joined: Sun Jul 22, 2012 14:23

by minecraft64 » Sat Sep 01, 2012 01:36

could you put this in a zip file
Got Tobuscus?
 

Temperest
Member
 
Posts: 651
Joined: Tue Nov 15, 2011 23:13
GitHub: Uberi

by Temperest » Sat Sep 01, 2012 14:43

You will be better off getting a good archive extractor, like 7zip if you are using Windows, rather than asking every single mod author to use ZIP.

If you don't want to or cannot download anything, http://www.convertfiles.com/ is a service that can convert several types of archives to ZIP for you.
WorldEdit 1.0 released

The Mesecons Laboratory - the art of Mesecons circuitry
Latest article: Mesecons Basics.
 

User avatar
Phitherek_
Member
 
Posts: 112
Joined: Thu Aug 23, 2012 16:17

by Phitherek_ » Sat Sep 01, 2012 18:35

Temperest: There is actually a 7-Zip port on Linux, p7zip (or 7z). It is a console tool and is really comfortable (I use it for everything except tarballs).
---
Posted by Phitherek_
 

Temperest
Member
 
Posts: 651
Joined: Tue Nov 15, 2011 23:13
GitHub: Uberi

by Temperest » Sat Sep 01, 2012 22:06

I'm aware of that, and it's quite good, but every modern distro I have seen has some sort of archived already included :)
WorldEdit 1.0 released

The Mesecons Laboratory - the art of Mesecons circuitry
Latest article: Mesecons Basics.
 

User avatar
overwelmer3
New member
 
Posts: 9
Joined: Mon Jul 09, 2012 02:25

by overwelmer3 » Sun Sep 02, 2012 04:10

the timber mod could go well with this mod for taking down trees
Oh hi es gibt,wenn sie sterben,krank werden es gibt,ihre Eltern werden es gibt,jeder wird es,Lachen

XD
 

PreviousNext

Return to Old Mods

Who is online

Users browsing this forum: No registered users and 3 guests

cron