Age | Commit message (Collapse) | Author |
|
Create fr.txt
|
|
* Agrege la traduccion al espaƱol
* Actualizado
|
|
French traduction.
|
|
Use new setting function to fix a warning
|
|
|
|
Remove obsolete jungletree legacy aliases
|
|
|
|
Bas080's jungletree mod from 2013 registered those nodes, so the aliases are very old.
The sumpf modpack uses an updated version of that jungletree mod, so when using sumpf and moretrees together a warning appeared.
|
|
find_nodes_in_area is limited to 82^3 nodes, and will abort
the server if that is exceeded. Assure we never do.
|
|
|
|
|
|
|
|
(they already have it now)
|
|
|
|
|
|
|
|
they're handled by minetest_game now (have been for a while)
only some aliases and an "avoid" setting for other trees remain.
|
|
|
|
|
|
to prevent cavegen griefing on everything but saplings
|
|
|
|
|
|
|
|
New screenshot
|
|
Add poplar tree
|
|
The previous screenshot showed only a few of the available trees.
The new one shows all of them (except acacia, which is disabled,
and in the default game anyway, and beech).
As finding a suitable spot where even a significant proportion of
trees is only visible at all is near impossible, this scene was
crafted, and instructions and a script for recreating it are included.
|
|
Poplars exist in two kinds: small and large trees. Both use the same
nodes, except for the sapling. Poplar leaves may drop one or the
other sapling.
Poplar trees require a humid environment, and water nearby.
Provided there is water, an occasional poplar will grow under less humid
conditions.
|
|
Adding date palm & improvement to coconut palm
|
|
Some textual improvements
|
|
Add an option to allow dates to grow unpollinated as well.
Female palms will be pollinated randomly.
|
|
This feature is optional, and can be turned off.
Existing cocos trees are converted.
|
|
Using a combination of dates, nuts and coconut, an extremely high
energy date-nut cake can be baked (32 units of food). It's main purpose
is to be a very concentrated transport mechanism of food, but it can be
used for instant replenishment of a starving soul. In practise, it will
be used to craft date-nut energy bars, which merely have a good
nutritional value (4 units).
Because of its exceptional nature, the cake requires special ingredients
(all three types of nuts, as well as coconuts), and given the ingredients,
3 steps are needed (including one cooking step) to bake it. All of the
ingredients themselves, except dates, are not found in nature, but must
also be prepared.
|
|
Spawns in hot and dry desert, but requires water. This makes it a bit harder to
find, but where found, it can be more abundant.
If found in the middle of a desert, its presence indicates a water source below
the surface.
As an additional optional feature, dates (slowly) grow back after harvesting.
|
|
Acorn coconut milk and muffin batter recipes use a drinking glass.
|
|
Restore previous pine as cedar
|
|
Commit ad0cbbc0f disabled the previous moretrees pine, and aliased it to the
default minetest pine. The default pine is a completely different tree though,
with different apppearance and different textures.
This commit restores the previous pine tree, renaming it to cedar to avoid a tree
name clash with the default game. Any existing moretrees pine trees will be
converted to cedar, so that their appearance does not change. Moretrees pine
trees that have already been converted to the default pine tree are not converted
back.
|
|
|
|
|
|
(biome_lib requires "foo.bar" when using "quoted string" function calls)
|
|
|
|
|
|
|
|
|
|
|
|
turned out to be I was using foo:bar for their function calls, which
biome_lib filters out (only group defs can use that format). Changed
them to quoted-string "foo.bar" format. Also, jungle trees need a
moretrees-specific copy of the default jungle trunk node so that there's
something unique to match against for the density limit.
also, made jungle trees use the same biome settings as giant tree ferns
|
|
for pines, jungle trees/leaves, acacias
|
|
this also disables decaying default trees and default jungletrees with
the regular default single color leaves
|
|
|
|
(only way to add a new group item, for compat with rubenwardy's food mod)
|
|
|