Commit Graph

59 Commits

Author SHA1 Message Date
Sokomine
9dd8c0c94c removed release entry from mod.conf 2024-06-07 00:36:54 +02:00
Sokomine
b9d94df03d added texture from AspireMint 2024-01-19 23:08:07 +01:00
Sokomine
7c766d9597 added soft_falling.lua - which is a slight modification of builtin/game/falling.lua but more suitable for snow 2024-01-19 19:43:47 +01:00
Sokomine
b30cf1095a default:snow is now soft_falling (and not crushing) as well 2024-01-19 18:27:04 +01:00
Sokomine
87e248a846 added soft_falling group 2024-01-19 18:07:24 +01:00
Sokomine
9a945d4f81 moved all crafts into crafts.lua and extrended README.md 2024-01-19 16:47:51 +01:00
Sokomine
0a2074ee44 fixed placement of multicolor wool layers 2024-01-19 04:36:34 +01:00
Sokomine
907344da6b fixed craft receipes for multicolor nodes; removed old wool layers 2024-01-19 04:09:18 +01:00
Sokomine
718bd9b172 first attempt at crafting receipes for multicolored wool layers 2024-01-18 20:34:40 +01:00
Sokomine
b33e3a1b5d added some thin layers in front of some slopes to make it look more realistic 2024-01-18 03:33:42 +01:00
Sokomine
abf67d0ef5 fix of crash 2024-01-13 22:54:04 +01:00
Sokomine
2440aef317 added multicolor wool cover 2024-01-13 22:10:16 +01:00
Sokomine
8a8441b113 decreased level of steps from 16 to 5 - which looks more snowy 2024-01-12 03:48:52 +01:00
Sokomine
c04d427662 added inner and outer ramps half and half raised 2024-01-12 03:41:56 +01:00
Sokomine
6c2f416461 added slope half and slope half raised 2024-01-12 03:01:24 +01:00
Sokomine
3a1e109ffe support some slopes from moreblocks 2024-01-12 01:41:22 +01:00
Sokomine
4728562bd5 adjusted to changes in homedecor 2024-01-12 01:29:54 +01:00
Sokomine
232098d9e8 minor changes 2024-01-12 01:16:36 +01:00
Sokomine
23434d648d improved autumnleaves and made them thinner 2024-01-11 23:40:32 +01:00
Sokomine
a9591d0fba made autumnleaves covers transparent again 2024-01-11 23:11:43 +01:00
Sokomine
458b769d47 no fence post on raillike fences present 2024-01-11 23:06:33 +01:00
Sokomine
f7b6a7384e fixed shapes in translation_table 2024-01-11 22:53:32 +01:00
Sokomine
37c962d1c4 fixed bug in moresnow.shapes with suffixes 2024-01-11 22:13:10 +01:00
Sokomine
4129161678 used DIR_DELIM instead of slash 2024-01-11 21:51:09 +01:00
Sokomine
fe406f10ee added inner and outer stair covers if only the stairs mod is installed 2024-01-11 21:44:56 +01:00
Sokomine
55c35cb849 added mod.conf 2024-01-11 21:44:34 +01:00
Sokomine
b314f4bc00 cached modpath 2024-01-11 18:51:48 +01:00
Sokomine
1c76c3339d adjusted deprecated functions 2024-01-11 18:49:32 +01:00
Sokomine
d245b9a9ae workaround for broken lua api with minetest.get_content_id *crashing* for non-existing nodes 2024-01-11 18:48:37 +01:00
Sokomine
9499987f68 improved receipes 2016-12-03 03:51:16 +01:00
Sokomine
2372e6fe19 snow cannon works again with newer versions of mt 2016-12-03 00:25:08 +01:00
Sokomine
39b14ac8b6 added support for meshes 2016-12-02 22:20:57 +01:00
Sokomine
857198821e adjusted height of snow covers to new snow height in default game 2016-12-02 21:24:20 +01:00
Sokomine
b279cc4341 added support for new type of fences that are not drawtype fencelike 2016-12-02 20:45:26 +01:00
Sokomine
18daec17bc do not place snow on lava or flowing liquids 2015-04-25 16:47:57 +02:00
Sokomine
f4c4bf69ca do not place nodes with content ignore 2015-03-28 19:02:40 +01:00
Sokomine
11c57a7aee added autumn and winter leaves and a snow cover for soil (used in mg_villages) 2015-01-22 04:21:25 +01:00
Sokomine
44d6a66bee fixed bug with uninitialized variables 2014-11-20 20:49:38 +01:00
Sokomine
8eb20a297a adjusted typing error 2014-09-10 03:29:15 +02:00
Sokomine
7c30b2f954 added texture for autumn leaves (provided by LazyJ) 2014-07-24 04:43:59 +02:00
Sokomine
5531826236 removed the falling property from the moresnow wool nodes 2014-07-24 03:16:51 +02:00
Sokomine
b96fb03282 added receipes for the wool layers and the autumn leaves 2014-07-24 03:05:34 +02:00
Sokomine
44a349775f added special shape for fence (with snow top) 2014-07-24 02:55:36 +02:00
Sokomine
7dd1406f24 added panels and microblocks 2014-07-24 02:38:42 +02:00
Sokomine
d72254a104 added support for wool 2014-07-24 01:17:52 +02:00
Sokomine
1a874f3ac8 added autumn leaves; made the whole functionaly more versatile and less dependent on snow as such 2014-07-23 23:41:06 +02:00
Sokomine
b24ed824b2 added/moved some defines for the content ids to the main init.lua 2014-07-23 04:32:22 +02:00
Sokomine
a75a700c9a moved functionality into seperate files 2014-07-23 01:51:17 +02:00
Sokomine
1398e714ab removed no longer needed optional dependency 2014-07-23 01:30:08 +02:00
Sokomine
ee90b73d94 added snow cannon 2014-07-23 01:23:51 +02:00