Commit Graph

43 Commits

Author SHA1 Message Date
Sys Quatre f51bcd00df Supprime texture perso des aiguilles de pins.
Remplacé par la texture de minetest car c'est la même.
2019-04-20 13:07:28 +02:00
sys4-fr 854e10f087 Plusieurs modifications
- Suppression du biome snow_sand
- Suppression de plusieurs ABMS pour gagner en performance
- Suppression de code obsolète
- Suppression de la mapgen V6
- Génération des sapins à base de schematics
2018-11-20 19:38:26 +01:00
sys4-fr 794fb251ba Modif biomes 2018-11-14 22:26:29 +01:00
sys4-fr d06bec7c52 Corrige la disparition des aiguilles de pin quand l'arbre est détruit 2018-11-11 20:01:13 +01:00
sys4-fr df38728f4b Fix crash et modifications de la génération du terrain 2018-11-06 16:21:23 +01:00
sys4-fr 8f34ce940b Corrige des erreurs de syntaxe 2018-11-04 13:43:15 +01:00
HybridDog 036f502968 Fix snow walkability
Fixes stair-like snow slopes
2018-08-07 15:50:50 +02:00
Quentin Quaadgras 5b4e705055 Call this 4.0. 2018-04-23 23:16:35 +12:00
Splizard 6f9ba85f51
Merge pull request #31 from DS-Minetest/sboxl
make snow selection_box leveled
2018-04-23 22:40:34 +12:00
Hybrid Dog efbfa989d2 Fix snow placement bug due to levelled
Before, when placing snow one node above snow, the lower snow node grew and didn't turn into a snowblock

Also, test for protection
2018-03-20 14:13:33 +01:00
Foz 898c7e313b Rewrite stairs code.
- Handle stairsplus stairs and MTG stairs in the same file.
 - Only create stairs using stairsplus or MTG stairs, not both.
 - Handle map switching from MTG stairs to stairsplus automatically.
 - If using stairsplus:
   - Move stairsplus nodes to proper namespace.
   - Alias stairsplus nodes that moved to a new namespace.
   - Alias duplicated ice and snowblock stairs and slabs to their new namespace.
   - Make ice_brick sawable too.
   - Unify stairsplus cut ice and default:ice texture brightness.
 - If using MTG stairs:
   - Move stairs and slabs to MTG stairs namespace.
   - Alias stairs and slabs that moved to the new namespace.
2018-01-15 18:05:19 +01:00
Hybrid Dog 0dcf9b5f0e Fix missing snow leaves and apple leavesdecay 2017-12-17 12:10:55 +01:00
Hybrid Dog 600eaa2313 Attempt to fix snow leaves leafdecay 2017-12-16 15:45:37 +01:00
Hybrid Dog aec3bf2ed3 Remove redundant (and obsolete) nodeupdate 2017-12-16 15:29:27 +01:00
DS-Minetest 2dd10091df make snow selection_box leveled 2017-09-08 19:52:28 +02:00
Hybrid Dog 2df09a7ebb Fix pinetree leafdecay 2017-06-25 20:44:50 +02:00
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