Commit Graph

12428 Commits

Author SHA1 Message Date
the-real-herowl 4264606609 Optipng the header images 2024-05-07 11:38:00 +00:00
the-real-herowl fdb0549d32 Changed the main menu header and icon 2024-05-07 11:38:00 +00:00
the-real-herowl b86c2e338a Documentation update, mostly rename of the game 2024-05-07 11:38:00 +00: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
the-real-herowl d826a587da Compatibility conversion 2024-05-05 22:55:25 +02: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
teknomunk d2a49799ae Change over internal name so that /spawn_mob works 2024-05-05 16:22:19 +00:00
the-real-herowl a36c6481cb Going on with renaming the mob 2024-05-05 21:12:37 +02:00
the-real-herowl fbeb977441 Optimized the new textures 2024-05-05 19:10:18 +00:00
the-real-herowl 1219b09851 Migrated enderman to the new visuals
Also made the node holding use vl_held_item
2024-05-05 19:10:18 +00:00
the-real-herowl b9ec1a4611 Complete migration to vl_held_item 2024-05-05 19:10:18 +00:00
the-real-herowl 25321a5ac7 Move vl_node_entity to vl_held_item 2024-05-05 19:10:18 +00:00
teknomunk 2fc283a42a Create node entity 2024-05-05 19:10:18 +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