Commit Graph

  • cfd53956f7 New copper grate texture (optimized by optipng) JoseDouglas26 2024-05-05 08:48:08 -0300
  • 1eaca376e9 Removal of global functions and bug fixes JoseDouglas26 2024-05-05 06:25:36 -0300
  • 9f1d22b9af Remove garbage pixels from sweet berry textures Mikita Wiśniewski 2024-05-05 12:32:19 +0700
  • 73f96ed5f3 Bug fixes with recipes and some nodes JoseDouglas26 2024-05-04 14:46:40 -0300
  • ba2ee39a86 remove some empty lines (after if/else/function, before end) nixnoxus 2024-05-04 16:04:36 +0200
  • 0fbd3df497 Make sand and dirt world-aligned world_aligned_textures Mikita Wiśniewski 2024-04-30 11:07:25 +0700
  • 1b7a969361 Update LEGAL.md Mikita Wiśniewski 2024-04-27 19:00:59 +0700
  • 758271a069 Make more blocks have world-aligned textures Mikita Wiśniewski 2024-04-27 18:40:40 +0700
  • f116541e2d World-aligned grass block top texture Mikita Wiśniewski 2024-04-26 21:48:22 +0700
  • c125013528 New recipes for copper door and copper trapdoor JoseDouglas26 2024-05-04 09:50:38 -0300
  • 86632c9e43 Add descriptions.lua JoseDouglas26 2024-05-03 13:40:35 -0300
  • aa9603859b New mcl_copper JoseDouglas26 2024-05-03 13:36:39 -0300
  • 0ef81681ba Make item frames attached to the block they're placed on (fixes #3736) (#4279) Mikita Wiśniewski 2024-05-04 11:43:54 +0000
  • efc6ab0bbf Merge pull request 'Hollow logs fixes' (#4268) from hollow_logs into master the-real-herowl 2024-05-04 10:08:17 +0000
  • 99a1666c8a Make item frames attached to the block they're placed on Mikita Wiśniewski 2024-05-03 21:19:20 +0700
  • 69acc5074b Fix dungeon margin bug (#4276) Bram van den Heuvel 2024-05-03 14:05:51 +0000
  • 7d999535e7 Merge pull request 'Ghast fixes' (#4277) from ghast_fixes into master the-real-herowl 2024-05-03 12:57:32 +0000
  • 2c25c94199 use math.ceil() instead of math.round() Araca 2024-03-28 17:37:08 +0100
  • 50f3f2c5c8 Remove "Mining" word for durability in tooltip Araca 2024-03-06 18:33:30 +0100
  • bb0080617a Add durability for bow & fishing rod Araca 2024-03-05 07:27:29 +0100
  • c501ff6e1d Add remaining use of a tool/weapon in tooltips Araca 2024-02-21 15:08:35 +0100
  • 81ca224bb8 Add wear to shears used to harvest comb from a beehive (#4251) teknomunk 2024-05-02 11:52:47 +0000
  • 25b04a7084 Fix another comment typo teknomunk 2024-05-02 06:59:51 +0000
  • c0e553fb40 Fix typo in comment teknomunk 2024-05-01 06:29:06 +0000
  • 7cd25616d5 Use mcl_util.use_item_durability to add wear to shears teknomunk 2024-05-01 05:56:56 +0000
  • fb985a7ef3 Fix syntax error teknomunk 2024-04-20 11:15:39 +0000
  • b916ea67b7 Add wear to shears used to harvest comb from a beehive, add comments teknomunk 2024-04-19 23:30:26 +0000
  • 3975449ad2 fix mcl_beds: ignore players in other dimensions than overwold (#4257) nixnoxus 2024-05-02 03:13:27 +0000
  • 6756658ee9 Fix server crash when server restarts after a player dies but they didn't respawn (#4246) teknomunk 2024-05-02 03:01:43 +0000
  • 4dde321a04 Ghast fireball fixes the-real-herowl 2024-05-02 00:18:43 +0200
  • cd0509c2e6 Fix crash with ghast achievement fireball_redir_serv (#4179) Araca 2024-05-01 22:15:56 +0000
  • cc1e01ad78 Made API actually work for outside the mod the-real-herowl 2024-05-01 21:59:10 +0200
  • b9428e3438 Definition validation improved the-real-herowl 2024-05-01 21:50:05 +0200
  • 0c372f987d Stop villagers from eating shulker boxes (#4266) teknomunk 2024-05-01 15:44:14 +0000
  • 22c4daab22 fix walking and running animation for horse donkey and mule (#4053) Bakawun 2024-05-01 15:40:57 +0000
  • 03febc51c7 Stop villagers from eating shulker boxes (make mob pick_ups only match against the item's name and not any metadata) teknomunk 2024-04-28 15:44:22 +0000
  • 46fb387f37 update zombie texture (mouth) and zombie head (front face) zombie_texture_improvements SmokeyDope 2024-05-01 11:57:58 +0000
  • 12babc813c delete old zombie head texture SmokeyDope 2024-05-01 11:52:19 +0000
  • 326f364a3b delete old zombie texture SmokeyDope 2024-05-01 11:51:27 +0000
  • 57874f4dfb Fix dungeon margin bug Bram van den Heuvel 2024-05-01 08:51:01 +0200
  • e661de13f1 upload weathered stone texture mcl_weathered_nodes SmokeyDope 2024-05-01 00:11:44 +0000
  • c33f583276 Upload files to "mods/ITEMS/mcl_weathered_nodes" SmokeyDope 2024-05-01 00:10:54 +0000
  • 9fe7bb75f5 add sounds 'zap_on' and 'zap_off' orb_of_exchange SmokeyDope 2024-04-30 23:47:32 +0000
  • 88481edac5 add Orb of Exchange texture SmokeyDope 2024-04-30 23:44:05 +0000
  • 7608925060 Upload files to "mods/ITEMS/mcl_transmutation" SmokeyDope 2024-04-30 23:42:50 +0000
  • a0b68f8ece place_on changed to mcl_core:stone JoseDouglas26 2024-04-30 15:57:12 +0000
  • 760fe1aa68 more items usable to smelt (#4184) nixnoxus 2024-04-30 14:26:10 +0000
  • f78ad93fd3 Make destroying boats with punch easier (#4159) Eliy21 2024-04-30 14:24:24 +0000
  • d321b166ea Merge pull request 'trading gives the player experience' (#4210) from nixnoxus/MineClone2:add-trading-xp into master the-real-herowl 2024-04-30 10:47:17 +0000
  • 18342e44c8 Change lectern wdir check to allow placement on node sides (#4263) JoseDouglas26 2024-04-30 10:45:00 +0000
  • 2430953a81 Set use_texture_alpha for some nodes (#4262) JoseDouglas26 2024-04-30 10:41:23 +0000
  • d77c42c121 Change uta to alpha JoseDouglas26 2024-04-30 07:00:30 +0000
  • 186918c4bb Changing wdir >= 1 to else JoseDouglas26 2024-04-30 06:55:02 +0000
  • a25e2b8eb3 Spaces to tabs the-real-herowl 2024-04-30 03:55:17 +0200
  • ee2998e21b Replaced early returns with error calls the-real-herowl 2024-04-30 03:53:49 +0200
  • e0aadc7996 Updated the textures to the new UV map the-real-herowl 2024-04-30 03:49:38 +0200
  • 9f65c5efb7 New hollow log model (optimized + UV map improved) the-real-herowl 2024-04-30 02:56:13 +0200
  • 7ad4ca2dbe Spaces to tabs the-real-herowl 2024-04-30 02:29:12 +0200
  • 1161d5cd36 Hollow logs (#4267) JoseDouglas26 2024-04-30 00:24:12 +0000
  • 4c2758ae2c Set use_texture_alpha_as_clip for clovers JoseDouglas26 2024-04-27 19:06:19 +0000
  • 7bfc601a1a Set use_texture_alpha as clip for flowers with mesh drawtype JoseDouglas26 2024-04-27 19:02:50 +0000
  • f5abcad3c5 Set use_texture_alpha as clip for end rods JoseDouglas26 2024-04-27 18:56:27 +0000
  • 2cca4e9c1f Change lectern wdir check to allow placement on node sides JoseDouglas26 2024-04-27 19:23:55 +0000
  • f2017a2601 New textures (part 4) JoseDouglas26 2024-04-29 11:34:42 +0000
  • 7d2253eb98 New textures (part 3) JoseDouglas26 2024-04-29 11:33:53 +0000
  • 90b76928fb New textures (part 2) JoseDouglas26 2024-04-29 11:32:58 +0000
  • 6a7d9b712a New textures (part 1) JoseDouglas26 2024-04-29 11:32:10 +0000
  • 985b41d620 pt_BR translation JoseDouglas26 2024-04-29 11:30:42 +0000
  • c9cd1fd886 Add template.txt JoseDouglas26 2024-04-29 11:25:53 +0000
  • 0b6e117a4b Add vl_hollow_logs_log.obj JoseDouglas26 2024-04-29 11:24:57 +0000
  • 75d304ac29 Add API.md JoseDouglas26 2024-04-29 11:23:55 +0000
  • 959aaff7f3 revert a0736f13ee267a081b0134e092318bc0cf87f0fe JoseDouglas26 2024-04-29 11:23:04 +0000
  • eab8905f8d Add ap JoseDouglas26 2024-04-29 11:22:20 +0000
  • 8eaf7e06db Add recipes.lua JoseDouglas26 2024-04-29 11:21:45 +0000
  • 08782fea41 Add init.lua JoseDouglas26 2024-04-29 11:21:05 +0000
  • cc952cd191 Add mod.conf JoseDouglas26 2024-04-29 11:20:06 +0000
  • 5d21228bca Remove debug print that was missed teknomunk 2024-04-19 18:25:03 +0000
  • aa9f831aae Fix more crashes teknomunk 2024-04-19 11:38:06 +0000
  • 637221cc5d Fix function ordering in mcl_craftguide/init.lua teknomunk 2024-04-17 09:26:46 +0000
  • c6d7775084 Fix crashes (https://git.minetest.land/MineClone2/MineClone2/issues/4242) teknomunk 2024-04-17 07:04:11 +0000
  • 538c206985 Remove stray pixels in leather cap texture (#4256) SmokeyDope 2024-04-29 16:14:46 +0000
  • 31facbd902 Texture converter add signs (#4238) Doods 2024-04-29 15:50:32 +0000
  • f9df69b2ad Add API.md JoseDouglas26 2024-04-29 10:35:18 +0000
  • de8e3e4a6e Add server lag tracking to mcl_player global step, maintain an index of lightning attractors in mod storage for mcl_lightning_rods and use this instead of minetest.find_node_near during lightning strikes, modify node definition to allow for additional lightning attractors teknomunk 2024-04-02 07:00:10 +0000
  • b321f08be1 Excluir mods/ITEMS/mcl_hollow_logs/models/mcl_hollow_logs_log.obj JoseDouglas26 2024-04-29 10:01:03 +0000
  • 2f6143ad5d Excluir mods/ITEMS/mcl_hollow_logs/locale/template.txt JoseDouglas26 2024-04-29 10:00:18 +0000
  • 703f9cf1f4 Excluir mods/ITEMS/mcl_hollow_logs/recipes.lua JoseDouglas26 2024-04-29 10:00:03 +0000
  • ad0ebae66c Excluir mods/ITEMS/mcl_hollow_logs/mod.conf JoseDouglas26 2024-04-29 09:59:52 +0000
  • e64f71c37f Changes on mod.conf JoseDouglas26 2024-04-29 09:50:32 +0000
  • 5292086c1b New template.txt JoseDouglas26 2024-04-29 09:49:34 +0000
  • 495f5295fc Add models/vl_hollow_logs_log.obj JoseDouglas26 2024-04-29 09:48:32 +0000
  • 0e1d2b1ade Changes on recipes.lua to include a recipe registration function JoseDouglas26 2024-04-29 09:47:05 +0000
  • 70d844c989 Changing the prefix (mcl_ to vl_) and creating an API JoseDouglas26 2024-04-29 09:42:48 +0000
  • 67516cf172 Fix crashes teknomunk 2024-04-28 15:36:53 +0000
  • c656b47a01 Textures (part 4) JoseDouglas26 2024-04-19 06:22:10 +0000
  • 1c9e904688 Textures (part 3) JoseDouglas26 2024-04-19 06:21:26 +0000
  • aead1419c8 Textures (part 2) JoseDouglas26 2024-04-19 06:20:10 +0000
  • 75a30fdbc6 Textures (part 1) JoseDouglas26 2024-04-19 06:19:06 +0000
  • f9393050df Add models/mcl_hollow_logs_log.obj JoseDouglas26 2024-04-19 06:07:40 +0000
  • b139ee1877 Add locale/template.txt JoseDouglas26 2024-04-19 06:06:32 +0000