1
0
mirror of https://github.com/mt-mods/moretrees.git synced 2024-12-24 01:30:24 +01:00

Commit Graph

  • bac08388be
    Merge 76fa9c4398 into ac3e30ae86 #51 wsor4035 2024-11-21 13:19:35 +0000
  • ac3e30ae86
    Added localization for wooden planks, fence, tree, etc. (#52) master randomei 2024-11-17 19:22:18 +0300
  • 26c9086deb Localization fixes #2 #52 randomei 2024-11-17 21:14:35 +0500
  • 8f856913fc Localization fixes randomei 2024-11-17 21:11:56 +0500
  • 5dabec2420 Added russian localization, localizations for wooden stuff randomei 2024-11-17 17:42:29 +0500
  • 947ce605b7 Added localization for wooden planks, fence, tree, etc. randomei 2024-11-17 11:32:39 +0500
  • 76fa9c4398 add missing leave node to fir #51 lsystem_decoration_test wsor4035 2024-10-17 21:55:35 -0400
  • 1c972a078c toss node thats aliased to air anyways wsor4035 2024-10-17 21:49:29 -0400
  • 1727fb32bb try out lsystem decoration wsor4035 2024-10-17 21:45:01 -0400
  • c15250a03a
    Rename some vars to reduce the mess in the mapgen code Niklp 2024-10-14 19:12:36 +0200
  • 458536dbe6
    switch to using xcompat (#46) wsor4035 2024-09-06 16:41:48 -0400
  • 79a69d52c4 fix dumb mistake #46 wsor4035 2024-09-06 16:14:20 -0400
  • e317bf126c fix readme wsor4035 2024-09-06 16:11:39 -0400
  • 9db26ac3c3 switch to using xcompat wsor4035 2024-09-06 16:10:42 -0400
  • 2c891e6c25 fix https://github.com/mt-mods/xcompat/issues/29 - restore proper check for voxelgarden wsor4035 2024-06-23 22:11:39 -0400
  • 517c9dc516
    [no squash] Disable jungletree generation when default isn't available (#43) Niklp 2024-05-31 00:34:01 +0200
  • 76360dbf14
    Disable jungletree generation when default isn't available #43 Niklp 2024-05-30 16:35:36 +0200
  • d2abc5ba02
    Remove unused params from biome_defs Niklp 2024-05-30 16:34:35 +0200
  • 3e424b2797
    culls settings (#41) wsor4035 2024-05-27 12:18:58 -0400
  • 10b317d3f1 address review #41 wsor4035 2024-05-27 12:18:36 -0400
  • 8fcebaf527 prune dead settings wsor4035 2024-05-27 10:41:52 -0400
  • 961f49b402 prune useless file wsor4035 2024-05-27 10:40:18 -0400
  • 63837eda93 remove dead settings wsor4035 2024-05-27 10:40:01 -0400
  • e9ee39be5b remove now sorta duplicate settings wsor4035 2024-05-27 10:38:44 -0400
  • 84d148790b load all trees wsor4035 2024-05-27 10:35:08 -0400
  • 1b6914bc26
    tune for voxel garden (#40) wsor4035 2024-05-27 10:25:10 -0400
  • 6261e506ce add internal api setting rather than same if statement all over the place, per j-r suggestion #40 wsor4035 2024-05-26 12:40:04 -0400
  • 6a769e1931 tune for voxel garden based off https://github.com/mt-mods/moretrees/pull/38 wsor4035 2024-05-26 11:34:41 -0400
  • f49b1c42c9
    makes moretrees game agnostic (#37) wsor4035 2024-05-26 11:08:14 -0400
  • e202acec2a fix https://github.com/mt-mods/moretrees/pull/37#discussion_r1615147786 #37 wsor4035 2024-05-26 09:15:40 -0400
  • 0adb6c3aa1 fallback on moretrees spaling texture when default not present wsor4035 2024-05-23 23:03:00 -0400
  • 04e4ab0c84 translate leaves and bugfix jungle nodes near wsor4035 2024-05-23 22:56:54 -0400
  • 04f12ec592 handle more stuff wsor4035 2024-05-23 22:43:57 -0400
  • b539488719 translate and default lock some more stuff wsor4035 2024-05-23 22:36:06 -0400
  • 785436066b transition some more materials wsor4035 2024-05-23 22:21:47 -0400
  • 47ff2a0518 Add setting to disable tree specific plank variants #38 Jürgen Rühle 2024-05-14 08:42:42 +0200
  • bff9cddda4 start using some xcompat materials wsor4035 2024-03-22 22:08:20 -0400
  • 0c3fbcffe0 at least boot into minetest wsor4035 2024-03-22 21:57:57 -0400
  • 670f7f4e61
    is_ground_content revision (#36) Luke aka SwissalpS 2024-03-09 02:53:42 +0100
  • 872a3ca47a is_ground_content revision #36 Luke aka SwissalpS 2024-03-09 02:16:22 +0100
  • 9a6c64d163
    Fix dead ongen saplings due to biome_lib secession (#35) debagos 2024-01-12 18:08:54 +0100
  • 79f0bab5d1
    Update node_defs.lua #35 Niklp 2024-01-12 13:57:33 +0100
  • 1c0dd263dd
    Update init.lua Niklp 2024-01-12 13:57:28 +0100
  • 65d4244230 Using random interval for node timer, like in the on_generated timer interval debagos 2024-01-11 12:55:39 +0100
  • 3cad1c0bef Fixed luacheck warnings debagos 2024-01-11 11:31:00 +0100
  • ab578aa8e2 Changed LBM run_at_every_load to true debagos 2024-01-11 08:29:33 +0100
  • 3f993baa60 Added LBM and setting to enable it for non-functional ongen saplings due to biome_lib secession debagos 2024-01-11 07:55:12 +0100
  • 1ba7c2f2c4 Added moretrees_ongen group to ongen saplings debagos 2024-01-11 07:38:12 +0100
  • 703580533e Replaced print with minetest.log in init.lua debagos 2024-01-11 07:36:19 +0100
  • 5d7c46c4cf Fix typo in german translation Niklp 2023-11-13 15:42:15 +0100
  • 17f2037218
    remove biome_lib dependency from readme (#32) Buckaroo Banzai 2023-07-06 12:35:38 +0200
  • 55499a1a6f
    remove biome_lib dependency from readme #32 Buckaroo Banzai 2023-07-06 08:17:27 +0200
  • b1fe8df038 Fix some typos in tree names in the biome decoration defs Micah Scott 2023-05-14 20:34:46 -0700
  • 530cccdec2 Fix some typos in tree names in the biome decoration defs #29 Micah Scott 2023-05-14 20:34:46 -0700
  • b56e22fefd
    fix gennotify ids table being corrupted when clear decorations is called (#28) wsor4035 2023-05-02 17:56:09 -0400
  • 0f12e8fa56 cleanup old debug chat statements #28 wsor4035 2023-05-01 20:01:24 -0400
  • d43b79f4d2 fix decoration ids being invalid when mods clear the registered decorations wsor4035 2023-05-01 20:00:15 -0400
  • 288870bc8d
    Improve and add missing Spanish strings (#27) David Leal 2023-04-20 19:32:06 -0600
  • 2953c3234a
    Improve and add missing Spanish strings #27 David Leal 2023-04-20 18:30:36 -0600
  • 393840ba49
    Player placed fruits have param2 set to 1 (#24) tenplus1 2022-12-27 20:20:39 +0000
  • 52a11f6ef4
    Player placed fruits have param2 set to 1 #24 tenplus1 2022-12-26 11:04:11 +0000
  • 21bdcc360b
    Ensure ethereal is a compatible version if loaded (#21) Awkanimus 2022-12-12 00:26:49 -0500
  • b0d1f99842 Ensure ethereal is a compatible version if loaded #21 Awkanimus 2022-12-11 21:29:14 -0500
  • 7879bd8192 manual merge https://github.com/mt-mods/moretrees/pull/19 and resolve conflicts unknown 2022-11-06 13:39:56 -0500
  • 5bc6bdc3d9 fix https://github.com/mt-mods/moretrees/issues/17 resolves old legacy code for small varients that was missed when removing biome lib unknown 2022-11-05 22:20:28 -0400
  • 2ef75a2f94 flux things #19 sapling_groups unknown 2022-11-05 21:10:46 -0400
  • e476b81cf5
    Divorce biome lib and cleanup code (#11) wsor4035 2022-10-24 19:09:19 -0400
  • 8570aab0c9 add ethereal since its still behaving badly :( #11 unknown 2022-10-24 06:59:58 -0400
  • f03b7f1b59 translate new abm patch to not use biome lib unknown 2022-10-23 16:12:56 -0400
  • f2a17d9eb6 turn down fallback ratio unknown 2022-10-23 16:03:32 -0400
  • f02b9d4e47 tune spawning to be better unknown 2022-10-23 15:58:15 -0400
  • 6cb59dc07c comment out new biome lib nonsense added unknown 2022-10-23 15:17:57 -0400
  • 01d5e27043 Merge branch 'master' into divorce_biome_lib unknown 2022-10-23 15:13:58 -0400
  • 8103aaae79
    fix typo to limit polar leaves drops to 1 (#15) fluxionary 2022-08-25 17:15:31 -0700
  • 1d953e3c72
    fix typo to limit polar leaves drops to 1 #15 fluxionary 2022-08-25 16:27:57 -0700
  • b3688d8fe1 Revert "Merge branch 'master' into master" #14 Niklp09 2022-08-25 12:23:11 +0200
  • a9f49368bf
    Merge branch 'master' into master Niklp 2022-08-25 12:19:29 +0200
  • c4d1dde83c
    Merge pull request #13 from Niklp09/abm wsor4035 2022-08-19 15:45:13 -0400
  • 87a997ba4a
    speed up coconut spawn ABM #13 Niklp 2022-08-19 19:48:09 +0200
  • 552493420b remove and speed up ABMs Niklp09 2022-08-19 14:30:39 +0200
  • a73bde2926
    make some trees spawn less rarely Niklp 2022-08-19 12:10:17 +0200
  • 3f266017fc
    disable minetest.register_on_craft callback Niklp 2022-08-19 12:05:56 +0200
  • acd599dfe3 add settings from last night unknown 2022-07-05 22:55:12 -0400
  • b0030900a7 make tree generation work unknown 2022-07-01 21:05:53 -0400
  • d4f2e188ab fix screenshot warning unknown 2022-07-01 15:58:33 -0400
  • f4f610ed0c switch over to inline luacheck length rules unknown 2022-07-01 15:56:54 -0400
  • 458230ea9f bump luacheck line limit, as to gracefully handle long tree rules unknown 2022-07-01 15:51:12 -0400
  • 60aaae8716 add github actions for luacheck unknown 2022-07-01 15:42:46 -0400
  • 03ae8b6adf fix some luacheck warnings unknown 2022-07-01 15:41:33 -0400
  • 20c369a138 make regualr saplings work unknown 2022-07-01 15:38:54 -0400
  • 50cf720bac make fast saplings respect nodes there growing on unknown 2022-07-01 15:35:54 -0400
  • debe6a852b make fast growth saplings work unknown 2022-07-01 15:14:09 -0400
  • 12bcdfe57b make luacheck semi sane unknown 2022-07-01 15:01:43 -0400
  • b3884dd59e make it boot without biome lib unknown 2022-07-01 14:37:09 -0400
  • cbe846dfde remove floating date palm trunk and adjust decay OgelGames 2022-06-01 17:02:34 +1000
  • 443c9b8c33 Adding support for the wood mod #4 Jordan Leppert 2021-12-08 10:42:51 +0000
  • 62cab1b1d9 use proper log command and log level 2021-04-14-1 Vanessa Dannenberg 2021-04-07 05:39:26 -0400
  • 20770027a6 Merge branch 'FrostRanger-master-patch-01795' into 'master' 2021-01-30 Vanessa Dannenberg 2020-11-22 05:17:21 +0000
  • 06aaee3187 Fixed cedars spawning deep underground FrostRanger 2020-11-22 05:12:09 +0000
  • 8c0a83dacb Merge branch 'heavygale-master-patch-74197' into 'master' Vanessa Dannenberg 2020-11-15 11:22:10 +0000