Commit Graph

10701 Commits

Author SHA1 Message Date
JoseDouglas26 d9d289bc0b New textures and dark prismarine 2024-06-09 09:58:54 -03:00
JoseDouglas26 4298171f11 Cleaning code and textures 2024-06-08 20:23:57 -03:00
JoseDouglas26 b88e464677 New blocks 2024-06-08 19:58:35 -03:00
JoseDouglas26 fe56839e5e More changes 2024-06-08 19:50:38 -03:00
JoseDouglas26 d96b9e2328 Cleaning 2024-06-08 19:08:31 -03:00
JoseDouglas26 fab9e95474 Removed duplicated blocks 2024-06-08 09:07:31 -03:00
JoseDouglas26 2bb8abb882 Removing documentation 2024-06-07 21:30:49 -03:00
JoseDouglas26 7d75165975 Removing documentation 2024-06-07 21:05:39 -03:00
JoseDouglas26 10f478710c Cleaning code 2024-06-07 20:50:11 -03:00
JoseDouglas26 fcb9796816 Removed mcl_util.rotate_axis 2024-06-07 20:19:05 -03:00
JoseDouglas26 a9cec0565a More code cleaning 2024-06-07 20:07:43 -03:00
JoseDouglas26 387e6bc563 Cleaning code and textures 2024-06-07 19:54:59 -03:00
JoseDouglas26 cde62f3676 Removed mud bricks 2024-06-07 19:42:39 -03:00
JoseDouglas26 347f317c71 Cleaning mods 2024-06-07 19:40:20 -03:00
JoseDouglas26 b6634f2eeb Removed bamboo planks and bamboo items 2024-06-07 19:34:44 -03:00
JoseDouglas26 e27d1455e8 Removed more unnecessary code 2024-06-07 19:31:15 -03:00
JoseDouglas26 23c65451ab Removed unnecessary code 2024-06-07 19:28:03 -03:00
JoseDouglas26 fbde096fe8 Removed glazed terracotta pillars 2024-06-07 19:20:17 -03:00
JoseDouglas26 635b5570e3 Removed concrete stairs and slabs 2024-06-07 19:15:23 -03:00
JoseDouglas26 bda75ad4b8 Removed concrete-related blocks 2024-06-07 19:13:54 -03:00
JoseDouglas26 61359d4af8 Remove crimson and warped blocks 2024-06-07 19:11:18 -03:00
JoseDouglas26 d5c474494a Changes on api and textures 2024-06-07 19:03:57 -03:00
JoseDouglas26 fc2962c7c6 Purpur-related blocks migration 2024-06-07 18:58:05 -03:00
JoseDouglas26 77736b9785 More block migration 2024-06-07 18:49:11 -03:00
JoseDouglas26 2231432946 More structural blocks migration 2024-06-07 18:17:34 -03:00
JoseDouglas26 bb47f3e525 New blocks and non-MC things removed 2024-06-07 10:50:14 -03:00
JoseDouglas26 1376dd3512 Concrete-related blocks migration 2024-06-07 10:24:26 -03:00
JoseDouglas26 b399b4913a New function for block registration 2024-06-07 09:34:47 -03:00
JoseDouglas26 0ce870a9de New function to load mod files 2024-06-07 09:07:17 -03:00
JoseDouglas26 b26d4e78a5 Changes on voxelibre mod 2024-06-07 08:52:09 -03:00
JoseDouglas26 87297b8e4c Planks registration 2024-06-07 08:43:00 -03:00
JoseDouglas26 76234d8e6b VoxeLibre2 migration 2024-06-07 06:47:58 -03:00
JoseDouglas26 e5d134ecd3 new blocks and ppl textures 2024-06-02 11:17:12 -03:00
JoseDouglas26 859e1d2a7c new mod.conf 2024-06-02 11:00:37 -03:00
JoseDouglas26 67b030906d init with comments 2024-06-02 10:59:09 -03:00
JoseDouglas26 e6de710911 crafting again 2024-06-02 10:58:03 -03:00
JoseDouglas26 068212d8c9 crafting 2024-06-02 10:56:37 -03:00
JoseDouglas26 1fde77eee8 more conflicts solve 2024-06-02 10:54:37 -03:00
JoseDouglas26 1db17d88da new mcl_copper functions 2024-06-02 10:51:01 -03:00
JoseDouglas26 58df4c65e1 conflict commit 2024-06-02 10:43:25 -03:00
JoseDouglas26 efa704116e Merge branch 'master' of https://git.minetest.land/JoseDouglas26/MineClone2 2024-06-02 10:40:14 -03:00
JoseDouglas26 dfc67c18b5 Merge branch 'pr-4341' 2024-06-01 11:07:56 -03:00
teknomunk 3a9ef7a65f Track items as they are registered for use in building the creative menu without relying on pairs(minetest.registered_items) working correctly 2024-05-30 11:15:20 +00:00
JoseDouglas26 067ad7b78b Change stack size for snowballs and eggs (#4312)
Reviewed-on: VoxeLibre/VoxeLibre#4312
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: JoseDouglas26 <josedouglas20002014@gmail.com>
Co-committed-by: JoseDouglas26 <josedouglas20002014@gmail.com>
2024-05-30 08:31:15 +00:00
teknomunk add9cbe3bc Fix mob spawner crash (#4337)
This fixes #4336 crash at login about mcl_mobspawners. Also adds an API call, `mcl_mobs.register_conversion` for converting one mob into another and updates rovers and stalkers to use this API call.

Reviewed-on: VoxeLibre/VoxeLibre#4337
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: teknomunk <teknomunk@protonmail.com>
Co-committed-by: teknomunk <teknomunk@protonmail.com>
2024-05-30 08:29:12 +00:00
teknomunk c4f4e7b6fc Fix crash that occurs when lingering or splash potions are used from a dispenser (#4335)
Reviewed-on: VoxeLibre/VoxeLibre#4335
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: teknomunk <teknomunk@protonmail.com>
Co-committed-by: teknomunk <teknomunk@protonmail.com>
2024-05-30 08:02:59 +00:00
JoseDouglas26 3bd570add3 mcl_copper 2024-05-26 19:15:50 -03:00
JoseDouglas26 82908cfdca Merge branch 'master' of https://git.minetest.land/JoseDouglas26/MineClone2 2024-05-26 19:07:42 -03:00
JoseDouglas26 c0a0bd5b9c Merge branch 'master' of https://git.minetest.land/JoseDouglas26/MineClone2 2024-05-26 19:03:36 -03:00
JoseDouglas26 155fa02cab Revert "Fix code errors"
This reverts commit bb76b466b3.
2024-05-26 19:02:09 -03:00