Commit Graph

112 Commits

Author SHA1 Message Date
HybridDog 46cf4e907a change pinetree schematic file 2015-03-14 17:15:52 +01:00
HybridDog ed97a5aaf3 new pinetree texture, please inform me if you dont want it 2015-03-06 20:14:37 +01:00
HybridDog b9e93a8b58 small fixes 2015-03-06 19:40:51 +01:00
HybridDog de76f5dc62 short code 2015-03-06 19:22:45 +01:00
HybridDog e889cbc6a4 use the default pine tree node, try to improve performance in mapgen_v6 and comment a weird "and y ~= "air")" 2015-03-05 17:36:02 +01:00
HybridDog 943efa6110 only search for jungleleaves etc. and set air there if air isnt already there (mapgen_v6) 2015-03-05 17:25:22 +01:00
HybridDog a3b9c2df55 use minetest.get_node only one time when constructing cold nodes 2015-03-05 16:58:57 +01:00
HybridDog 84803a5cc9 new default_ice texture 2015-03-05 16:42:01 +01:00
HybridDog 5bccad6a08 add debug.txt to gitignore and move the default_ice texture 2015-03-05 15:59:08 +01:00
Splizard f26e28c3a1 Merge pull request #12 from HybridDog/texture_sort
move unused textures into another folder and reduce file sizes using advpng and optipng
2015-03-05 10:13:49 +13:00
HybridDog abd9690433 move unused textures into another folder and reduce file sizes using advpng and optipng 2015-03-04 19:58:10 +01:00
Splizard a3b9a4453a Merge pull request #11 from HybridDog/particlespawnerfix
update particlespawner and use a random rotation and/or mirroring for the falling snow texture
2015-03-04 09:16:41 +13:00
HybridDog d0f7233b3d update particlespawner and use a random rotation and/or mirroring for the falling snow texture 2015-02-26 19:25:04 +01:00
Splizard 96086a048f Merge pull request #9 from HybridDog/globalfixes
fix error messages
2015-02-16 13:46:18 +13:00
HybridDog 2ae53c95ec another one 2015-02-14 23:34:37 +01:00
HybridDog 463114375a fix 2 error messages 2015-02-14 22:42:22 +01:00
Splizard 10a11591de Merge pull request #8 from HybridDog/sp_av
check if stairsplus is available and not only moreblocks
2015-02-01 21:45:37 +13:00
HybridDog 86f0b92dcf check if stairsplus is available 2015-01-31 09:05:50 +01:00
Splizard 02e64c9d1b Quick Fix.. still call this 3.2 2015-01-16 09:35:24 +13:00
Splizard 6b3b4a8702 Version 3.2 2015-01-12 11:18:26 +13:00
Splizard f99ba3a1f6 Small fixes for the latest version of minetest. 2015-01-12 11:12:51 +13:00
Splizard 37ecfd02a8 Fix node == nil bug. Reported on the forums. 2014-10-27 10:36:35 +13:00
paramat 4d696c4843 Call this version 0.3.1 2014-09-23 05:45:05 +01:00
paramat 8dc199dd5b Paramat's edit of mapgen_v6.lua: Bugfixes. Perlinmaps for speed 2014-09-21 07:47:45 +01:00
Splizard 5a7f6d8aa5 Call this Version 3.0 2014-06-09 14:07:15 +12:00
Splizard f75eaa98a9 Make ice easier to dig with a pickaxe. 2014-06-09 14:01:31 +12:00
Splizard 7780db088d Mix up the crafts a bit for snow_cobble.
Don't have much ice? no problem! use more snow.
2014-06-09 14:01:17 +12:00
Splizard cdf33a3881 Use default nodenames. 2014-06-09 13:52:12 +12:00
Splizard d957adc61b Update Readme. 2014-06-09 13:51:59 +12:00
Splizard be26762fb7 Describe snow_cobble as Icy Snow, create crafting recipes for it
Snow blocks now drop itself not snow cobble, you need to craft it now
with ice blocks and default:snow. This makes it more plentiful then snow
blocks but a bit harder to create.
2014-06-09 13:37:17 +12:00
Splizard b2663d0ae3 Fix a bug when trying to place snow on an unknown node. 2014-06-09 13:30:08 +12:00
LazyJ 2c83d5ed76 Fixed a typo in the snow_cobble groups line.
For the moment cooking snow stuff into ice is just a quirky, curious, alternate way to make ice. This is part of an idea I have for snow furnaces with unique properties.  ~ LazyJ
2014-06-05 16:31:41 -07:00
Splizard e6f20f5825 Don't allow infinite snow.
(This can be manually set for servers.)
2014-06-05 21:10:25 +12:00
Splizard 7a2b405698 Snowy biomes only in center of noise. 2014-06-05 20:54:19 +12:00
Splizard 22b47f20a7 Fix Alpine floating apple bug. 2014-06-05 20:35:18 +12:00
Splizard 52cdffd1af Add snowy biomes back. 2014-06-05 20:34:46 +12:00
Splizard 79b2653d25 Use the old snow brick texture.
(Sorry LazyJ, I prefer this one, I might change it back if there is
quite a few people who prefer your one)
2014-06-05 20:15:21 +12:00
Splizard 16d174240d Ice shouldn't be breakable by hand. Too easy to destroy. 2014-06-05 19:32:22 +12:00
Splizard 3aa532202d Remove placeholder grass biome from mapgen_v7. 2014-06-05 19:05:00 +12:00
Splizard 954726e8c5 Straight change between alpine biome and dirt. 2014-06-05 19:02:47 +12:00
Splizard 13d66be25f Replace trees in alpine biomes with stone pillars. 2014-06-05 18:58:56 +12:00
Splizard 0c08b46264 Try fixing sleds a little. 2014-06-05 17:43:04 +12:00
Splizard 2ea175600e Make sled HUD a entity variable. 2014-06-05 17:42:44 +12:00
Splizard 31dba55c81 Fix being unable to place snow. 2014-06-05 17:01:14 +12:00
Splizard 1710db6daa Bump to version 3.0 for the next release. 2014-06-05 16:51:01 +12:00
Splizard f37ba7a615 Keep dirt_with_snow blocks after snow destruct. 2014-06-05 16:43:40 +12:00
Splizard a4470eec2a Make ice freezeover water when placed. Also make water pointable with ice. 2014-06-05 16:39:38 +12:00
Splizard c98663085a Make snow drop moss again. 2014-06-05 16:38:54 +12:00
Splizard ba01e32452 Fix up snow a bit, allow placing/digging multiple levels. 2014-06-05 15:59:53 +12:00
Splizard 1cc2c6758b Workaround for plantlife bug. 2014-06-05 15:49:24 +12:00