1
0
Fork 0

Commit Graph

  • c032ada006 Potions registering API fully works with creative the-real-herowl 2023-11-03 22:28:00 +0100
  • c1ee1fdf16 Fixed variable definitions ("undeclared global") the-real-herowl 2023-10-28 03:22:28 +0200
  • 0bb9d862e8 Creative inventory using new potions API the-real-herowl 2023-10-27 05:09:37 +0200
  • 093341019d Added new potion tooltip handling the-real-herowl 2023-10-27 05:08:23 +0200
  • 5fb5e9121e Added new potions registering API the-real-herowl 2023-10-27 05:06:45 +0200
  • d0b3a7b49b Translatable effect names and cleanup the-real-herowl 2023-10-27 05:02:43 +0200
  • 6a09e5cf48 Arabic-to-Roman converter redo the-real-herowl 2023-10-27 03:19:25 +0200
  • 040c590707 Reimplemented /effect heal and fixed bugs the-real-herowl 2023-10-12 23:51:14 +0200
  • e25bffe040 Resolved merge conflict the-real-herowl 2023-10-12 23:11:45 +0200
  • 1df39ab13d Improved /effect command and fixes the-real-herowl 2023-10-10 01:07:26 +0200
  • d8ec5e4b51 General effects API overhaul the-real-herowl 2023-10-01 04:33:40 +0200
  • 5f70189e08 Don't touch description if tt snippets did nothing (#4264) the-real-herowl 2024-04-28 15:04:39 +0000
  • e1faedf574 updated zombie texture (optiPNG) zombie_texture_improvements SmokeyDope 2024-04-27 23:35:53 +0000
  • 2c708225f5 delete old zombie texture SmokeyDope 2024-04-27 23:34:10 +0000
  • e23e6605fc update zombie texture (unified pants palette and made feet skin color SmokeyDope 2024-04-27 23:29:47 +0000
  • 967d4849ca delete old zombie texture SmokeyDope 2024-04-27 23:27:41 +0000
  • bcffcad676 Added spears hammers_spears the-real-herowl 2024-04-27 21:04:49 +0200
  • 89ed52df12 update zombie texture (replace brains with skull, change palette of arms) SmokeyDope 2024-04-27 18:00:37 +0000
  • 555c8a8e04 delete old zombie texture SmokeyDope 2024-04-27 17:57:42 +0000
  • ee85453c3e updated zombie texture with brains and visible mouth SmokeyDope 2024-04-27 16:14:14 +0000
  • faaab71c2f delete old zombie texture SmokeyDope 2024-04-27 16:11:47 +0000
  • 50e30260c1 Fixed hoe descriptions the-real-herowl 2024-04-27 18:01:39 +0200
  • 2703136f97 Added hammers the-real-herowl 2024-04-27 18:01:32 +0200
  • 4e12c6747c Merge pull request 'Fix #4189 - Make hoppers move items if there is space for one item' (#4190) from teknomunk/MineClone2:hopper-changes into master the-real-herowl 2024-04-27 13:51:34 +0000
  • 09c595c363 Fix two hopper clocks teknomunk 2024-04-27 08:39:41 +0000
  • 6fbe60f1ac Fix crash with undefined nodes teknomunk 2024-04-27 07:28:55 +0000
  • 3705be24d7 Fix 'Undeclared global variable' warning teknomunk 2024-04-26 11:14:21 +0000
  • 681075df5a Correct null -> nil teknomunk 2024-04-22 14:49:58 +0000
  • 6ecb304946 make hoppers behave the same say regardless of the order the server processes the nodes by following a chain of hoppers to the end and processing back to the starting node and marking all those nodes as processed teknomunk 2024-03-08 20:12:21 +0000
  • 034b0142c6 Make sure the inventory slot has at least the number of items requsted in it before selecting it teknomunk 2024-02-16 23:44:55 +0000
  • e02d1c0e27 Update to comply with coding guidelines teknomunk 2024-02-13 09:46:12 +0000
  • bdcd89e1bf Modify mcl_util.select_stack to allow specifying the number of items that will be moved, modify hopper on_try_push functions to specify only 1 item will be moved at a time, general cleanup of touched code (reduce indent - 1 place, break filter functions out of function call parameter - 4 places) teknomunk 2024-02-12 12:03:55 +0000
  • 1d8fc7abac Merge pull request 'Bed Fixes' (#4253) from teknomunk/MineClone2:bed-fixes into master the-real-herowl 2024-04-27 12:35:14 +0000
  • 62ab68637a Stop beds from dropping as items when players in creative mode dig them teknomunk 2024-04-27 07:17:24 +0000
  • 0839f35a12 Add additional bed placing attempts teknomunk 2024-04-20 11:03:06 +0000
  • 84d6b593b2 Fix bed duplication bug when destroyed by TNT teknomunk 2024-04-20 09:43:48 +0000
  • 3bcbb99878 Merge pull request 'The Pull Request that Fixed the Creative Inventory' (#4237) from creative_inv_fixes into master the-real-herowl 2024-04-27 06:19:11 +0000
  • 49829a3985 Update mods/ITEMS/mcl_cherry_blossom/growth.lua add_the_remaining_cherry_blossom_particles Wbjitscool 2024-04-24 12:44:03 +0000
  • 17287f5ef8 Upload files to "textures" Wbjitscool 2024-04-24 12:40:32 +0000
  • f3c208394d Delete textures/mcl_cherry_blossom_particle.png Wbjitscool 2024-04-24 12:39:42 +0000
  • 6911f72364 Upload files to "textures" Wbjitscool 2024-04-24 12:37:48 +0000
  • a6fdbe2516 adding the remaining particles Wbjitscool 2024-04-24 12:34:35 +0000
  • a70a0440cd Changed the main menu header and icon doc_update the-real-herowl 2024-04-22 05:11:05 +0200
  • e155cdc22f Documentation update, mostly rename of the game the-real-herowl 2024-04-14 02:42:02 +0200
  • 9e8661ae95 Merge pull request 'Added eating animation' (#4169) from eating_animation into master the-real-herowl 2024-04-22 01:18:11 +0000
  • ab005ca1df add updated english pumpkin descriptions to most recent russian translation file fix_pumpkin_names SmokeyDope 2024-04-21 18:58:59 +0000
  • c0ad63ec9d delete conflicting ru file SmokeyDope 2024-04-21 18:57:56 +0000
  • 2a158d9adc add updated english pumpkin descriptions to .zh translation file SmokeyDope 2024-04-21 18:57:24 +0000
  • 205c016b23 Add updated template.txt to mcl_farming SmokeyDope 2024-04-21 18:42:59 +0000
  • 2ed6cb89fc delete outdated template translation in mcl_farming SmokeyDope 2024-04-21 18:42:15 +0000
  • 6c3d7f3c86 delete outdated .zh translation file in mcl_farming SmokeyDope 2024-04-21 18:38:36 +0000
  • 85da793f93 add updated english pumpkin descriptions to russian translation file SmokeyDope 2024-04-21 18:33:40 +0000
  • 45e5a364f8 delete outdated russian translation in mcl_farming SmokeyDope 2024-04-21 18:32:46 +0000
  • 97a5af01dc add updated english pumpkin descriptions to polish translation file SmokeyDope 2024-04-21 18:27:46 +0000
  • 28248c2a77 delete outdated polish translation in mcl_farming SmokeyDope 2024-04-21 18:26:37 +0000
  • ecaa853b7d add updated english pumpkin descriptions to japanese translation file SmokeyDope 2024-04-21 18:23:04 +0000
  • be379aecf3 delete outdated japanese translation file SmokeyDope 2024-04-21 18:21:53 +0000
  • 72996267e3 add updated english pumpkin descriptions to french translation file SmokeyDope 2024-04-21 18:17:05 +0000
  • 66a811e140 remove outdated french translation file SmokeyDope 2024-04-21 18:16:15 +0000
  • b0f999748e add updated english pumpkin descriptions to spanish translation file SmokeyDope 2024-04-21 18:12:08 +0000
  • f193ce0199 delete old spanish translation SmokeyDope 2024-04-21 18:10:34 +0000
  • 4f37c1600f Able to see all mobs in the lookup help menu (#4186) SOS-Games 2024-04-21 08:16:15 +0000
  • d00fa6e99e Fix mcl_skins crash with YOLO mod patch_skins Mikita Wiśniewski 2024-04-21 07:36:49 +0700
  • bd4337a2dc Make Editorconfig compliant with the spec. (#4245) Doods 2024-04-20 15:23:59 +0000
  • 57409973b9 Fix creative inv tabs showing item tooltips. MysticTempest 2023-10-08 10:38:19 -0500
  • 312ad5b63b Fix creative inventory search not working on Android (fixes #3402) Mikita Wiśniewski 2024-04-14 13:30:44 +0700
  • 46ed6a6dda Fix switching items in the creative inventory (fixes #3941) Mikita Wiśniewski 2024-04-14 13:11:41 +0700
  • 0f20e18e53 Merge pull request 'fix_xp_reload_bug' (#4226) from teknomunk/MineClone2:fix_xp_reload_bug into master the-real-herowl 2024-04-14 07:10:33 +0000
  • 69d3fa5f85 Merge pull request 'Added a check for the bone meal's applied position.' (#4201) from CyberMango/MineClone2:dev/mango/add_bone_meal_protection_check into master the-real-herowl 2024-04-14 07:07:21 +0000
  • 5e673b8fee Merge pull request 'Add partial item stack pickup' (#4193) from teknomunk/MineClone2:grouped-item-pickup into master the-real-herowl 2024-04-14 06:53:37 +0000
  • 596c56d31f Add possibility to edit a sign (#4188) Araca 2024-04-14 06:50:19 +0000
  • e582c3bb97 Improved look on the mobile device the-real-herowl 2024-04-14 08:34:41 +0200
  • b5b8d4f336 Merge pull request 'more piglin bartering items (and drop stack instead of single items)' (#4181) from nixnoxus/MineClone2:piglin-bartering into master the-real-herowl 2024-04-14 00:01:13 +0000
  • c1971b662a Fireproof certain wood nodes & add planks crafting recipes (#4166) Doods 2024-04-13 23:52:46 +0000
  • a86e8e2c8e fix strider breeding & increase riding speed (#4096) nixnoxus 2024-04-13 23:38:46 +0000
  • a3db7bd504 Fix texture converter for sandstone (#4233) Doods 2024-04-08 19:02:43 +0000
  • ac4aff12ea Enable custom biome check in spawning. This allows mods to overide the check in singlenode and other mapgens that do not support biome API. (#4217) ancientmarinerdev 2024-04-01 15:40:14 +0000
  • 003288bc80 Update comments in the nether portals script (#4227) emptyshore 2024-04-01 00:30:06 +0000
  • 13ce4f9092 Additional cleanup, impelemnt partial item stack pickup teknomunk 2024-02-16 13:49:15 +0000
  • 0a294c55a1 Move object pickup code to try_object_pickup(...) and refactor to remove most indentation for readability teknomunk 2024-02-16 13:28:39 +0000
  • 44bb07507d Cleanup comment, whitespace for readability teknomunk 2024-03-30 07:27:49 +0000
  • 3509b85a3e Fix possible crash due to engine bug reloading XP orbs cora 2024-03-20 22:52:33 +0100
  • 55653fe37b Nether portals rewrite (#4128) emptyshore 2024-03-31 02:20:23 +0000
  • 0170619866 Merge pull request 'Imported the tga_encoder as subtree' (#4222) from tga_encoder_update into master the-real-herowl 2024-03-27 00:31:39 +0000
  • 0b521ef92b Fix - New game load crashes. Add defensive check. (#4216) ancientmarinerdev 2024-03-27 00:22:22 +0000
  • 8931576c50 fix 'WARNING[Main]: Undeclared global variable ' in mcl_colorblocks (#4203) nixnoxus 2024-03-27 00:20:12 +0000
  • c65176af81 Merge pull request 'Added clovers' (#4224) from clovers into master the-real-herowl 2024-03-27 00:15:32 +0000
  • a71a634168 Merge pull request 'Make end rods use a mesh model' (#4177) from end_rod_model into master the-real-herowl 2024-03-27 00:14:13 +0000
  • 89e8cf0213 Merge branch 'skeleton_sounds' the-real-herowl 2024-03-24 06:38:35 +0100
  • 08b41a3b39 accelerate non-moving carts on `mcl_minecarts:golden_rail_on` (#4097) nixnoxus 2024-03-24 05:29:44 +0000
  • 26fc0cd4d8 Merge pull request 'update melon and pumpkin biomes' (#4037) from michaljmalinowski/MineClone2:master into master the-real-herowl 2024-03-24 05:17:20 +0000
  • e50ad7d6de Merge pull request 'Fix a crash with rocket explosion' (#4178) from fix_rocket_crash into master 𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟 2024-03-21 00:15:50 +0000
  • 4b6d63739c Fix a crash with rocket explosion the-real-herowl 2024-02-04 17:42:13 +0000
  • c6a112d200 Clovers now generate the-real-herowl 2024-03-20 22:29:03 +0100
  • ade2a1a6a2 Add clovers and four-leaf clovers the-real-herowl 2024-03-20 22:18:47 +0100
  • b04493dcb6 Add 'mods/CORE/tga_encoder/' from commit 'aad231f5e406a7c1eaafe6595a64b9c55f230692' the-real-herowl 2024-03-19 19:28:16 +0100
  • a5740f8edf Remove old tga_encoder the-real-herowl 2024-03-19 19:27:12 +0100
  • 9809c627dc trading gives the player experience nixnoxus 2024-03-09 15:06:38 +0100
  • d6b329d657 Global definition removed hollow_logs_ref_recovery José Douglas da Silva Souza 2024-03-08 22:38:03 +0000
  • e2bbc9df5c Global definition removed José Douglas da Silva Souza 2024-03-08 22:36:16 +0000