Commit Graph

  • 2370d155c9 mcl_falling_nodes pt_BR translation JoseDouglas26 2023-11-30 08:23:34 -0300
  • ad3ec48ec9 mcl_boats pt_BR translation JoseDouglas26 2023-11-30 08:18:10 -0300
  • beb06315ac mcl_explosions pt_BR translation JoseDouglas26 2023-11-30 07:51:36 -0300
  • 569dd69188 Increase sunflower height the-real-herowl 2023-12-22 23:36:49 +0100
  • 92ee9c0557 Remove the wrong separate sunflower definition the-real-herowl 2023-12-18 02:14:01 +0100
  • f63e5d3c19 fix facing west JoseDouglas26 2023-12-22 14:35:47 -0300
  • 4d5d595310 changes requested in sunflower definitions JoseDouglas26 2023-12-15 08:54:44 -0300
  • f9972aef01 new lower mesh and selection box JoseDouglas26 2023-12-14 23:35:42 -0300
  • 85d21fa1e9 new sunflower mesh JoseDouglas26 2023-12-14 23:18:38 -0300
  • e6a64cfc69 Sound and mining sunflower bug fixes JoseDouglas26 2023-12-14 22:35:59 -0300
  • dd5a9178d9 sunflower mapgen bug fix JoseDouglas26 2023-12-14 13:29:37 -0300
  • 113f07581b new sunflower mesh JoseDouglas26 2023-12-14 12:42:44 -0300
  • a1d390bd4d Merge pull request 'Fix translation files syntax errors' (#4091) from megustanlosfrijoles/frijolesclone2:fix-translation-files-syntax-errors into master the-real-herowl 2023-12-21 02:05:08 +0000
  • 325c6ab4ca Escape equals signs in translation file mcl_deepslate.pt_BR.tr José M 2023-12-20 19:13:30 -0600
  • dc4c559ad9 Escape equals sign in translation José M 2023-12-20 19:04:46 -0600
  • 1f52b7051a Add missing placeholder(s) in translation: '@1' José M 2023-12-20 18:58:15 -0600
  • 5e28ff2d06 Delete non-empty translation in mcl_enchanting template file José M 2023-12-20 18:34:16 -0600
  • d5eda7352c Remove whitespace-only translation in mcl_blast_furnace template file José M 2023-12-20 18:29:13 -0600
  • 5071855d00 Merge pull request 'Fix wrong argument when piston dig calls on_dignode callbacks (Credit: Cora)' (#4089) from bamboo_crash_fix into master ancientmarinerdev 2023-12-20 21:28:07 +0000
  • 4cfd4ef6ce Fix wrong argument when piston dig calls on_dignode callbacks cora 2023-12-10 22:47:28 +0100
  • ceada2fcec Merge pull request 'Fix translation files syntax errors' (#4061) from megustanlosfrijoles/frijolesclone2:warning-fix2 into master Michieal 2023-12-19 01:15:43 +0000
  • 99cc88ac42 Merge pull request 'Update spanish translations and fix syntax errors' (#4060) from megustanlosfrijoles/frijolesclone2:es-translations-syntax into master the-real-herowl 2023-12-18 23:25:48 +0000
  • 56ebb5ac09 Merge pull request 'Fix the FOV issues with Bows, Sprinting and Spyglasses.' (#4045) from Fix-FOV into master Michieal 2023-12-18 23:19:43 +0000
  • 8a5058e032 Unified and refactored FOV API code the-real-herowl 2023-12-13 00:29:22 +0100
  • e312955a14 Made spyglass reset instant the-real-herowl 2023-12-13 00:08:35 +0100
  • 5afd0aa255 Fixed the exclusive modifiers not being exclusive the-real-herowl 2023-12-12 01:45:07 +0100
  • 98b6ead591 Fixed a couple of errors Michieal 2023-12-11 03:46:38 +0000
  • 040ce8288e Script and documentation cleanup the-real-herowl 2023-12-10 00:34:31 +0100
  • f9b192e68f Updated credits the-real-herowl 2023-12-10 00:30:04 +0100
  • 08241f6ea3 Updated the api.md file the-real-herowl 2023-12-10 00:26:21 +0100
  • 5bf6608483 Made bow unfocus faster the-real-herowl 2023-12-10 00:20:43 +0100
  • 42ec62562d Moved sprinting into the new FOV api the-real-herowl 2023-12-10 00:15:33 +0100
  • 7f5ce4e033 Fixed modifier application and removal the-real-herowl 2023-12-10 00:15:09 +0100
  • 3a007e3bb1 Re-registered FOV mods using new API version the-real-herowl 2023-12-10 00:14:16 +0100
  • a650f8b368 Made fovapi registration more robust the-real-herowl 2023-12-09 23:22:36 +0100
  • 580a1caa38 Reworked some of the Apply_Modifier code to help prevent errors. Michieal 2023-12-08 21:00:11 -0500
  • 2f8389d3f5 Put in check to prevent Trying to Reference a Nil error in Apply_Modifier. Michieal 2023-12-08 20:38:07 -0500
  • 4f3f59f4bc Put in checks to prevent repeatedly applying the same FOV modifier. Added short circuit to remove_modifier if the modifier is not currently applied. Michieal 2023-12-03 09:03:01 -0500
  • 36f661743e Set up the Bows to use the new FOV API. Bows now zoom in and clear out the zoom. Michieal 2023-12-03 08:57:13 -0500
  • 0a17bbe731 Added reset for player respawning to remove FOV modifiers. Fixed missing on_end call in remove_all_modifiers. Added mcl_fovapi to Bows, Sprint, and Spyglass. Set up the Spyglass to use the new FOV API. Michieal 2023-12-03 08:29:53 -0500
  • 6cfb55e853 Added reset for player respawning to remove FOV modifiers. Fixed missing on_end call in remove_all_modifiers. Added mcl_fovapi to Bows, Sprint, and Spyglass. Michieal 2023-12-03 08:24:21 -0500
  • bf41e116a1 Fleshed out the API Documentation. Modified missing pieces of code. Michieal 2023-12-03 08:10:41 -0500
  • fc80d4fb9f Initial API state. Michieal 2023-12-03 06:47:28 -0500
  • 11c5d36c55 Initial Commit. Michieal 2023-12-02 07:00:25 -0500
  • 07147e9d5b Make slime+magmacube collision boxes rotate properly the-real-herowl 2023-12-18 02:56:43 +0100
  • d44b00a20e Merge pull request 'Shulker improvements and homing mob projectiles' (#4000) from Bakawun/MineClone2:Shulker_shot_speed into master the-real-herowl 2023-12-18 00:54:04 +0000
  • ae169b2814 Add fix to crash when moving bought villager trade item to empty sell slot bug by JoseDouglas26 (#4079) Eliy21 2023-12-15 03:09:48 +0000
  • cee5bbc206 mobs:fix typo in homing function bakawun 2023-12-14 16:50:23 +0100
  • ebd733be82 update's the campfire's fire burning animation to make it look better (#4077) Wbjitscool 2023-12-13 05:22:41 +0000
  • a2c8d13f04 Nerfed vexes and evokers the-real-herowl 2023-12-13 04:51:56 +0100
  • 610bcab0d6 Merge pull request 'Update's the stonecutter animation speed to match to the MC's one' (#4074) from stonecutter_fixes into master the-real-herowl 2023-12-13 03:14:27 +0000
  • ed205190e4 Nerfed slime and magma cube attack range the-real-herowl 2023-12-13 04:10:01 +0100
  • 07eb70e9be Update mods/ITEMS/mcl_stonecutter/init.lua Wbjitscool 2023-12-13 02:39:25 +0000
  • b3da7a473d Merge pull request 'Move deepslate ore registration within generation check' (#4070) from Zasco/MineClone2:master into master the-real-herowl 2023-12-13 02:06:25 +0000
  • bc101314df mobs:shulker:use on_attack to set shoot interval to between 1 and 6 seconds bakawun 2023-12-11 09:36:03 +0100
  • 69903aa4ec Fixed crashes the-real-herowl 2023-11-25 02:55:06 +0100
  • 686646b86d Shulker: align armor value with mc and set it to 0 when opened bakawun 2023-11-16 18:27:54 +0100
  • 789c9a9a6d Shulker: make bullet speed match mc bakawun 2023-11-16 11:21:25 +0100
  • cf51c60527 Fix shulker bullets ignoring armor cora 2023-10-26 21:35:13 +0200
  • 55fe71d73b Add a get_arrow_hit_func function to mcl_mobs cora 2023-10-26 21:32:50 +0200
  • 58bb26a7ef Make shulker bullets homing cora 2023-11-15 19:00:01 +0100
  • f5079f1568 Add an option for mob arrows to be "homing" cora 2023-11-15 18:59:46 +0100
  • b4511fb8c7 Shulker, add missing false statement Bakawun 2023-11-14 14:47:24 +0000
  • b02a3deec7 Shulker; fix attack open animation, improve peek Bakawun 2023-11-14 13:57:56 +0000
  • 26cfdf0b7c Shulker: randomize shoot interval Bakawun 2023-11-14 10:52:09 +0000
  • 8d34ff2a9a Shulker: Make shulker peek periodically Bakawun 2023-11-13 15:13:52 +0000
  • e6ddc03d3c Shulker: lower shoot interval to 1 second Bakawun 2023-11-07 17:18:21 +0000
  • 351e31a889 Move deepslate ore registration within generation check Zasco 2023-12-12 23:16:51 +0000
  • aff4216ccf Merge pull request 'on_attack callback fix' (#4065) from on_attack_callback into master the-real-herowl 2023-12-10 23:55:47 +0000
  • 8b00fff4cb Remove dangling else the-real-herowl 2023-12-11 00:37:18 +0100
  • cf70de0ecc Add an on_attack callback for mobs (#4064) the-real-herowl 2023-12-10 16:10:33 +0000
  • 6dce3b4bc4 Remove whitespace-only translation in template file José M 2023-12-10 01:56:19 -0600
  • a60540c17e Remove a non empty translation in template file José M 2023-12-10 01:47:35 -0600
  • 19fd075a2f Add the textdomain line in mcl_beehives.dk.tr José M 2023-12-10 01:16:43 -0600
  • 1ac65305d6 Fix a typo in mcl_honey.es.tr José M 2023-12-10 00:13:40 -0600
  • 8dcb62aa56 Fix a typo in mcl_honey.es.tr José M 2023-12-10 00:11:07 -0600
  • 1d2a7b35d8 Update mcl_honey.es.tr José M 2023-12-10 00:07:17 -0600
  • 02e7ff41d5 Update mcl_fire.es.tr and fix syntax errors José M 2023-12-09 23:42:32 -0600
  • d4797e13af Merge pull request 'release_0_85_fire_and_stone' (#4049) from release_0_85_fire_and_stone into master the-real-herowl 2023-12-08 23:05:13 +0000
  • 3caa99a409 Post-release set version 0.86.0-SNAPSHOT the-real-herowl 2023-12-09 00:03:41 +0100
  • ca71e949a8 Credits update the-real-herowl 2023-12-08 23:20:52 +0100
  • 9a7e39654c Minor credits update the-real-herowl 2023-12-05 03:40:37 +0100
  • 333db53e7b Add release notes for 0.85 the-real-herowl 2023-12-05 03:18:43 +0100
  • 47f920c9df Updated release credits and set version for 0.85 the-real-herowl 2023-12-05 03:05:20 +0100
  • bb66f81999 Merge pull request 'Combat rebalancing' (#4036) from combat_rebalancing into master the-real-herowl 2023-12-08 22:06:06 +0000
  • a344755894 Merge pull request 'horse: drops: remove 2nd saddle, add armor' (#4047) from Bakawun/MineClone2:horse into master the-real-herowl 2023-12-07 01:02:38 +0000
  • c03366aa12 Merge pull request 'Fix syntax errors and update spanish translations' (#4050) from megustanlosfrijoles/frijolesclone2:master into master the-real-herowl 2023-12-06 23:36:09 +0000
  • bb1e572287 Update mcl_compass.es.tr and fix syntax errors José M 2023-12-05 18:39:29 -0600
  • 4127d120d2 Add server privs restriction to mcl_villages build tool (#4043) Eliy21 2023-12-05 12:49:49 +0000
  • 86dad4693e Add warning log if players with 0 hp joined (#4051) Eliy21 2023-12-05 08:21:37 +0000
  • f39fe17895 Update mesecons_lightsone spanish translation José M 2023-12-04 22:51:50 -0600
  • 0673fcc25b Respawn dead players when they login so they don't get stuck without the death formspec (#4041) Eliy21 2023-12-05 01:08:50 +0000
  • 589de76613 Fixed a code branch never being run the-real-herowl 2023-12-05 01:57:40 +0100
  • 1857341b59 Fixed player knockback from arrows the-real-herowl 2023-11-28 04:35:42 +0100
  • 46d9c66000 Fixed mobs executing custom on_punch with punch fail the-real-herowl 2023-11-28 04:35:19 +0100
  • cca6645524 Added player damage invulnerability the-real-herowl 2023-11-28 04:28:05 +0100
  • 24ffd64cad Knockback fixes the-real-herowl 2023-11-28 03:34:26 +0100
  • e29654a0f6 Revert healing interval default to the lower value the-real-herowl 2023-11-27 03:37:28 +0100
  • 027e0e8337 Fix a typo in the spanish translation (#4039) José Muñoz 2023-12-05 00:05:39 +0000
  • 2ba73f832c horse: drops: remove 2nd saddle, add armor bakawun 2023-12-04 20:17:39 +0100