1
0
mirror of https://github.com/HybridDog/riesenpilz.git synced 2024-11-13 05:50:22 +01:00
Commit Graph

106 Commits

Author SHA1 Message Date
HybridDog
52fec01943 Remove not working mapgen settings and disable mapgen
Unfortunately there is no easy way to create very rare biomes in minetest.
2018-08-07 13:09:02 +02:00
HybridDog
2f91256fbf mapgen: Fix removal of usual stuff and generate giant mushrooms not next to the chunk border 2018-08-07 11:53:18 +02:00
HybridDog
df97e1e4ee mapgen: Fix ground detection and clean code a bit 2018-08-07 11:00:17 +02:00
HybridDog
d4c348de96 Workaround against minetest nodebox bug 2018-08-07 10:28:35 +02:00
HybridDog
f205e55c04 do not generate underwater
M  mapgen.lua
2016-09-13 12:32:11 +02:00
HybridDog
40c8d1d6e3 🐈
M  init.lua
2016-07-22 21:51:44 +02:00
HybridDog
c075d386a7 make the growing tool work for saplings etc.
M  init.lua
2016-07-12 18:26:41 +02:00
HybridDog
3e71fdda35 reduce texture sizes 2016-02-09 14:50:16 +01:00
HybridDog
84941ca103 add a setting to completely disallow growing a mushroom if some node intersects 2016-01-26 15:51:34 +01:00
HybridDog
c26e59d432 fix giant apple 2016-01-25 19:29:23 +01:00
HybridDog
2d45b5e692 disallow giant apple and fly agaric to replace every node 2016-01-25 19:22:08 +01:00
HybridDog
bf385faa96 disallow giant mushrooms to replace every node, except giant apple and fly agaric 2016-01-25 19:17:43 +01:00
HybridDog
737bbf6c00 preparation for adding uses 2016-01-23 11:33:55 +01:00
HybridDog
f34f37a6d7 allow eating mushrooms, disable catching up (abm) and allow adding normalmaps for mushrooms 2016-01-16 16:09:16 +01:00
HybridDog
7bd30384cc 🐈 2016-01-10 13:43:31 +01:00
HybridDog
a6282c68e0 update readme 2015-12-28 17:06:38 +01:00
HybridDog
c8e88c9d61 slightly bouncy mushroom nodes and move groups out of the loop 2015-12-28 17:04:53 +01:00
HybridDog
3850de05ae add fences 2015-12-28 16:54:35 +01:00
HybridDog
5db544f7ef 🐈 2015-11-06 17:22:54 +01:00
HybridDog
aaae93ac61 🐈 2015-11-06 14:27:25 +01:00
HybridDog
381e4a5322 🐈 2015-09-27 17:46:55 +02:00
HybridDog
cf96b849b9 🐈 2015-08-25 19:48:57 +02:00
HybridDog
f61e27bc4e 🐈 2015-08-05 10:35:47 +02:00
HybridDog
42accd9276 🐈 2015-07-25 17:32:00 +02:00
HybridDog
3c239fdd23 generate big red mushrooms seldom 2015-07-23 18:44:29 +02:00
HybridDog
f08515b92d generate big red mushrooms 2015-07-23 18:43:47 +02:00
HybridDog
1b3a3a6d28 change a bit giant red45 and reduce saturation of the stem textures, thanks to @r01922090 for the orignial ones 2015-07-23 18:35:49 +02:00
HybridDog
367a93f8a8 add mushroom meal and bit red45 mushroom 2015-07-23 18:14:01 +02:00
HybridDog
86e3dfb5d0 🐈 2015-07-17 20:47:04 +02:00
HybridDog
1d42d1d739 🐈 2015-07-17 20:21:56 +02:00
HybridDog
3edc0c07fa G: 2015-07-09 20:18:57 +02:00
HybridDog
32decc0149 🐈 2015-07-05 21:01:34 +02:00
HybridDog
df794632c2 somehow greatly decrease ground generating delay and fix biome size: perlin noise hills look like sinus curve hills, not like prongs 2015-06-21 10:41:11 +02:00
HybridDog
b6b14c5570 🐈 2015-06-16 19:30:22 +02:00
HybridDog
f3493a45ec 🐈 2015-05-29 12:34:06 +02:00
HybridDog
af270936d8 🐈 2015-05-29 12:09:22 +02:00
HybridDog
f80cbb1079 🐈 2015-05-28 10:52:47 +02:00
HybridDog
c777a3bf42 localize giant mushroom spawn functions 2015-05-27 12:23:25 +02:00
HybridDog
7102f34d9f fix mapgen 2015-05-27 12:18:16 +02:00
HybridDog
db18ac6d58 change big mushroom spawning code 2015-05-27 11:44:06 +02:00
HybridDog
19a37b4508 light near lava is <= 12 2015-05-27 10:47:37 +02:00
HybridDog
41e7f5346b automatic update 2015-04-04 14:32:16 +02:00
HybridDog
317547c6ce reduce fall damage of big mushroom nodes 2015-03-28 08:31:41 +01:00
HybridDog
f64d30e228 automatic update 2015-03-17 19:29:56 +01:00
HybridDog
2cfe7c7407 add sounds 2015-03-14 15:39:20 +01:00
HybridDog
259576f12d advpng and optipng textures 2015-03-12 15:30:57 +01:00
HybridDog
7d8cbcdc42 fix apple 2015-03-12 15:27:30 +01:00
HybridDog
2e7e9dbaa8 automatic update 2015-03-10 19:08:18 +01:00
HybridDog
2f0dace10f add 3 sounds
add 3 sounds
2015-03-08 13:30:39 +01:00
HybridDog
087cc358b8 automatic update 2015-03-07 16:02:24 +01:00