c9f8ff5a39alias old farming:rubber_tree_full to moretrees:rubber_tree_trunk
Vanessa Ezekowitz
2014-08-06 12:44:43 -04:00
bb1b668f8fphase out the old clone_node call. use minetest.override_item() instead.
Vanessa Ezekowitz
2014-07-30 14:53:27 -04:00
8581d3654eMake all leaves drop as items during decay by default. This behavior can be disabled by setting...
Vanessa Ezekowitz
2014-07-13 03:41:31 -04:00
19e2734810bright fir leaves need to drop themselves, not their dark counterparts
Vanessa Ezekowitz
2014-07-13 03:18:22 -04:00
b9cd044064updated to match current moreblocks/stairsplus API
Vanessa Ezekowitz
2014-06-16 05:25:46 -04:00
06d28f7870fixed beech trees using wrong node names
Vanessa Ezekowitz
2014-06-14 22:41:14 -04:00
1ea3e792cdaliases for jungle tree trunk and planks
Zefram
2014-04-21 21:02:28 -04:00
7b32c392cfadd support for intllib translation mod
Xanthin
2014-03-20 01:31:23 +01:00
83307b04c3add support for intllib translation mod
Xanthin
2014-03-20 01:30:14 +01:00
b18d06824dupdate german translation
Xanthin
2014-03-20 01:27:00 +01:00
48e4f55582added german translation
Xanthin
2014-03-12 22:29:12 +01:00
4a9bdc43edadded template file for translation
Xanthin
2014-03-12 22:28:44 +01:00
0f9e82cee6added intllib function for translation
Xanthin
2014-03-12 22:24:42 +01:00
17f0826491added intllib function for translation
Xanthin
2014-03-12 22:23:43 +01:00
abb5dd3550oops, forgot to remove the call to load the old ownership.lua file
Vanessa Ezekowitz
2014-01-30 16:13:28 -05:00
050b19e463Get rid of old ownership code, use Minetest's own code instead
Vanessa Ezekowitz
2014-01-30 16:09:23 -05:00
b0a559ed0bPut all saplings into "sapling" group
Vanessa Ezekowitz
2014-01-16 13:44:56 -05:00
6498cf5ec0incorrect check for drop rarity for palms
Vanessa Ezekowitz
2014-01-13 05:22:27 -05:00
61e2c96df7make jungletree leaves wave (how the hell did I miss this?)
Vanessa Ezekowitz
2013-12-25 04:20:51 -05:00
0df62c3e35local-ize several variables
Vanessa Ezekowitz
2013-12-15 13:30:17 -05:00
d8752b308eoops, extra comma
Vanessa Ezekowitz
2013-11-27 17:32:21 -05:00
dee888f7a8oops, put that flag in the wrong place
Vanessa Ezekowitz
2013-11-27 17:31:38 -05:00
91779abef1Add a metadata flag that's set when an empty rubber tree is placed in the world (keeps it from regrowing into a full one)
Vanessa Ezekowitz
2013-11-27 17:23:15 -05:00
5be4dd2869Added missing empty-rubber-tree-to-planks recipe phased out the recipes that were used to create sideways trunks
Vanessa Ezekowitz
2013-11-27 15:14:11 -05:00
e814cdcc7dAdd waving=1 (equivalent) to all leaves nodes, but only when regular cubic leaves are in use (the default). This affects default trees also.
Vanessa Ezekowitz
2013-11-27 02:48:43 -05:00
a939fc1448Clean up code that redefines default leaves and default jungle leaves (it was redefining more stuff than was necessary). As a side effect, this fixes a bug where non-plantlike leaves were using the wrong textures in the inventory.
Vanessa Ezekowitz
2013-11-22 23:51:42 -05:00
d15ff706a2Actually make the leaf waving work right
Vanessa Ezekowitz
2013-11-21 20:33:02 -05:00
235e002d8fMake regular cubical leaves the default again, since plantlike leaves don't wave with shaders.
Vanessa Ezekowitz
2013-11-21 18:50:53 -05:00
374116bc6eMake leaves wave when shaders are on and regular cubical drawtype is selected.
Vanessa Ezekowitz
2013-11-21 18:40:55 -05:00
98d76a8ea1fix crash when regular cubical leaves mode is enabled
Vanessa Ezekowitz
2013-11-16 17:38:46 -05:00
d3e68b3149Made all leaves draw as cubes in the inventory regardless of whether they are plantlike or not in the world. This has the side effect that a dropped leaf block will look like a flat sprite. Oh well, no other way to fix it.
Vanessa Ezekowitz
2013-11-14 20:39:07 -05:00
15601c6c51Use clone node method to redefine the default apple
Vanessa Ezekowitz
2013-11-14 18:11:42 -05:00
e1baf2018bMade it possible via moretrees config to force all moretrees, default, and default jungle tree leaves to be plantlike drawtype.
Vanessa Ezekowitz
2013-11-14 18:05:37 -05:00
88eb73af90forgot to return the modified itemstack on empty rubber trees
Vanessa Ezekowitz
2013-11-08 19:02:47 -05:00
9870e92737Oops, forgot to return the modified item stack
Vanessa Ezekowitz
2013-11-07 22:06:27 -05:00
620a799fb4Moretrees' trunks can now be turned sideways when placing, using minetest.rotate_and_place()
Vanessa Ezekowitz
2013-11-07 20:59:50 -05:00
c3e3f7ae38fix incorrect assumpton about math.random()
Vanessa Ezekowitz
2013-10-27 02:11:32 -04:00
b320a7db8fAll leaf decay values sped up a bit and palm leaf decay radius changed to 15, by default (does not affect existing world - admins will need to change the moretrees_settings.txt file manually, if so desired)
Vanessa Ezekowitz
2013-10-02 13:43:50 -04:00
5a27405fadforgot to update sapling_ongen spawn chance/interval of some trees.
Vanessa Ezekowitz
2013-09-15 01:56:30 -04:00
2f3d7bed0boops, dropped an alias that caused jungle trees to spawn without trunks! Fixed by altering the tree model to use the original node.
Vanessa Ezekowitz
2013-09-15 01:52:08 -04:00
fad79d86b7add option to spawn saplings instead of fully-grown trees at mapgen time. Such saplings will grow very quickly into a tree, compared to a planted sapling. Defaults to spawning saplings.
Vanessa Ezekowitz
2013-09-14 22:44:32 -04:00
258f33e42aFixes mixup of textures.
Tim Huppertz
2013-09-09 15:55:28 +02:00
95db67ace6Replaced LICENSE file with a complete and clear version. The version change from CC-BY-SA-2.0 to CC-BY-SA-3.0 was authorized by VanessaE in writing.
Dominik George
2013-09-09 15:44:50 +02:00
d2759ef35bReplaces TerraFirmaCraft textures with new ones under CC-BY-SA-3.0.
Tim Huppertz
2013-09-09 15:37:31 +02:00
c6678d81f4Oops, textures are supposed to be cc-by-sa 2.0 for now
Vanessa Ezekowitz
2013-09-08 21:19:32 -04:00
11e8460275Change the license on the textures to cc-by-sa 3.0
Vanessa Ezekowitz
2013-09-08 11:53:28 -04:00
dbf775808aalways read default_settings.txt before reading the world-folder's settings file
Vanessa Ezekowitz
2013-08-05 04:58:08 -04:00
1c5dd852f4put wood planks stairs/slabs/micros/panels into separate groups (wood_xxxxx=1) did the same for tree trunks (tree_xxxxx=1)
Vanessa Ezekowitz
2013-07-04 23:03:40 -04:00
c277590fc2Phased out all deprecated minetest.env:* uses in favor of minetest.*
Vanessa Ezekowitz
2013-06-30 23:55:07 -04:00
9e2c0485f4Ran all textures through pngquant.
Vanessa Ezekowitz
2013-05-30 17:29:46 -04:00
cc813a47d5Ran all textures through pngcrush.
Vanessa Ezekowitz
2013-05-30 15:47:52 -04:00
c41195acc8deleted sideways, empty rubber tree trunk, added conversion abm for it
Vanessa Ezekowitz
2013-04-26 20:12:22 -04:00
ae09c948ffget rid of sideways tree trunks and their stairs/slabs Add conversion code to handle them. Minor formatting fixes.
Vanessa Ezekowitz
2013-04-24 08:43:27 -04:00
ea61c08ae0Merge branch 'master' into newstuff
Vanessa Ezekowitz
2013-04-18 18:28:34 -04:00
c1a5cf776bUpdate 2013-04-17: Got rid of horizontal jungle tree trunk, aliased it to the one in the moreblocks mod. Got rid of jungle tree planks recipe, default already has it. But that's not the important part...
Vanessa Ezekowitz
2013-04-17 19:30:17 -04:00
7a7ee2d168Added alises for farming_plus rubber trees, added "empty" rubber tree trunk for technic (also a sideways version).
Vanessa Ezekowitz
2013-04-13 13:58:35 -04:00
6184e4a4e8technic has discontinued rubber trees in favor of this mod. Added some aliases to cover old technic nodes.
Vanessa Ezekowitz
2013-04-10 16:56:46 -04:00
93248e883fMerge branch 'master' into newstuff
Vanessa Ezekowitz
2013-04-10 14:32:06 -04:00
85e07fb787forgot to test if the file can be read the second time the mod is run. Should be fixed now.
Vanessa Ezekowitz
2013-04-09 00:32:15 -04:00
8a1ebec951Made settings world-specific - look for moretrees_settings.txt in your world folder. If it isn't found, the mod will create it with the contents of default_settings.txt and then read those default settings and use them. Otherwise, it will read its settings from the world folder.
Vanessa Ezekowitz
2013-04-09 00:15:24 -04:00
4184caa641removed all code that tries to disable default trees because the minetest dev team is being completely obstinant about letting me properly disable them from this mod.
Vanessa Ezekowitz
2013-04-08 22:54:22 -04:00
f13f83d9d1Added stairsplus/circular saw support
Vanessa Ezekowitz
2013-04-07 22:22:01 -04:00
4c198fad78Multiple changes, see below:
Vanessa Ezekowitz
2013-04-07 22:09:18 -04:00
d877bd51bbAdded settings to enable/disable each tree type, all default to enabled.
Vanessa Ezekowitz
2013-04-06 17:21:11 -04:00
89e1cb49bdDisable default trees by default (replaces them with beech trees)
Vanessa Ezekowitz
2013-03-30 23:30:53 -04:00
0380556e71Forgot to manually define sideways jungle tree trunks.
Vanessa Ezekowitz
2013-03-19 17:32:16 -04:00
6d74d09c9dAdded support for spawning small fir trees in snow biomes. Made jungletrees and palms require at least +15°C to grow. This is supposed to keep them away from snow biomes, but the engine doesn't let me tell the snow mod to always run first. Also please note that due to the load that snow biomes + moretrees adds to the map generator, well... stuff will look cut off, broken, etc. due to bugs in the map generator.
Vanessa Ezekowitz
2013-02-23 12:34:01 -05:00
d21d4d2fb4added fuel recipes for saplings, and for moretrees leaves group.
Vanessa Ezekowitz
2013-02-21 22:35:31 -05:00
bc86a3e2abmade jungle trees more numerous and able to spread further from water, took leaves out of the avoidnodes table, there's really no reason to have them there and having them causes too much spacing between trees. Reduced the prevalence of sequoias.
Vanessa Ezekowitz
2013-02-20 11:46:36 -05:00
c854f526d4put all tree leaves into leaves and moretres_leaves groups, fixed incorrect inclusion of "tree" group for leaves.
Vanessa Ezekowitz
2013-02-13 21:25:24 -05:00
f0b77c5625forgot to change a couple of default settings before pushing
Vanessa Ezekowitz
2013-02-11 22:11:18 -05:00
6da6bda95emade leaves depend on the trunks they spawn with to avoid decaying
Vanessa Ezekowitz
2013-02-11 22:07:40 -05:00
a0af3f26deadded the ability to redefine apples so that they'll fall when nearby leaves disappear (defaults to true). Moved leafdecay code into its own file. Moved sapling configs into settings.lua
Vanessa Ezekowitz
2013-02-11 12:23:05 -05:00
1445263d73Added ability to do leaf decay on default trees, moved several configuration settings into a separate file. You should disable leaf decay in minetest_game if you enable it here.
Vanessa Ezekowitz
2013-02-11 12:09:17 -05:00
9208a8bd75forgot to account for legacy node name default:jungletree in leafdecay code
Vanessa Ezekowitz
2013-02-11 11:07:44 -05:00
c745c613aftuned leaf decay somewhat - palms need a separate ABM because they have such wide leaves.
Vanessa Ezekowitz
2013-02-11 00:27:58 -05:00
966c5fc4b0added leafdecay, fixed broken birch sideways trunk recipe, made all cones + apple fall when they have nothing to hang onto.
Vanessa Ezekowitz
2013-02-11 00:09:53 -05:00