Commit Graph

101 Commits (master)

Author SHA1 Message Date
Nathan Salapat ef4e7668cf
Merge pull request #11 from cedrichaase/fix/typo-sky-plural
Replace skys with skies
2020-12-04 19:55:49 -06:00
Cedric Haase 5e0cad744d Replace skys with skies 2020-12-03 22:46:51 +01:00
NathanSalapat 9631f8be6d updated depreciated code. 2019-06-01 17:42:39 -05:00
Nathan Salapat 5ca8d56bcf
Merge pull request #10 from cedrichaase/fix/typo
Replace Augest with August
2017-12-08 07:38:13 -06:00
Cedric Haase 02e6e75595 Replace Augest with August 2017-12-03 17:25:12 +01:00
Nathan Salapat 5868518894 Merge pull request #9 from githtz/custom_timescale
Custom timescale
2017-07-29 16:58:38 -05:00
anrc 3f5b9c1c9e Add timescale to example config 2017-07-24 21:55:09 +02:00
anrc 8d0e5f8ce5 Set timescale to configured timescale if exists or else keep on default value 2017-07-24 21:54:05 +02:00
anrc a3c53b1c6f Add custom timescale as local parameter 2017-07-24 21:45:19 +02:00
NathanSalapat e580e3a257 tweaked leaf ABMs. 2017-02-19 10:17:49 -06:00
NathanSalapat 6717878f8c made a few ABMs more effecient by changing execution orders. 2017-02-18 19:01:23 -06:00
Nathan Salapat ddac238e3d Merge pull request #8 from orwell96/master
Implement attached particle spawners for weather effects
2016-12-31 15:59:58 -06:00
NathanSalapat 7ea4ff627b many changes to the fall leaves. 2016-11-24 15:42:28 -06:00
NathanSalapat b602cda5f4 fallen leaves disappear in any month but 10 and 11. 2016-11-23 11:19:59 -06:00
NathanSalapat 3656a58d3f updated fallen leaves texture, and removed some print lines from leaves.lua 2016-11-23 10:46:05 -06:00
NathanSalapat 70e7771afb fixed a typo. 2016-11-07 08:33:51 -06:00
NathanSalapat f562edeafb Various updates and tweaks. Added support for a few mods, added a dead plant that flowers turn into. Leaves fall from the trees and accumilate on the ground, though that code still needs work, as do the textures. 2016-11-06 21:18:01 -06:00
NathanSalapat 8cbab18044 improved flowers spawning, and some other code cleanup. 2016-11-05 12:42:29 -05:00
NathanSalapat a849b20e76 fixed some nameing of aspen leaves. 2016-11-03 11:22:39 -05:00
orwell96 abbe40cc5a Implement attached particle spawners for weather effects 2016-10-29 16:33:15 +02:00
NathanSalapat 4912f42850 fixed a few errors that snoopy pointed out. 2016-10-23 20:51:42 -05:00
Nathan Salapat 890ad9d21c Merge pull request #7 from luewind/master
Added dynamic melting behavior and prevented snow or particles from forming under transparent blocks
2016-09-08 07:54:21 -05:00
luewind 6a65b849c8 Improved emchanic preventing snow forming under transparent blocks and prevented it from "eating" dirt blocks. 2016-09-05 15:16:51 -05:00
luewind bec65ae6b9 Updated snowing mechanic to prevent snow from forming under transparent blocks like glass. 2016-09-05 14:48:58 -05:00
luewind 5073812d9d Updated particle behavior and implemented dynamic melting
Fixed the particle behavior to prevent rain/snow particles from appearing when under transparent blocks (i.e. glass)

Changed the melting mechanic to use local node counts to change melt probability.
2016-08-21 08:51:52 -05:00
hy8wGWme 104c282936 for Minetest bower mod repository. (#6)
* for Minetest bower mod repository.

* Update bower.json
2016-08-12 12:47:53 -07:00
Nathan Salapat 2c4a36a2a3 Merge pull request #5 from luewind/master
Modified snow build-up and melting behavior
2016-08-10 19:21:05 -05:00
luewind 460b670024 Added test to melting mechanic that prevents melting in snow biomes
nodes are treated with being in a snow region if they are within 5 block of an ice block
2016-08-10 08:48:01 -05:00
luewind bd0a8d2946 updated evaporation mechanic to test if there are any nodes above it and if so to change selected node.
fixed spelling issues in evaporation if/else tree.
2016-08-09 13:04:17 -05:00
luewind a40d483604 Added max snow depth and snow leveling
Added a depth che3ck to the snow growth code to make sure snow does not
build up indiffnitly.

Added a function to check if the snow next to the selected node is within
a given height difference

modified the replace grass and flower with snow section to include the
plant group
2016-08-09 10:15:08 -05:00
luewind c2ae501fad Allow snow build-up on default snow blocks and snow build up in snow blocks 2016-08-07 16:12:16 -05:00
NathanSalapat 455cb1297b fixed bug in flowers.lua 2016-07-17 16:48:37 -05:00
NathanSalapat b94f061198 added fall grass to LBM 2016-06-20 14:18:37 -05:00
NathanSalapat b04fcbe35d grass changes in fall. 2016-06-20 13:59:39 -05:00
DonBatman de7bac4983 Added lbm for changing leaves when moving fron one block to another 2016-04-10 17:20:25 -07:00
DonBatman 6c8673eaf9 Changed Licence 2016-03-23 14:18:21 -07:00
DonBatman cebf0118f3 Resized screenshot 2016-03-17 19:58:47 -07:00
DonBatman dfff29b176 renamed screenshot 2016-03-12 16:14:45 -08:00
DonBatman 00c15d063d Fixed bad math 2016-03-11 15:19:00 -08:00
DonBatman 4e635ff7ee Fixed day/night speed 2016-03-11 13:45:19 -08:00
DonBatman 92041ffd3b code cleanup 2016-03-11 09:18:15 -08:00
DonBatman b2aa83d579 added screenshot 2016-03-11 05:28:28 -08:00
TenPlus1 53b89df0dc Tidyup and Abm tweak 2016-03-11 10:57:31 +00:00
DonBatman a449945880 code cleanup 2016-03-10 18:17:30 -08:00
DonBatman 93a0c3c6c0 removed extra file
commented out testing line
2016-03-10 16:11:33 -08:00
DonBatman b5c73c9b33 tenplus1 cleaned up code
lightning support added
day night cycles changed (sofar)
2016-03-10 16:08:14 -08:00
DonBatman de9d8060e2 fixed a few more 2016-03-10 12:06:07 -08:00
DonBatman c81bb145a4 Merge branch 'master' of https://github.com/DonBatman/mymonths 2016-03-10 12:00:21 -08:00
DonBatman e27559d1eb fixed leaves not changing 2016-03-10 11:59:26 -08:00
Auke Kok be5f98da4b Convert to non-interlaced PNG. 2016-03-08 21:39:17 -08:00