Commit Graph

5539 Commits

Author SHA1 Message Date
JoseDouglas26 4612667465 Candles textures migration 2024-06-13 20:06:40 -03:00
JoseDouglas26 95dc308827 More doors 2024-06-13 17:24:00 -03:00
JoseDouglas26 792c40d7ec Copper oxidation 2024-06-13 15:41:52 -03:00
JoseDouglas26 5d6d60cf26 Huge changes and migrations 2024-06-13 13:36:37 -03:00
JoseDouglas26 87d1812bd9 Removing duplicated items 2024-06-12 14:23:23 -03:00
JoseDouglas26 37c7b01309 Ingredients items migration 2024-06-12 14:01:32 -03:00
JoseDouglas26 fe574eac99 Food items 2024-06-12 12:51:07 -03:00
JoseDouglas26 fbe43fcb8e Food items 2024-06-12 09:25:09 -03:00
JoseDouglas26 9bee6afd0c Items migration starting 2024-06-12 08:49:09 -03:00
JoseDouglas26 ea44d5cb3c Copper blocks migration 2024-06-11 07:16:02 -03:00
JoseDouglas26 5f4fea498b Sea lantern migration 2024-06-10 08:19:33 -03:00
JoseDouglas26 0dd50fb296 Removed some duplicated blocks 2024-06-10 07:36:31 -03:00
JoseDouglas26 3a63c3b715 Wool migration 2024-06-09 17:34:22 -03:00
JoseDouglas26 64525fa287 Removed old glazed terracotta blocks 2024-06-09 17:19:01 -03:00
JoseDouglas26 4298171f11 Cleaning code and textures 2024-06-08 20:23:57 -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 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 bb47f3e525 New blocks and non-MC things removed 2024-06-07 10:50:14 -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
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