Commit Graph

  • ee808e8f84 optimize excessively large mcl_shield_hud.png texture cora 2022-11-27 04:05:19 +0100
  • 53d11ec71b Add new wood types buttons cora 2022-11-27 03:28:07 +0100
  • f1aca79f9c Merge pull request 'Player location using mcl_info' (#3022) from mcl_info_player_coords into master cora 2022-11-27 03:33:48 +0000
  • fb8b3d5f55 Cleanup mcl_info clutter and messy var localization cora 2022-11-26 13:45:31 +0100
  • 8184d4938c Modify init.lua to allow normal player usage. Michieal 2022-11-26 06:46:26 +0000
  • da64a10403 mcl_info: Add player coords field to debug hud Michieal 2022-11-26 04:28:07 +0100
  • 2a54ea6e74 mcl_info: Allow debug field that's visible for everyone cora 2022-11-26 04:25:35 +0100
  • 8b7b2f02e9 Merge pull request 'Fish buckets save and restore object properties in item entity' (#3013) from fish_bucket_save into master PrairieWind 2022-11-27 03:10:11 +0000
  • 927eff691c Fix node on_rightclick with fishbucket cora 2022-11-27 04:02:34 +0100
  • efdd22d69f Fix fishbuckets placing water in the nether cora 2022-11-27 00:17:13 +0100
  • f14bfdc0cd Clear item meta when turning fishbucket to empty bucket cora 2022-11-26 04:12:56 +0100
  • 66322a873b Fix infinite fishbucket placement in survival/creative cora 2022-11-26 04:10:52 +0100
  • e134cc5e65 make it possible to place fishbucket in flowing riverwater cora 2022-11-26 02:25:02 +0100
  • 1fcedd1375 Fix fishbucket _on_dispense cora 2022-11-26 02:21:08 +0100
  • bb73e5f1cd Make it possible to pick up fish with river water bucket cora 2022-11-25 04:18:58 +0100
  • d4c2501d62 Axolotl cleanup, remove clutter cora 2022-11-25 03:59:05 +0100
  • 708fcfb368 Axolotl: remove cod-inherited swarming code cora 2022-11-25 03:54:21 +0100
  • ebf4678e54 mcl_buckets whitespace fixes cora 2022-11-25 03:33:59 +0100
  • b4971b298d Move fish bucket code to separate file cora 2022-11-25 03:33:36 +0100
  • d3349396b4 Save tropical fish properties in item meta on bucket pickup cora 2022-11-25 03:30:44 +0100
  • 665e8a06a2 Save axolotl properties in item meta on bucket pickup cora 2022-11-25 03:30:23 +0100
  • 67e8f13a96 Axolotl whitespace fixes cora 2022-11-25 03:30:06 +0100
  • 99db678a44 Fish buckets set properties from bucket item meta cora 2022-11-25 03:21:35 +0100
  • dd58bed5d1 refactor fish bucket code to not use bucket api cora 2022-11-25 03:09:21 +0100
  • 9cf910c47f Merge pull request 'Event api, Raids, Zombie sieges' (#2833) from events into master cora 2022-11-26 21:12:46 +0000
  • 69f5bad0bb Document mcl_events cora 2022-11-25 22:11:19 +0100
  • ac7038e7a5 Raids/raidcaptain: Nil check cmi_cause cora 2022-11-25 16:11:12 +0100
  • 3b368fdd5a Fix wrong var name for mob table cora 2022-11-25 04:36:10 +0100
  • 624092ddd3 Search the area before giving up when no mobs in table left cora 2022-11-25 00:26:18 +0100
  • dabc09adb2 Lower and unify distance check cora 2022-11-25 00:25:45 +0100
  • d0ea7c4059 Set events metatable correctly cora 2022-11-23 23:09:10 +0100
  • 87d5cdc439 Make raid end firework last a bit longer cora 2022-11-18 15:15:58 +0100
  • c6fc388597 Add _harmless option for rocket arrows cora 2022-11-18 07:26:44 +0100
  • 93e5034317 Add fireworks when raid complete cora 2022-11-18 07:02:00 +0100
  • 8564a12398 Nerf vex summoning so evoker doesnt spawn infinite vexes cora 2022-11-18 02:54:16 +0100
  • e5515ed119 Add debug field: active event counter cora 2022-11-17 20:06:00 +0100
  • 94057aa7e5 Code cleanup cora 2022-11-17 05:48:15 +0100
  • db4f9ec5a3 Fix raid instawin when no spawnable blocks found cora 2022-11-17 05:47:48 +0100
  • 057a78ed30 Fix raid registering as completed when unloading the area cora 2022-11-17 05:39:55 +0100
  • 22fa5096c9 Add debug command status feedback cora 2022-11-16 00:56:05 +0100
  • 2147790b44 Add setting to disable events cora 2022-11-10 00:14:35 +0100
  • a1e21b44c8 Add code to unlock Voluntary Exile advancement PrairieWind 2022-11-09 12:30:23 -0700
  • 358250012f Remove banner when not attached cora 2022-11-09 19:53:50 +0100
  • 608da950e4 Abort events when no player is near cora 2022-11-09 00:56:42 +0100
  • c3455de604 Clear bad omen when raid complete cora 2022-11-08 03:57:11 +0100
  • 6251c623dd Give player bad omen effect when killing captain cora 2022-11-08 03:17:27 +0100
  • 62fe08de59 Make illagers pick up ominous banners and promote themselves to captain cora 2022-11-08 02:47:04 +0100
  • af0c718538 Add natural raidcaptain spawning cora 2022-11-08 02:26:37 +0100
  • 3600bc8066 Spawn raidcaptain in raids cora 2022-11-08 01:59:16 +0100
  • d1788b5643 Add actual banner pattern, drop banner on death cora 2022-11-07 13:04:18 +0100
  • c7cc9ccb3e Add raid captain spawn func with banner attach cora 2022-11-06 12:30:16 +0100
  • 097ee8b4d4 Z sieges happen in 10% of the nights cora 2022-11-06 11:50:13 +0100
  • 59d384020e Finx spawn positions in 16-radius cora 2022-11-06 11:49:57 +0100
  • 1d18482103 Comment out excessive logging cora 2022-11-06 11:49:39 +0100
  • b82912f30d Add zombie sieges cora 2022-11-05 12:26:46 +0100
  • 48a8511052 Make bossbars enablable/disablable per event type. Update some capitalization. PrairieWind 2022-11-04 14:28:51 -0600
  • 160d7ca6fa Add Voluntary Exile Advancement PrairieWind 2022-11-04 13:55:56 -0600
  • ae90cbe3ef Set raiders on path to village after spawn cora 2022-11-03 19:00:17 +0100
  • 9893dee1aa Add debug chatcommand to start events cora 2022-11-03 14:10:30 +0100
  • 232f57c247 Add hero of the village achievement cora 2022-10-25 01:20:09 +0200
  • dc017864fd raids: properly integrate potions api cora 2022-10-25 00:30:14 +0200
  • 2159edba05 Remove dependency on mcl_potions cora 2022-10-24 23:23:08 +0200
  • 37144f8787 Check for actual raid conditions and positions cora 2022-10-24 17:37:30 +0200
  • 7ab2c5fecd Make debug output an opt-in setting cora 2022-10-24 17:37:11 +0200
  • 99fce095ef fix closure style function declarations cora 2022-10-24 17:17:22 +0200
  • 390aec5d7a Integrate raids with mcl_events cora 2022-10-24 00:10:17 +0200
  • 052e76bfcc start at effective stage 1 cora 2022-10-23 04:03:05 +0200
  • f17a9220bb Add bossbar support cora 2022-10-23 03:44:15 +0200
  • 627ce0dc3b Finish at max_stage not max_stage + 1 cora 2022-10-23 00:13:28 +0200
  • f06d5a1ee3 Add event api cora 2022-10-22 23:36:23 +0200
  • 5dc1a3d456 Village Finder Tweaks PrairieWind 2022-10-22 16:41:53 -0600
  • 1b6d778dd1 Add Village Checks PrairieWind 2022-10-22 16:04:58 -0600
  • 96ac31bec3 Add Bad Omen Effect PrairieWind 2022-10-22 13:56:00 -0600
  • 8b6409b7f1 Add mcl_raids PrairieAstronomer 2022-10-24 17:05:09 +0200
  • 6e6f163b71 Merge pull request 'Fix pressure plates getting pressed by new chest size' (#3019) from pressureplates_chest_fix into master cora 2022-11-26 16:03:53 +0000
  • ba7da6a885 Fix pressure plates being pressed by new chest size cora 2022-11-26 01:15:42 +0100
  • 3066d966a1 Add the missing wood types pressure plates cora 2022-11-26 01:14:40 +0100
  • 626f61c2c1 Merge pull request 'Nether Plank Fixes' (#3023) from FossFanatic/MineClone2:nether_plank_fixes into master cora 2022-11-26 12:58:21 +0000
  • f71759f184 Fix crimson & warped planks FossFanatic 2022-11-26 11:54:34 +0000
  • 0942949c5d Merge pull request 'Fix axolotl breeding' (#3007) from Axolotl into master cora 2022-11-25 02:48:55 +0000
  • b255c8c23e Merge pull request 'Fix Baby Striders being extra small' (#3010) from baby_strider_size_fix into master cora 2022-11-24 22:31:14 +0000
  • e1ba319616 Fix Baby Striders being extra small PrairieWind 2022-11-24 14:46:54 -0700
  • 88897566d9 Fix axolotl breeding 𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟 2022-11-24 09:10:17 -0600
  • 4cc0a5b0f1 Merge pull request 'Remove tools/remove_end.py' (#3000) from remove_remove_end into master PrairieWind 2022-11-23 17:08:18 +0000
  • ab0f88ad37 Remove remove_end.py cora 2022-11-23 09:49:32 +0100
  • 53c1ed9fbf Merge pull request 'Axolotl' (#2870) from TheOnlyJoeEnderman/MineClone2:Axolotl into master cora 2022-11-23 03:18:36 +0000
  • a3fbb2e0c9 Merge pull request 'Grass Block Underside Fix' (#2987) from FossFanatic/MineClone2:grass_block_underside_fix into master cora 2022-11-21 10:34:12 +0000
  • 22063a64db Merge pull request 'update .gitignore' (#2994) from gitignore_update into master cora 2022-11-21 02:29:56 +0000
  • 9fc27da873 update .gitignore Michieal 2022-11-21 02:05:27 +0000
  • 556316ae34 Merge pull request 'Make waterlogged roots more water looking' (#2992) from waterlogged_roots_visual_update into master PrairieWind 2022-11-20 19:28:28 +0000
  • 9ffdd13fa5 Make waterlogged roots more water looking Michieal 2022-11-20 10:00:01 +0000
  • 9cfbbef41d Merge pull request 'Fix lightning boat crash' (#2990) from fix_lightning_boat_crash into master PrairieWind 2022-11-20 19:12:38 +0000
  • adfbf4bc64 Fix lightning boat crash cora 2022-11-20 02:54:42 +0100
  • 1a5aed704c Fix underside of grass block FossFanatic 2022-11-19 11:28:31 +0000
  • d738eb0554 Merge pull request 'Updated colors.txt' (#2986) from Ranko_Saotome/MineClone2:master into master cora 2022-11-19 01:24:55 +0000
  • 0fb6d20bc7 Updated colors.txt Ranko_Saotome 2022-11-19 01:11:40 +0000
  • 94e7520b08 Merge pull request '`mcl_tnt` fixes' (#2937) from mcl-tnt-fixes into master cora 2022-11-19 00:28:04 +0000
  • 029769f48f Fixes to `mcl_tnt` - reorder code - fix potential crashes with not handeled nil values - use new vectors AFCMS 2022-11-11 10:53:40 +0100
  • 0fb040476b Merge pull request 'mcl_enchanting: Add missing dependency on mcl_experience.' (#2984) from missing-dep-ench-xp into master cora 2022-11-18 20:35:51 +0000
  • 79192d51ed mcl_enchanting: Add missing dependency on mcl_experience. Daniel Cassidy 2022-01-06 12:10:20 +0000