Commit Graph

12124 Commits

Author SHA1 Message Date
JoseDouglas26 be2e673d79 Fix deepslate copper needing iron tool 2024-05-18 18:46:06 -03:00
JoseDouglas26 a300beee1f Update on credits 2024-05-14 11:38:32 -03:00
JoseDouglas26 8ec08eabbf Copper pressure plates 2024-05-14 10:21:57 -03:00
teknomunk 5060cc0ed6 Fix several crashes, fix doors that don't wax both halves 2024-05-08 20:11:42 +00:00
teknomunk 0a97105200 Refactor 2024-05-08 19:56:49 +00:00
JoseDouglas26 f30e891f09 Copper buttons and some small changes 2024-05-08 06:25:09 -03:00
JoseDouglas26 3c1feccb07 More changes on comments and on mcl_honey 2024-05-07 11:01:31 -03:00
JoseDouglas26 9715c7de0b Comments and corrections 2024-05-06 11:25:32 -03:00
JoseDouglas26 154b6bc52a Comments and changes on functions.lua 2024-05-05 20:11:54 -03:00
JoseDouglas26 7fa5936bf9 Comments on descriptions.lua 2024-05-05 19:59:36 -03:00
JoseDouglas26 50eb4ff7fa Merge branch 'mcl_copper_recovery' of https://git.minetest.land/JoseDouglas26/MineClone2 into mcl_copper_recovery 2024-05-05 15:38:07 -03:00
JoseDouglas26 4a3359f860 Merge branch 'mcl_copper_recovery' of https://git.minetest.land/JoseDouglas26/MineClone2 into mcl_copper_recovery 2024-05-05 15:34:38 -03:00
JoseDouglas26 6ed13c0193 More comments and credits 2024-05-05 15:08:23 -03:00
JoseDouglas26 43b330af75 Merge remote-tracking branch 'upstream/master' into mcl_copper_recovery 2024-05-05 15:06:05 -03:00
JoseDouglas26 96e042f3ef Comments on mcl_copper/init.lua 2024-05-05 17:32:40 +00:00
JoseDouglas26 f8cadd7725 Comments on crafting.lua 2024-05-05 17:32:40 +00:00
JoseDouglas26 1e084612b0 Changes on translation-related files 2024-05-05 17:32:40 +00:00
JoseDouglas26 3f04723c8c Remove unused translation lines 2024-05-05 17:32:40 +00:00
JoseDouglas26 078d8fe93f Updated locale files 2024-05-05 17:32:40 +00:00
JoseDouglas26 ff798bb2b6 More tabulation fixes 2024-05-05 17:32:40 +00:00
JoseDouglas26 3747758c42 Fix tabulation mistake and some small changes 2024-05-05 17:32:40 +00:00
JoseDouglas26 2fbde9cd70 New copper grate texture (optimized by optipng) 2024-05-05 17:32:40 +00:00
JoseDouglas26 16ce33e8d8 Removal of global functions and bug fixes 2024-05-05 17:32:40 +00:00
JoseDouglas26 17a9787842 Bug fixes with recipes and some nodes 2024-05-05 17:32:40 +00:00
JoseDouglas26 a104e4096a New recipes for copper door and copper trapdoor 2024-05-05 17:32:40 +00:00
JoseDouglas26 c893a6ef90 Add descriptions.lua 2024-05-05 17:32:40 +00:00
JoseDouglas26 0f34b949b7 New mcl_copper 2024-05-05 17:32:40 +00:00
Mikita Wiśniewski 3b1c55c234 Remove garbage pixels from sweet berry textures (#4281)
Reviewed-on: MineClone2/MineClone2#4281
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: Mikita Wiśniewski <rudzik8@protonmail.com>
Co-committed-by: Mikita Wiśniewski <rudzik8@protonmail.com>
2024-05-05 16:07:47 +00:00
JoseDouglas26 f45b38c4dc Comments on mcl_copper/init.lua 2024-05-05 11:05:42 -03:00
JoseDouglas26 b71936dbc3 Comments on crafting.lua 2024-05-05 10:53:41 -03:00
JoseDouglas26 65af733e4f Changes on translation-related files 2024-05-05 10:04:20 -03:00
JoseDouglas26 5f5b59200f Remove unused translation lines 2024-05-05 09:27:43 -03:00
JoseDouglas26 2b1aea7101 Updated locale files 2024-05-05 09:23:03 -03:00
JoseDouglas26 9379319aba More tabulation fixes 2024-05-05 12:04:01 +00:00
JoseDouglas26 576bbde2e6 Fix tabulation mistake and some small changes 2024-05-05 08:57:57 -03:00
JoseDouglas26 cfd53956f7 New copper grate texture (optimized by optipng) 2024-05-05 08:48:08 -03:00
JoseDouglas26 1eaca376e9 Removal of global functions and bug fixes 2024-05-05 06:25:36 -03:00
JoseDouglas26 73f96ed5f3 Bug fixes with recipes and some nodes 2024-05-04 14:46:40 -03:00
JoseDouglas26 c125013528 New recipes for copper door and copper trapdoor 2024-05-04 09:50:38 -03:00
JoseDouglas26 86632c9e43 Add descriptions.lua 2024-05-04 12:07:54 +00:00
JoseDouglas26 aa9603859b New mcl_copper 2024-05-04 12:07:54 +00:00
Mikita Wiśniewski 0ef81681ba Make item frames attached to the block they're placed on (fixes #3736) (#4279)
Reviewed-on: MineClone2/MineClone2#4279
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: Mikita Wiśniewski <rudzik8@protonmail.com>
Co-committed-by: Mikita Wiśniewski <rudzik8@protonmail.com>
2024-05-04 11:43:54 +00:00
the-real-herowl efc6ab0bbf Merge pull request 'Hollow logs fixes' (#4268) from hollow_logs into master
Reviewed-on: MineClone2/MineClone2#4268
2024-05-04 10:08:17 +00:00
Bram van den Heuvel 69acc5074b Fix dungeon margin bug (#4276)
Some mapgen settings used to crash the game.

Reviewed-on: MineClone2/MineClone2#4276
Reviewed-by: Mikita Wiśniewski <rudzik8@protonmail.com>
Co-authored-by: Bram van den Heuvel <bram.vdh1999@gmail.com>
Co-committed-by: Bram van den Heuvel <bram.vdh1999@gmail.com>
2024-05-03 14:05:51 +00:00
the-real-herowl 7d999535e7 Merge pull request 'Ghast fixes' (#4277) from ghast_fixes into master
Reviewed-on: MineClone2/MineClone2#4277
Reviewed-by: Mikita Wiśniewski <rudzik8@protonmail.com>
2024-05-03 12:57:32 +00:00
teknomunk 81ca224bb8 Add wear to shears used to harvest comb from a beehive (#4251)
Reviewed-on: MineClone2/MineClone2#4251
Reviewed-by: Mikita Wiśniewski <rudzik8@protonmail.com>
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-02 11:52:47 +00:00
nixnoxus 3975449ad2 fix mcl_beds: ignore players in other dimensions than overwold (#4257)
beds ignore players in other dimensions than "overworld" (because players can only sleep in the "overworld")

Reviewed-on: MineClone2/MineClone2#4257
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: nixnoxus <nixnoxus@web.de>
Co-committed-by: nixnoxus <nixnoxus@web.de>
2024-05-02 03:13:27 +00:00
teknomunk 6756658ee9 Fix server crash when server restarts after a player dies but they didn't respawn (#4246)
Ensuring that tables storing player data are initialized before being used.

Reviewed-on: MineClone2/MineClone2#4246
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-02 03:01:43 +00:00
the-real-herowl 4dde321a04 Ghast fireball fixes 2024-05-02 00:18:43 +02:00
Araca cd0509c2e6 Fix crash with ghast achievement fireball_redir_serv (#4179)
Reviewed-on: MineClone2/MineClone2#4179
Reviewed-by: Mikita Wiśniewski <rudzik8@protonmail.com>
Co-authored-by: Araca <araca.prod@gmail.com>
Co-committed-by: Araca <araca.prod@gmail.com>
2024-05-01 22:15:56 +00:00