Commit Graph

13 Commits (master)

Author SHA1 Message Date
Alexand(er|ra) Yst dec527de0d Updated renewal mechanics for Minetest Game 5.1.1 2020-03-31 14:20:15 -07:00
Alex Yst 54dbb25d2c Update lave-cooling override
Minetest Game's default mod originally allowed other mods to override the
lava-cooling behaviour by simply overriding the default.cool_lava() function.
However, somewhere along the way, a developer that didn't know what they were
doing "optimised" the code, eliminating that functionality. To make the
lava-cooling override work in this mod, I had to have the mod search the ABM
table and modify the lava-cooling function contained in it. It was messy, but
it was just the only way. In Minetest Game 0.4.17, this error has been
corrected. This commit takes advantage of this correction and performs the
override in what was always the correct way to do it, now that that correct
way actually works again.
2018-06-17 16:09:01 -07:00
Alex Yst 9242bc90c9 Fixed bug that made coral spawn in v6 maps 2018-05-28 22:58:50 -07:00
Alex Yst 4490970bdf Fixed incorrect desert sand recipe 2018-04-05 02:34:25 -07:00
Alex Yst 37a94f13c7 Slow coral growth even further 2018-04-04 13:57:43 -07:00
Alex Yst 24dfe13427 Increased coral rarity again 2018-04-03 03:09:18 -07:00
Alex Yst 78fd5ccea3 Fixed coral-repropagation speed 2018-04-03 01:14:44 -07:00
Alex Yst afdf6901cf Made coral respawn less frequently 2018-04-02 11:02:54 -07:00
Alex Yst 7e96f36a12 Fixed bug in coral renewal 2018-04-02 10:57:48 -07:00
Alex Yst ed1bced6b9 Make coral respawn rarely, even if no existing corals are left 2018-04-02 09:23:00 -07:00
Alex Yst 8458cb61e1 Implemented sand renewal and desert stone renewal in a cleaner way - no more grinder 2018-04-02 09:05:57 -07:00
Alex Yst ba9b84ce1f Initial upload 2018-03-17 02:16:52 -07:00
y.st 0d9d91d563 Initial commit 2018-03-17 08:38:14 +00:00