oweals/minetest_game.git
8 years agoAspen trees.
Auke Kok [Tue, 5 Jan 2016 01:56:20 +0000 (17:56 -0800)]
Aspen trees.

Adds a birch-like tree to the default_game. Aspen was chosen on
purpose instead of birch, as several birch tree mods already exist
and choosing a different name avoids any conflicts.

Schematics were made for both normal and sapling version, assuring
saplings will not be able to grief. The shape of the Aspen is "fanning
out at the top" and provides an easy tree to walk under, but still a
somewhat thick cover. The Aspen trunk is 4 to 6 blocks tall, with up
to three layers of leaves on top, making it slightly taller than an
Apple tree, but shorter than a Pine tree, which provides a good blend.

Textures were painted from scratch, except tree_top and _wood
variants, which are color modified versions of the pine_wood
variants. Appropriate licenses have been chosen for the new textures.

The leaf texture is light enough to contrast other trees, but dark
enough to offset against our light default grass color. The leaves
are drawn in the typical minetest default fashion with plenty of
transparancy, but enough definition to suggest that you're seeing
something that looks like leaves. The placement of leaves in the
schematic also suggests the top of the tree is sparse and you can
see the sky through the leaves.

Sapling texture is both traditional and different, with lush green
leaves and a well-defined stem, but slightly stick-like and skinny,
as these plants tend to grow up first, then out.

Add fallen Aspen logs. We make these logs a minimum of 2 blocks long,
and up to 3. This allows us to make these logs a place where both
red and brown mushrooms can be found, to these may be attractive to
players. However, the spawn rate for these has been reduced a lot
compared to the other logs, to account for the scarcity of Aspen.

Add stairs, slabs for these wood types as well.

Mapgen will place these trees in deciduous forests only, but in
a way that the biome is a range between entirely Apple trees, and
mostly entirely Aspen trees, with a bias to Apple trees. To make
fallen logs somewhat correlated with trees, we modify the planting
of Apple trees and logs to use perlin noise and not fill ratio,
otherwise you'd always end up with Apple logs in Aspen tree areas,
which would be suspicious. There still is a bit of a mix.

8 years agoFix trapdoor recipe conflict with iron bar recipe.
Auke Kok [Mon, 11 Jan 2016 20:39:24 +0000 (12:39 -0800)]
Fix trapdoor recipe conflict with iron bar recipe.

In oversight, I added this recipe not verifying that it was already
taken.

We change this to a 2x2 iron bar recipe. The shape and amount are
reasonable (reduced to output 1 steel trapdoor), and I verified that
it wasn't in use.

Fixes #779

8 years agoLower mushroom-on-log rate for pine forests.
Auke Kok [Fri, 8 Jan 2016 03:16:38 +0000 (19:16 -0800)]
Lower mushroom-on-log rate for pine forests.

These were likely too high, so we lower them to the rate
of mushrooms on apple trees.

issue #773

8 years agoReplace aliased fertile mushrooms.
Auke Kok [Thu, 7 Jan 2016 15:21:19 +0000 (07:21 -0800)]
Replace aliased fertile mushrooms.

This is a non-issue: these are aliased to normal mushrooms. For
clarity, we replace them with the normal mushrooms here as well.

8 years agoPlace tree logs as decorations.
Auke Kok [Sun, 27 Dec 2015 20:41:09 +0000 (12:41 -0800)]
Place tree logs as decorations.

We can vary the landscape a bit more by placing "fallen logs"
around the various forests. These decorations are quite fast
and will provide some gameplay value but are still more rare
than the corresponding trees, so they don't provide free
materials.

I've manually put the schematic as lua tables since these log
schematics are only 8 blocks. We vary the log lengths between
1 and 3 blocks by making the end blocks have a lower chance
of appearing.

Amount is varied by fill_ratio, except for acacia trees where
we reduce the scale, so that acacia logs show up near places with
acacia trees consistently.

Mushrooms are placed optionally on each log. We can't place
two different mushrooms on a log, so instead we opt to place
brown mushrooms on oak/appletree logs, brown mushrooms on
jungletree logs, and red mushrooms on pine logs. No mushrooms
are placed on acacia logs, as they occur in a dry biome,
savannah, and this adds a bit of biome diversity.

8 years agoFix endless trapdoor bug.
Auke Kok [Tue, 5 Jan 2016 15:16:42 +0000 (07:16 -0800)]
Fix endless trapdoor bug.

Closes #770 - thanks to @tenplus1, @kilbith

8 years agoMinor polishing of creative
jeanpatrick.guerrero@gmail.com [Sat, 26 Dec 2015 10:30:14 +0000 (11:30 +0100)]
Minor polishing of creative

8 years agoAllow books to be copied on the craft grid.
Auke Kok [Tue, 15 Dec 2015 05:42:09 +0000 (21:42 -0800)]
Allow books to be copied on the craft grid.

Combine any written book with an empty book to copy it. The
copy is in player hands when using, and the original is put
back on the crafting grid and can be directly copied again.

All ownership and metadata is retained, so the copy of the book
is as writable as the original is, or isn't.

8 years agoFix TNT drops being placed inside nodes
ShadowNinja [Mon, 19 Oct 2015 02:06:53 +0000 (22:06 -0400)]
Fix TNT drops being placed inside nodes

8 years agoDefault: Remove normalmap textures
paramat [Tue, 29 Dec 2015 23:16:59 +0000 (23:16 +0000)]
Default: Remove normalmap textures

8 years agoSteel Trapdoor.
Auke Kok [Tue, 15 Dec 2015 07:35:14 +0000 (23:35 -0800)]
Steel Trapdoor.

Adds a steel trapdoor. Textures were painted from scratch, and
inspired by the current Steel Door. Ownership on the trapdoor
works as expected, and so does the crafting recipe.

8 years agoDefault: Add mapgen alias for air
paramat [Mon, 28 Dec 2015 22:24:51 +0000 (22:24 +0000)]
Default: Add mapgen alias for air

8 years agoDefault: New appletree schematics with more variation
paramat [Sun, 27 Dec 2015 22:25:44 +0000 (22:25 +0000)]
Default: New appletree schematics with more variation

8 years agoFix door volume level.
Auke Kok [Sun, 27 Dec 2015 06:48:35 +0000 (22:48 -0800)]
Fix door volume level.

Playing stereo sounds positionally in OpenAL causes it to play
the sounds unattenuated - same volume for all distances. This
shouldn't happen, and makes door sounds unneccesarily loud from
very far away.

Convert all door samples to mono, 22kHz 64kbit.

Trimmed all door samples to remove lead, trail silence.

8 years agoRemove spores from mushrooms.
Auke Kok [Tue, 15 Dec 2015 07:53:27 +0000 (23:53 -0800)]
Remove spores from mushrooms.

These have almost no value gameplay wise. Mushrooms spread
by their very nature into appropriate soil nearby, and
harvesting spores is something only scientists do. Actual
mushroom farmers leave a few mushrooms and put on more
manure, and keep the light off.

Modify the growth ABM to test for light levels and attempt
to plant a similar mushroom nearby (+/- 2 x,z, +/- y). Light
at both source and destination needs to be low enough. I've
tuned it to be 3-4 spaces from a torch.

Mushrooms will die in full sunlight, but they can survive under
trees and may grow out at night anywhere.

Removed obsolete textures.

Remove unused nodes and provide aliases for them.

Aliased obsolete nodes so no unknown item nodes appear.

Mushrooms die only in full sunlight (light level 15).

8 years agoVerify node type is facedir.
Auke Kok [Thu, 24 Dec 2015 20:41:52 +0000 (12:41 -0800)]
Verify node type is facedir.

This prevents nodes that are not of the "facedir" paramtype2,
as these are generally not expected to be able to rotate. Mods
and other methods may still manipulate param2 of these nodes
as expected.

Addresses #712

8 years agoAdd a search field to the creative inventory
jeanpatrick.guerrero@gmail.com [Mon, 7 Dec 2015 10:36:40 +0000 (11:36 +0100)]
Add a search field to the creative inventory

8 years agoOres: Allow dirt and sand blob ore in sandstone, desert stone
paramat [Sat, 19 Dec 2015 15:32:41 +0000 (15:32 +0000)]
Ores: Allow dirt and sand blob ore in sandstone, desert stone

Re-align parameter format in 'register ore'

8 years agoFlowers/mapgen: Slightly more flowers in mgv5/v7/flat/fractal
paramat [Fri, 18 Dec 2015 07:08:37 +0000 (07:08 +0000)]
Flowers/mapgen: Slightly more flowers in mgv5/v7/flat/fractal

8 years agoDefault/mapgen: Correct spelling of 'noise threshhold' in 'register ore'
paramat [Fri, 18 Dec 2015 05:23:45 +0000 (05:23 +0000)]
Default/mapgen: Correct spelling of 'noise threshhold' in 'register ore'

8 years agoDefault/mapgen: Re-add grassy sand dune biomes
paramat [Tue, 15 Dec 2015 04:06:09 +0000 (04:06 +0000)]
Default/mapgen: Re-add grassy sand dune biomes

8 years agoAdd a separate image for a written book.
Auke Kok [Tue, 8 Dec 2015 00:29:33 +0000 (16:29 -0800)]
Add a separate image for a written book.

Since written books are quite different from empty books, the
visual clue that they are different items is really needed in-game.

I've added a "clasp" or "belt-with-buckle" like element to the
png from default_book, keeping them very similar but also
immediately recgnizably different.

I added the new texture to blockmen's license list since it's
obviously derivative of his work.

The PNG was run through a minimizer/optimizer to save space.

8 years agoDefault: Slightly reduce alpha of water post effect colour
paramat [Sun, 6 Dec 2015 03:09:29 +0000 (03:09 +0000)]
Default: Slightly reduce alpha of water post effect colour

To make water a little clearer and feel purer
Also correct lava alpha values from 192 to 191

8 years agoDefault: Remove root from mapgen trees and large cactus
paramat [Sun, 6 Dec 2015 21:26:55 +0000 (21:26 +0000)]
Default: Remove root from mapgen trees and large cactus

8 years agoSpeed-up creative inventory initializing (~10x faster)
jeanpatrick.guerrero@gmail.com [Sat, 28 Nov 2015 16:29:46 +0000 (17:29 +0100)]
Speed-up creative inventory initializing (~10x faster)

8 years agoDefault/mapgen: Retune cactus density due to low density fix
paramat [Mon, 23 Nov 2015 01:07:28 +0000 (01:07 +0000)]
Default/mapgen: Retune cactus density due to low density fix

8 years agoDefault/trees: Make 'can grow' public to enable over-riding
paramat [Mon, 23 Nov 2015 00:55:11 +0000 (00:55 +0000)]
Default/trees: Make 'can grow' public to enable over-riding

8 years agoDefault/mapgen: Use sidelen 16 for low density decorations
paramat [Sun, 15 Nov 2015 08:28:47 +0000 (08:28 +0000)]
Default/mapgen: Use sidelen 16 for low density decorations

The fixing of low density decorations allows returning to
sidelen 16 for acacia trees and cacti, previously sidelen
80 was required for low density decorations to appear
Also use sidelen 16 instead of 8 for mgv6 papyrus

8 years agoBeds: Re-add commas at list ends
paramat [Sat, 14 Nov 2015 05:10:38 +0000 (05:10 +0000)]
Beds: Re-add commas at list ends

8 years agoBeds: Make non pointable by pointable definition
Rui [Wed, 11 Nov 2015 07:49:12 +0000 (16:49 +0900)]
Beds: Make non pointable by pointable definition

8 years agoDefault, fire: Disable catch-up in some ABMs
paramat [Thu, 5 Nov 2015 01:17:13 +0000 (01:17 +0000)]
Default, fire: Disable catch-up in some ABMs

To avoid processing spikes where catch-up is non-essential
Disable in: Lavacooling, grass growing, grass removal
and all fire mod ABMs

8 years agoDefault/mapgen: Fix missing taiga pine
paramat [Mon, 9 Nov 2015 00:55:41 +0000 (00:55 +0000)]
Default/mapgen: Fix missing taiga pine

8 years agoDefault/mapgen: Tune biome points for improved disribution
paramat [Sat, 7 Nov 2015 04:12:55 +0000 (04:12 +0000)]
Default/mapgen: Tune biome points for improved disribution

Bring humidity points closer to reduce distortion of voronoi cells
Slightly reduce size of hot and frozen biomes
Improve location of glacier biomes
Remove unnecessary snow nodeboxes from tundra to improve FPS
Add missing dirt_with_snow to taiga

8 years agoDefault/mapgen: Tune biome points and biome depths
paramat [Tue, 3 Nov 2015 01:52:43 +0000 (01:52 +0000)]
Default/mapgen: Tune biome points and biome depths

8 years agoBoats: Check player attached object
Rui914 [Wed, 28 Oct 2015 15:41:15 +0000 (00:41 +0900)]
Boats: Check player attached object

8 years agoFire: Add 'permanent flame' node
paramat [Tue, 22 Sep 2015 20:37:05 +0000 (21:37 +0100)]
Fire: Add 'permanent flame' node

Update 'disable fire' documentation in conf.example

8 years agoRemove unused TNT & torch textures
Craig Davison [Wed, 29 Jul 2015 21:07:26 +0000 (22:07 +0100)]
Remove unused TNT & torch textures

Closes #544

8 years agoDefault/trees: Clean-up 'can grow' function
paramat [Tue, 27 Oct 2015 01:10:25 +0000 (01:10 +0000)]
Default/trees: Clean-up 'can grow' function

8 years agoDefault/functions: ABM for mossycobble replacing cobble next to water
paramat [Thu, 22 Oct 2015 17:54:18 +0000 (18:54 +0100)]
Default/functions: ABM for mossycobble replacing cobble next to water

8 years agoBoats: Check inventory in boat.on_punch
paramat [Mon, 19 Oct 2015 22:58:24 +0000 (23:58 +0100)]
Boats: Check inventory in boat.on_punch

If puncher inventory is full, then drop boat

8 years agoUse PI variable rather than unclear constant
Marcin [Sun, 4 Oct 2015 22:17:30 +0000 (00:17 +0200)]
Use PI variable rather than unclear constant

8 years agoDefault/book: textarea -> table
Rui [Sun, 4 Oct 2015 09:36:58 +0000 (18:36 +0900)]
Default/book: textarea -> table

8 years agoDefault/trees: Add requirement of light level 13 for sapling growth
paramat [Fri, 16 Oct 2015 10:51:27 +0000 (11:51 +0100)]
Default/trees: Add requirement of light level 13 for sapling growth

8 years agoFix wrong nomenclature in game_api.txt
PilzAdam [Sun, 11 Oct 2015 16:29:39 +0000 (18:29 +0200)]
Fix wrong nomenclature in game_api.txt

8 years agoDefault/mapgen: Remove dunes biome. Sand for glacier seabed
paramat [Sat, 10 Oct 2015 12:56:52 +0000 (13:56 +0100)]
Default/mapgen: Remove dunes biome. Sand for glacier seabed

8 years agoNew header image 'Minetest Game'
paramat [Tue, 6 Oct 2015 02:14:59 +0000 (03:14 +0100)]
New header image 'Minetest Game'

8 years agoPapyrus: Grow on dirt and grass only, remove from desert ocean
paramat [Mon, 5 Oct 2015 00:25:23 +0000 (01:25 +0100)]
Papyrus: Grow on dirt and grass only, remove from desert ocean

8 years agoFlowers: Allow placing waterlily on river water
paramat [Sun, 4 Oct 2015 23:06:07 +0000 (00:06 +0100)]
Flowers: Allow placing waterlily on river water

Add 'buildable_to = true' to flowers and waterlily

8 years agoMgv5/7 biomes: Add more shallow dirt waters
paramat [Mon, 28 Sep 2015 02:14:44 +0000 (03:14 +0100)]
Mgv5/7 biomes: Add more shallow dirt waters

Dirt waters are more suitable for waterlilies
Add dedicated dunes biome in coniferous forest
Papyrus: use dirt base again
Force-place roots on mapgen tree schematics
Tune some humidity points to improve voronoi cells
Add random rotation to jungle trees

8 years agoDefault: Remove light source from mese ore
paramat [Tue, 22 Sep 2015 21:25:41 +0000 (22:25 +0100)]
Default: Remove light source from mese ore

New brighter mineral_mese texture

8 years agoRename to Minetest Game
paramat [Tue, 29 Sep 2015 23:48:09 +0000 (00:48 +0100)]
Rename to Minetest Game

Rename in game.conf and documentation
Update game_api.txt documentation for bucket API and tree functions
Fix tab, space and comment formatting in game_api.txt
Rename in mod READMEs

8 years agoAdding bones' drop feature Before, when you died, you got to punch you bones to get...
LeMagnesium [Tue, 3 Feb 2015 19:23:00 +0000 (20:23 +0100)]
Adding bones' drop feature Before, when you died, you got to punch you bones to get back your stuff, the bones block was not dropped. However, a lot of people wants to use them for decorations/building, and have to install a dedicated mod since 0.4.10-release. With this commit, a bones block containing an inventory is dropped/added to inventory (if enough room) when the bones block is removed. Then, when a player places a bones block by himself, he will dig it like any other basic node (eg. default:tree), not just punch it.

Thanks for reading.

8 years agoUpdate api.lua
codeandfix [Tue, 2 Sep 2014 18:40:06 +0000 (20:40 +0200)]
Update api.lua

added protection for seed placement and hoeing

8 years agoRemove ugly def of xpanes
Rui914 [Mon, 31 Aug 2015 16:35:59 +0000 (01:35 +0900)]
Remove ugly def of xpanes

8 years agoAdd option to disable bed's night skip - Solve second point of #512 by adding a setti...
LeMagnesium [Thu, 14 May 2015 16:57:41 +0000 (18:57 +0200)]
Add option to disable bed's night skip - Solve second point of #512 by adding a setting, `enable_bed_night_skip` , with default value of `true`.

8 years agoDefault/mapgen blob ores: Tune, make faithful to mgv6
paramat [Fri, 18 Sep 2015 21:59:02 +0000 (22:59 +0100)]
Default/mapgen blob ores: Tune, make faithful to mgv6

8 years agoFlowers: Make waterlily not walkable. Add missing flower group
paramat [Thu, 17 Sep 2015 14:43:29 +0000 (15:43 +0100)]
Flowers: Make waterlily not walkable. Add missing flower group

8 years agoFlowers: Add waterlily and add to mapgen
paramat [Wed, 16 Sep 2015 01:38:58 +0000 (02:38 +0100)]
Flowers: Add waterlily and add to mapgen

8 years agoRemove beds/Changelog.txt & farming/API.txt
Craig Davison [Wed, 29 Jul 2015 21:18:16 +0000 (22:18 +0100)]
Remove beds/Changelog.txt & farming/API.txt

- beds/Changelog.txt probably won't be updated because http://dev.minetest.net/Changelog is used instead
- The information in farming/API.txt is already documented in game_api.txt

8 years agoChange obsidian glass drawtype to glasslike_framed_optional
MT-Modder [Sun, 1 Mar 2015 03:15:16 +0000 (22:15 -0500)]
Change obsidian glass drawtype to glasslike_framed_optional

8 years agoBetter bucket textures
Wouters Dorian [Fri, 10 Jul 2015 00:31:18 +0000 (02:31 +0200)]
Better bucket textures

8 years agoDefault/mapgen: Make river water ice in glacier biome
paramat [Wed, 9 Sep 2015 17:09:10 +0000 (18:09 +0100)]
Default/mapgen: Make river water ice in glacier biome

Add commented-out 'node river water' lines to all biomes

8 years agoFlowers: Make flowers wave when waving shader enabled
paramat [Sun, 6 Sep 2015 05:03:08 +0000 (06:03 +0100)]
Flowers: Make flowers wave when waving shader enabled

8 years agoDefault/schematics: Fix root error in jungletree from sapling
paramat [Sat, 5 Sep 2015 04:59:01 +0000 (05:59 +0100)]
Default/schematics: Fix root error in jungletree from sapling

8 years agoFire: Move flame extinguishing to separate faster ABM
paramat [Wed, 26 Aug 2015 01:31:56 +0000 (02:31 +0100)]
Fire: Move flame extinguishing to separate faster ABM

Add extinguish sounds (from default mod lavacooling)
'disable fire' setting extinguishes fire quickly using a dedicated ABM
'disable fire' also disables all other ABMs
Simplify flammable node removal ABM
Speed up node ignition, it was too slow
Add 'sunlight propagates = true' and 'paramtype = "light" to flame
Balance fire sounds' gain

8 years agoDefault/nodes: Fix acacia leaves not waving
paramat [Tue, 1 Sep 2015 05:12:21 +0000 (06:12 +0100)]
Default/nodes: Fix acacia leaves not waving

8 years agoDefault/trees: Add not-force-placed tree schematics grown from saplings
paramat [Mon, 31 Aug 2015 04:54:46 +0000 (05:54 +0100)]
Default/trees: Add not-force-placed tree schematics grown from saplings

8 years agoDefault: Allow papyrus growing on default:sand
paramat [Sat, 29 Aug 2015 22:58:39 +0000 (23:58 +0100)]
Default: Allow papyrus growing on default:sand

Mgv5/mgv7 papyrus schematic now has sand nodes as a base
Add sand beach to mgv5/mgv7 deserts

8 years agoDefault/nodes.lua: Add missing spaces, shorten lines
paramat [Tue, 25 Aug 2015 03:11:46 +0000 (04:11 +0100)]
Default/nodes.lua: Add missing spaces, shorten lines

8 years agoDefault: Add snow, snowblock, ice to puts_out_fire group
paramat [Tue, 25 Aug 2015 00:20:14 +0000 (01:20 +0100)]
Default: Add snow, snowblock, ice to puts_out_fire group

8 years agoFire: Slow down fire spread and reduce lua load 0.4.13
paramat [Tue, 18 Aug 2015 00:33:43 +0000 (01:33 +0100)]
Fire: Slow down fire spread and reduce lua load

Increase chance value of ABMs
Disable ignition from a distance
Only detect neighbouring extinguishing nodes
Fix code style issues and add comments

8 years agoNew normalmaps for some nodes
RealBadAngel [Tue, 18 Aug 2015 22:30:19 +0000 (00:30 +0200)]
New normalmaps for some nodes

8 years agoAdd tiling info for grass nodes
RealBadAngel [Tue, 18 Aug 2015 22:26:32 +0000 (00:26 +0200)]
Add tiling info for grass nodes

8 years agoBoats: Fix sinking through boat when detaching
paramat [Sun, 16 Aug 2015 22:24:41 +0000 (23:24 +0100)]
Boats: Fix sinking through boat when detaching

By CProgrammerRU
Also, by paramat:
Slightly raise base of collision box
Improve code style

8 years agoDefault: New stone brick and desert stone brick textures
paramat [Sun, 16 Aug 2015 20:33:11 +0000 (21:33 +0100)]
Default: New stone brick and desert stone brick textures

8 years agoDefault: Change to 'pixelbox2' long grass textures by Gambit
paramat [Sun, 16 Aug 2015 02:15:22 +0000 (03:15 +0100)]
Default: Change to 'pixelbox2' long grass textures by Gambit

8 years agoStairs: Add aliases needed due to new pine wood name
paramat [Sat, 15 Aug 2015 22:30:34 +0000 (23:30 +0100)]
Stairs: Add aliases needed due to new pine wood name

8 years agoDefault: New grass textures, new footprint overlay texture
paramat [Tue, 11 Aug 2015 20:28:28 +0000 (21:28 +0100)]
Default: New grass textures, new footprint overlay texture

8 years agoStairs: Add straw and metal blocks
paramat [Fri, 14 Aug 2015 02:00:32 +0000 (03:00 +0100)]
Stairs: Add straw and metal blocks

Make replace ABM optional, disabled by default

8 years agoDefault: New darker jungletree_top and junglewood textures
paramat [Thu, 13 Aug 2015 21:40:30 +0000 (22:40 +0100)]
Default: New darker jungletree_top and junglewood textures

8 years agoFlowers: Add sporeless mushrooms and edit drops
paramat [Mon, 10 Aug 2015 10:57:27 +0000 (11:57 +0100)]
Flowers: Add sporeless mushrooms and edit drops

8 years agoFixed invalid check. This fixes minetest/minetest_game#609
Christian Wischenbart [Wed, 5 Aug 2015 20:20:41 +0000 (22:20 +0200)]
Fixed invalid check. This fixes minetest/minetest_game#609

8 years agoDefault: Rename pine tree nodes, textures and mapgen aliases
paramat [Sun, 9 Aug 2015 07:50:57 +0000 (08:50 +0100)]
Default: Rename pine tree nodes, textures and mapgen aliases

8 years agoTweak mushroom drops
est31 [Sun, 9 Aug 2015 23:03:15 +0000 (01:03 +0200)]
Tweak mushroom drops

-> Don't always drop the main mushroom (allowed endless spore generation loop before)
-> Drop less spores, before you got lots of spores

8 years agoDefault/trees: Combine sapling ABMs into one ABM
paramat [Fri, 7 Aug 2015 19:24:12 +0000 (20:24 +0100)]
Default/trees: Combine sapling ABMs into one ABM

8 years agoMushrooms: Rename spore nodes. Single ABM for mushroom growing
paramat [Fri, 7 Aug 2015 16:41:44 +0000 (17:41 +0100)]
Mushrooms: Rename spore nodes. Single ABM for mushroom growing

Code re-arranged and clarified

8 years agoBiomes: Tune v5/v7 biomes and v5/v6/v7 mushroom distribution
paramat [Fri, 7 Aug 2015 15:03:53 +0000 (16:03 +0100)]
Biomes: Tune v5/v7 biomes and v5/v6/v7 mushroom distribution

More complex distribution of dry grasses
Remove water below glacier rivers
Gravel as glacier seabed
Do not force-place acacia root
Tune acacia tree density
Match mgv5/v7 mushrooms to tree density
Spawn mgv6 mushrooms by trees

8 years agoFix mese block alias
Craig Davison [Wed, 29 Jul 2015 19:36:58 +0000 (20:36 +0100)]
Fix mese block alias

It should alias the old name (mese_block) to the new/current name (mese) rather than the other way round.

8 years agoStairs: Lengthen interval of replace abm
paramat [Sun, 2 Aug 2015 04:00:07 +0000 (05:00 +0100)]
Stairs: Lengthen interval of replace abm

8 years agoDefault/functions: Reduce lavacooling ABM/sound overload
paramat [Sun, 2 Aug 2015 04:16:01 +0000 (05:16 +0100)]
Default/functions: Reduce lavacooling ABM/sound overload

8 years agoFlowers: Make mushrooms farmable using spores
paramat [Sat, 1 Aug 2015 01:13:14 +0000 (02:13 +0100)]
Flowers: Make mushrooms farmable using spores

8 years agoAdd biomes for mgv5 and mgv7
paramat [Wed, 29 Jul 2015 01:19:49 +0000 (02:19 +0100)]
Add biomes for mgv5 and mgv7

8 years agoDefault: Thicker snow nodebox
paramat [Fri, 24 Jul 2015 00:24:13 +0000 (01:24 +0100)]
Default: Thicker snow nodebox

8 years agoDefault: Add papyrus schematic 595/head
paramat [Tue, 28 Jul 2015 00:45:09 +0000 (01:45 +0100)]
Default: Add papyrus schematic

8 years agoDefault: New appletree schematic with tuned apple chance
paramat [Mon, 27 Jul 2015 03:21:28 +0000 (04:21 +0100)]
Default: New appletree schematic with tuned apple chance

8 years agoDefault/mapgen: Disable nyancats in singlenode mapgen
paramat [Sun, 26 Jul 2015 22:08:47 +0000 (23:08 +0100)]
Default/mapgen: Disable nyancats in singlenode mapgen

8 years agoFlowers: Keep mushrooms above water level
paramat [Fri, 24 Jul 2015 20:33:13 +0000 (21:33 +0100)]
Flowers: Keep mushrooms above water level

8 years agoDefault: Add improved mgv5/mgv7 tree schematics
paramat [Thu, 23 Jul 2015 00:54:45 +0000 (01:54 +0100)]
Default: Add improved mgv5/mgv7 tree schematics

8 years agoStairs: Register acacia wood stair and slab
paramat [Thu, 23 Jul 2015 00:24:45 +0000 (01:24 +0100)]
Stairs: Register acacia wood stair and slab

8 years agoFlowers: Add mushrooms to mgv6
paramat [Tue, 21 Jul 2015 23:16:40 +0000 (00:16 +0100)]
Flowers: Add mushrooms to mgv6