Commit Graph

27 Commits

Author SHA1 Message Date
HybridDog d61a1d54ab edit comments
M  src/nodes.lua
2016-08-13 13:15:15 +02:00
HybridDog 92f5cb0fde move stairs dofiles to nodes.lua
M  init.lua
M  src/nodes.lua
2016-08-13 13:09:11 +02:00
HybridDog 1c1a5c11b7 move the snow redefinition to nodes.lua
M  src/nodes.lua
M  src/snowball.lua
2016-08-13 13:05:54 +02:00
HybridDog a5ae53fbeb fix deprecated messages
M  depends.txt
M  src/mapgen.lua
M  src/nodes.lua
2016-07-31 18:32:49 +02:00
HybridDog afc578cb16 allow configuring the mapgen size, rarity and smooth without rejoining, which is actually a bad idea because of chunk corners 2015-11-22 01:21:21 +01:00
HybridDog 35c21dd879 fix plantlike rotation 2015-11-21 21:26:45 +01:00
HybridDog 06e74418e9 add snow apple and make snowy more snowy 2015-06-19 22:03:59 +02:00
HybridDog 4a2c869407 do not generate in deserts, doesn't seem to work… but better than nothing 2015-06-19 21:21:36 +02:00
HybridDog 4286299c0e make shrubs and moss furnace burnable and remove ws values saving, l got a memory error 2015-06-19 19:07:38 +02:00
HybridDog 6dbbf90f34 add snow covered snow shrub 2015-06-17 19:29:43 +02:00
HybridDog f82c525222 add snow shrub 2015-06-17 18:57:11 +02:00
HybridDog ccc1b5154d add snow biome flowers 2015-06-13 16:51:14 +02:00
HybridDog ead65ab164 change icebrick texture and make crafting icebricks possible 2015-06-12 21:46:30 +02:00
HybridDog 476dd1e029 further short nodes.lua and add an icebrick with LazyJ's texture 2015-06-12 21:03:06 +02:00
HybridDog d5cdc50f3a move the furnace_burntime to node definitions and short nodes.lua 2015-06-12 18:11:45 +02:00
HybridDog 819f2d6cfb remove whitespaces: for i in */*.lua; do sed -i 's/[ \t]*$//' workers/init.lua ; done 2015-05-29 12:11:17 +02:00
HybridDog c0b40b5cbf some code updates 2015-05-23 19:53:30 +02:00
HybridDog b9e93a8b58 small fixes 2015-03-06 19:40:51 +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 463114375a fix 2 error messages 2015-02-14 22:42:22 +01:00
Splizard f75eaa98a9 Make ice easier to dig with a pickaxe. 2014-06-09 14:01:31 +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
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 16d174240d Ice shouldn't be breakable by hand. Too easy to destroy. 2014-06-05 19:32:22 +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 dbde0d7c93 Put all the extra lua files in a src directory.
(This cleans up the folder for users, who don't want to see all those
strange files)
2014-06-04 11:20:57 +12:00