1
0
mirror of https://github.com/mt-mods/moretrees.git synced 2024-12-28 11:40:20 +01:00
Commit Graph

8 Commits

Author SHA1 Message Date
wsor4035
f49b1c42c9
makes moretrees game agnostic (#37)
* at least boot into minetest

* start using some xcompat materials

* transition some more materials

* translate and default lock some more stuff

* handle more stuff

* translate leaves and bugfix jungle nodes near

* fallback on moretrees spaling texture when default not present

* fix https://github.com/mt-mods/moretrees/pull/37#discussion_r1615147786
2024-05-26 11:08:14 -04:00
Luke aka SwissalpS
670f7f4e61
is_ground_content revision (#36)
default minetest game treats fruit as ground content, let's mirror that.
2024-03-08 20:53:42 -05:00
wsor4035
e476b81cf5
Divorce biome lib and cleanup code (#11)
* make it boot without biome lib

* make luacheck semi sane

* make fast growth saplings work

* make fast saplings respect nodes there growing on

* make regualr saplings work

* fix some luacheck warnings

* add github actions for luacheck

* bump luacheck line limit, as to gracefully handle long tree rules

* switch over to inline luacheck length rules

* fix screenshot warning

* make tree generation work

* add settings from last night

* comment out new biome lib nonsense added

* tune spawning to be better

* turn down fallback ratio

* translate new abm patch to not use biome lib

* add ethereal since its still behaving badly :(
2022-10-24 19:09:19 -04:00
Niklp
87a997ba4a
speed up coconut spawn ABM 2022-08-19 19:48:09 +02:00
Louis Royer
3212fae8cf Add MT5 client-side translation
- Improve french translation

Warnings:
- many untranslated new strings for German and Spanish translations (some help would be appreciated)
- Inner and Outer Stairs are still badly translated (since there is [no support for this in stairs api yet](https://github.com/minetest/minetest_game/issues/2582)).
2020-08-26 02:11:54 +02:00
Louis Royer
ea92403fa3 Add luacheck and fix warnings 2020-08-26 02:11:18 +02:00
Vanessa Dannenberg
90a2d33707 use swap_node where possible, for speed 2018-10-25 10:27:29 -04:00
Rogier
75e8027bf7 Make cocos palm regrow coconuts.
This feature is optional, and can be turned off.

Existing cocos trees are converted.
2016-06-27 23:23:54 +02:00