minetest-mod-snow/src
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
..
abms.lua Remove redundant (and obsolete) nodeupdate 2017-12-16 15:29:27 +01:00
aliases.lua Describe snow_cobble as Icy Snow, create crafting recipes for it 2014-06-09 13:37:17 +12:00
crafting.lua change icebrick texture and make crafting icebricks possible 2015-06-12 21:46:30 +02:00
falling_snow.lua round player position, #20 could be fixed 2016-08-21 09:07:00 +02:00
mapgen.lua Also for christmas trees 2017-03-23 16:03:01 +01:00
mapgen_v6.lua buffer the perlin values 2016-09-17 22:17:04 +02:00
mapgen_v7.lua remove whitespaces: for i in */*.lua; do sed -i 's/[ \t]*$//' workers/init.lua ; done 2015-05-29 12:11:17 +02:00
nodes.lua Rewrite stairs code. 2018-01-15 18:05:19 +01:00
sled.lua Fix sled crash 2016-02-01 14:50:20 +13:00
snowball.lua 2017-12-16 15:22:36 +01:00
stairs.lua Rewrite stairs code. 2018-01-15 18:05:19 +01:00
util.lua Use new setting functions 2017-06-18 12:39:05 +02:00