Commit graph

  • bfc2f073bf Update mount.lua to fix horse riding problem THE-NERD2 2024-08-09 00:30:10 +0200
  • d6d3d30665
    Update mount.lua to fix horse riding problem THE-NERD2 2024-08-08 13:25:32 -0600
  • 02cb0818a1 When chests explode due to TNT (and likely creepers), the game crashes (#4577) kno10 2024-08-07 13:07:48 +0200
  • 4f95f83f7b When chests explode due to TNT (and likely creepers), the game crashes because of an undefined variable. kno10 2024-08-06 23:36:54 +0200
  • 36a7b5f3bf Resopnd to review comments changing API.md file WillConker 2024-08-06 14:50:17 +0200
  • e34862d100 Change main spawning look to use adaptive delay based on last run with maximum period of 2.5 seconds, put some logging behind a flag, remove unused constants mcl_mobs_cleanup teknomunk 2024-07-07 19:57:13 -0500
  • 6581757b88 Move raycast_line_of_sight function to mcl_mobs/functions.lua, rework group spawn point selection code, add line of sight check to group origin teknomunk 2024-07-07 19:17:19 -0500
  • 2453406392 Change logging default and one log message teknomunk 2024-07-07 17:22:27 -0500
  • 45ffe8ea27 Refactor spawn_group() so that each spawn point can only be used once and protection is respected teknomunk 2024-07-07 15:47:53 -0500
  • 8cf0660f37 Fix passive spawning, disable some debug logging teknomunk 2024-06-30 11:01:46 -0500
  • 6028cbaa88 Stop mobs that require ground from spawning in water, remove unused code and variables, some minor microoptimizations teknomunk 2024-06-30 10:12:12 -0500
  • 4b3edcaed8 Drop biome group generation and replace with spawn state checks for much improved performance (but has regressions), change logging of failure to find spawn point, increase spawn attempts to 4 per second with no position retries and only a single mob or group per attempt teknomunk 2024-06-29 09:21:23 -0500
  • ba1ed47747 Replace biome_check() with table.find() teknomunk 2024-06-18 19:01:39 -0500
  • 6abf980d98 Implement generating biome groups for spawning (not actually used yet) teknomunk 2024-06-18 18:59:12 -0500
  • d5edaaa688 Move table.* functions to separate file in mcl_utils, add table.find() and table.intersect() teknomunk 2024-06-18 18:53:22 -0500
  • 9b958bed62 Move modpath to separate variable to make it easier to add new files without merge conflicts teknomunk 2024-06-18 18:52:00 -0500
  • f985fcf5c5 Have the list of biomes automatically generated teknomunk 2024-06-18 06:22:16 -0500
  • 52f8814876 Initial changes to spawn_check() and spawn_a_mob(), add profiling for mob spawning teknomunk 2024-06-17 18:21:38 -0500
  • 4efea3acd2 fix pools deep underground kno10 2024-08-05 10:23:40 +0200
  • 52efcbeff1 schematic updates kno10 2024-08-05 19:37:26 +0200
  • 2f71325e2f fix nether_outpost_with_bridges kno10 2024-08-05 10:35:08 +0200
  • e86b0692ae Brick Translations (Pt. 1) Tim7900 2024-08-03 23:09:52 -0800
  • 3ec4c7294b Merge branch 'master' of https://git.minetest.land/Tim7/VoxeLibre Tim7900 2024-08-03 17:18:08 -0800
  • d36bc8d385 make temporary structure blocks pass light kno10 2024-08-04 01:56:24 +0200
  • 9e1679cebf use vector.new in mcl_dungeons kno10 2024-08-04 01:51:01 +0200
  • f9cfc1ac15 Merge branch 'master' of https://git.minetest.land/VoxeLibre/VoxeLibre Tim7900 2024-08-03 13:08:52 -0800
  • b9c2cd72e5 Bricks for Andesite, Diorite and Granite. Tim7900 2024-08-03 13:00:26 -0800
  • a821ed4504 Remove wet sponges from mapgen kno10 2024-08-03 19:19:25 +0200
  • 77382d930e Typo in setting name, default should be false (#4492) kno10 2024-08-03 17:52:51 +0200
  • 2add47c759 Inconsistent settings name, default should be false. kno10 2024-07-04 12:18:12 +0200
  • 5e366a8916 Merge pull request 'Implement water freezing (mostly taken from mcla)' (#4478) from WillConker/VoxeLibre:water_freezing into master the-real-herowl 2024-08-03 15:13:41 +0200
  • 6c614d8376 Added line breaks in water freezing condition WillConker 2024-07-13 12:30:39 +0200
  • a785be59d9 Changed node light check to artificial light so that water can freeze in the day WillConker 2024-07-01 16:28:19 +0100
  • f23014005f Only freeze water under open air cora 2023-11-25 06:31:30 +0100
  • c2098d777f Prevent water freezing and ice melting ABMs from fighting cora 2023-11-21 16:53:57 +0100
  • dc07eea590 Freeze water in cold areas cora 2023-11-13 15:56:59 +0100
  • 3460e27468 Update OpenCollective link (#4465) tacotexmex 2024-08-03 12:47:37 +0200
  • b1124da94a Fix kelp drops in coral reefs, move coral/seagrass decoration to mcl_ocean from 6000+ line mods/MAPGEN/mcl_biomes/init.lua, change coral structure decoration to intermediate node that gets replaced by the structure after removing kelp in the area fix-kelp teknomunk 2024-08-02 12:08:28 -0500
  • 5b2e014c5e Avoid multiple ruined portals in the same chunk kno10 2024-08-01 00:21:10 +0200
  • 7aff7fea45 Updated translation files JoseDouglas26 2024-05-31 18:56:47 -0300
  • e6f35a26b9 Add stair and slab for terracotta JoseDouglas26 2024-05-07 13:38:00 -0300
  • 07dfe00d09 New terracotta stairs and slabs JoseDouglas26 2024-05-07 13:23:31 -0300
  • fd6b588bac Stop lightning striking positions that doesn't have rain teknomunk 2024-06-03 17:51:12 -0500
  • 0012bdb71e Clear itemstring when picking up or merging items (#4530) OgelGames 2024-07-31 03:26:28 +0200
  • b8d7139792 Fix iron golem attack animation (#4542) kno10 2024-07-31 03:18:53 +0200
  • cddc1982be Fix first loot pool not being used in shipwrecks or ocean temples (#4523) WillConker 2024-07-31 03:00:27 +0200
  • 9595b0df59 Inconsistent bed bouncyness, make top match bottom (#4495) kno10 2024-07-31 02:58:38 +0200
  • ff21d1eab1 Make eggs spawn chicks when hitting entities (#4484) WillConker 2024-07-31 02:57:20 +0200
  • 9d5b46c28a Slow ender dragon regeneration (#4481) WillConker 2024-07-31 02:56:33 +0200
  • 80a6a6efb0 Choose direction vectors uniformly for spawning (#4467) kno10 2024-07-31 02:30:29 +0200
  • 32148262e1 Merge pull request 'Grand Chests Refactor (fixes #281)' (#4453) from mcl_chests_redo into master the-real-herowl 2024-07-31 02:28:18 +0200
  • 567d112942 Fix deprecated get_metadata() usage Mikita Wiśniewski 2024-07-13 10:48:03 +0700
  • 347305eaea Fix ender chests rotate crash Mikita Wiśniewski 2024-06-28 19:50:51 +0700
  • 508bc19f6a Remove nil fields from trapped chest definition Mikita Wiśniewski 2024-06-28 19:43:20 +0700
  • c1e9e4b1a2 Fix typos in API.md Mikita Wiśniewski 2024-06-28 19:36:32 +0700
  • 7bf15642ca Resolve teknomunk's comments Mikita Wiśniewski 2024-06-27 21:04:29 +0700
  • f1fa6240bb Fix shift-clicking and a few luacheck warnings Mikita Wiśniewski 2024-06-26 11:52:26 +0700
  • c5bc6ff189 Cleanup comments (don't use \=, it's annoying) Mikita Wiśniewski 2024-06-25 09:36:40 +0700
  • 70e903b716 Simplify double inventory inv logic Mikita Wiśniewski 2024-06-25 09:28:33 +0700
  • 209b24a2fb Move LBMs out of init.lua and fix API.md Mikita Wiśniewski 2024-06-24 20:19:43 +0700
  • ac05f8bad6 Remove unused variables in chests example.lua cora 2024-06-24 08:34:33 +0200
  • 76cff76d91 Add an introduction text to API.md Mikita Wiśniewski 2024-06-24 12:56:34 +0700
  • 49b6d09985 Add documentation (README.md, API.md) Mikita Wiśniewski 2024-06-24 12:42:03 +0700
  • a66c35a9ea Fix double chests once more (hoppers this time) Mikita Wiśniewski 2024-06-24 10:32:20 +0700
  • a28e55160f Make the chest opening/closing sound customizable + fix double chests Mikita Wiśniewski 2024-06-23 21:50:03 +0700
  • 6bbb6b8dec Add title field for mcl_chests.register_chest Mikita Wiśniewski 2024-06-22 21:37:32 +0700
  • b4b5bf8391 Move some groups (api.lua → chests.lua) Mikita Wiśniewski 2024-06-22 17:05:08 +0700
  • 16dd8694a6 Refactor mcl_chests.register_chest AGAIN + cleanup Mikita Wiśniewski 2024-06-22 16:35:52 +0700
  • 7a5ee4e6e2 Better detection of properly serialized data Jürgen Rühle 2024-03-03 22:34:29 +0100
  • d0d9600709 Fix invisible chests Jürgen Rühle 2024-03-02 14:58:49 +0100
  • 709b73295c Fix meta:set_string being called with nil cora 2024-02-23 16:45:43 +0100
  • 1d77017ca9 Refactor mcl_chests.register_chest and clean-up Mikita Wiśniewski 2024-06-21 20:22:26 +0700
  • d6d64d8837 Fix long doc strings Mikita Wiśniewski 2024-06-21 18:43:12 +0700
  • e771f0e3ff Split ITEMS/mcl_chests/init.lua (fixes #281) Mikita Wiśniewski 2024-06-21 16:15:39 +0700
  • b10bfe27ce Clean-up ITEMS/mcl_chests code, part 2 Mikita Wiśniewski 2024-06-21 14:29:21 +0700
  • d5b3a6f658 Clean-up ITEMS/mcl_chests code, part 1 Mikita Wiśniewski 2024-06-20 20:02:48 +0700
  • f7ee3b59d7 Changes on slab placement checks (#4317) JoseDouglas26 2024-07-31 00:11:22 +0200
  • 1745b6d400 Merge pull request 'Add persistence to XP Orbs' (#4265) from teknomunk/MineClone2:persist-xp-orbs into master the-real-herowl 2024-07-31 00:03:05 +0200
  • 2cc898b6a9 three new schemantics kno10 2024-07-29 00:10:02 +0200
  • 3ce6bfbd1f Fix iron golem attack animation kno10 2024-07-25 20:14:32 +0200
  • 60115e598c fix bamboo biomes, add new schematic kno10 2024-07-26 01:13:21 +0200
  • 0e950cfe74 allow generating towns on mapblocks emerged with previous versions that did not become full settlements yet kno10 2024-07-25 18:27:03 +0200
  • 324b5f81b7 fixes and parameter tuning kno10 2024-07-24 17:29:40 +0200
  • 073b39ab9e more voxelmanipulator, more MCLA kno10 2024-07-23 01:09:17 +0200
  • 901b182438 finetuning kno10 2024-07-20 13:57:01 +0200
  • aa263b564a add MCLA schematics kno10 2024-07-20 02:10:25 +0200
  • 3d0e5ac33b Big villages overhaul kno10 2024-07-19 14:56:06 +0200
  • a6d3b3ed96 clear itemstring when picking up or merging items OgelGames 2024-07-19 05:11:42 +0200
  • 10c7493f8b Allow translating trim names, add some German translations of trims teknomunk 2024-07-16 14:21:21 -0500
  • 1992cdd75e Buffed saturation WillConker 2024-07-14 11:12:51 +0100
  • 7742f21ded Make indentation more consistent in shipwreck loot table WillConker 2024-07-13 12:44:15 +0200
  • 5759feb4d5 Code quality improvements WillConker 2024-07-13 12:41:13 +0200
  • 6949645308 Fixed first loot pool not being used in shipwrecks or ocean temples WillConker 2024-07-11 13:03:22 +0100
  • 853880d96d Made loot table parsing more lenient and added more loot tables WillConker 2024-07-11 12:11:12 +0100
  • 8c4df33eb2 Upload files to "mods/PLAYER/mcl_spawn/locale" ninjum 2024-07-10 20:04:46 +0200
  • 8144bfb1bd Upload files to "mods/PLAYER/mcl_skins/locale" ninjum 2024-07-10 20:04:17 +0200
  • cf25fbb2e8 Upload files to "mods/PLAYER/mcl_music/locale" ninjum 2024-07-10 20:03:56 +0200
  • 70ae18622e Upload files to "mods/PLAYER/mcl_hunger/locale" ninjum 2024-07-10 20:03:27 +0200
  • 01c28c0a90 Upload files to "mods/MISC/mcl_wip/locale" ninjum 2024-07-10 20:02:49 +0200
  • c14bf3ae45 Upload files to "mods/MISC/mcl_privs/locale" ninjum 2024-07-10 20:02:26 +0200