Commit Graph

  • 4c94bee22f Merge pull request 'Add mason profession for villagers' (#2910) from add_villager_mason into master master cora 2022-11-05 02:26:10 +0000
  • f977b1a253 Fix mason texture anarquimico 2022-11-04 23:06:51 -0300
  • ff3438f729 Add villager mason profession anarquimico 2022-11-04 23:02:24 -0300
  • f7ac679c0f Merge pull request 'Add Missing Crafting Recipes to Warped and Crimson Doors' (#2908) from warped_crimson_doors into master cora 2022-11-05 01:28:35 +0000
  • 6f8d854f8a Fix texture issue and capitalization in Stripped Warped Hyphae Bark PrairieWind 2022-11-04 19:12:46 -0600
  • 92723cab9f Add Crafting Recipes for the crimson and warped (trap)doors, fences, and gates PrairieWind 2022-11-04 19:07:07 -0600
  • 8db3071c2d Merge pull request 'Add crimson and warped doors, trapdoors and fences' (#2901) from warped_crimson_doors into master cora 2022-11-05 00:50:24 +0000
  • 8162a4af2d Add custom door and trapdoor textures for mcl_crimson Nicu 2022-11-04 21:21:07 +0100
  • 30d2022b4a Optimize textures in mcl_crimson Nicu 2022-11-04 21:20:19 +0100
  • df216cb847 Add crimson fence and gate cora 2022-11-03 22:08:15 +0100
  • 4dec3e1382 Add warped fence and gate cora 2022-11-03 22:07:57 +0100
  • 43425279a3 Add crimson and warped doors and trapdoors cora 2022-11-03 14:28:52 +0100
  • faf75a3ce5 Merge pull request 'mcl_itemframes_rewrite' (#2897) from mcl_itemframes_rewrite into master cora 2022-11-05 00:28:45 +0000
  • b62f61db10 Added in the API Doc file, and adjusted the created items' names. Michieal 2022-11-04 22:54:06 +0000
  • c4981d894c Removed the local cached copy of the built in TGA encoder. Michieal 2022-11-04 22:18:46 +0000
  • 93913ed780 Fix accidental conversion of tabs to spaces. Michieal 2022-11-04 10:36:26 +0000
  • 3409c5a220 Prereview code, but with the spaces converted to tabs. Michieal 2022-11-04 10:00:52 +0000
  • 76991fcba9 Pre-review Item frames code Michieal 2022-11-04 09:23:40 +0000
  • 61df48e46e Translations for the Item Frames. Michieal 2022-11-04 09:15:29 +0000
  • 18e83e5763 Added in display item rotation Michieal 2022-11-02 06:14:09 +0000
  • 8a21b9e99c Changed detection code custom frames. Michieal 2022-11-01 02:59:07 +0000
  • 6d1b1b3c74 Added a return code to load_maps Michieal 2022-11-01 00:57:04 +0000
  • 1f5b92f7bf code clean up. testing & debugging custom frames. Michieal 2022-11-01 00:54:19 +0000
  • 4d74e4d9c1 update the translation template Michieal 2022-10-28 10:44:07 +0000
  • ef504e90c1 glowframe model commit Michieal 2022-10-26 11:46:45 +0000
  • 09d452667b glowframe textures commit Michieal 2022-10-26 11:45:49 +0000
  • 9b37ca460e Initial code comit Michieal 2022-10-26 11:44:48 +0000
  • ffc5fe06ed Merge pull request 'Add second pillager outpost schematic' (#2905) from 2nd_pillager_outpost_schem into master cora 2022-11-05 00:23:48 +0000
  • e146b173b3 Replace "oning" with cages cora 2022-11-04 21:13:38 +0100
  • 51d34c9f3d Add second pillager outpost schematic cora 2022-11-04 14:51:23 +0100
  • 0d19a66bdd Merge pull request 'Mob lightning transformation / fix on_lightning_strike api' (#2904) from mob_lighting_transforms_2 into master cora 2022-11-05 00:17:26 +0000
  • 15542d4878 Fix player not getting damage from lightning MysticTempest 2022-11-04 22:35:01 +0100
  • fcba67b7e7 Make on_lightning_strike available to non-mob entities cora 2022-11-04 14:14:45 +0100
  • 2c4a768685 Transform villager with on_lightning_strike cora 2022-11-04 14:02:59 +0100
  • 95db6104e9 Transform pig with on_lightning_strike cora 2022-11-04 14:02:45 +0100
  • 5cf2f488a8 Transform creeper with on_lightning_strike cora 2022-11-04 14:02:24 +0100
  • 97468cde0c Add mcl_util to mobs_mc depends cora 2022-11-04 14:02:10 +0100
  • 220b542cbf Mooshroom color change with on_lightning_strike cora 2022-11-04 14:01:24 +0100
  • 21f3782439 Fix lightning on_strike api + rename to on_lightning_strike cora 2022-11-04 13:54:03 +0100
  • d18f55aa48 Merge pull request 'Villager tries to get closest bed and jobsite. Villager will wait if failed to path recently' (#2898) from feature/villagers_pt4 into master cora 2022-11-05 00:15:46 +0000
  • 32e4a122a1 Comment out stray debug lines cora 2022-11-05 01:14:54 +0100
  • 8b0c4c17ad Slightly more frequent failed pathing attempts for villagers ancientmarinerdev 2022-11-03 21:27:59 +0000
  • 2d0ea5e205 Enable concurrent pathing so pathing orders aren't queued ancientmarinerdev 2022-11-03 21:15:27 +0000
  • ad137304bc Fix bug where if it finds wrong door and can't plot route it hogs the pathing ancientmarinerdev 2022-11-03 01:00:48 +0000
  • ac45dec544 Villager should find the closest bed to claim ancientmarinerdev 2022-11-03 00:23:03 +0000
  • ea9c9e74b0 Failed check should come before last pathed check to avoid a failed check taking up a good opportunity to path ancientmarinerdev 2022-11-03 00:22:05 +0000
  • 5866983bf5 Villager will try to take the job block closest to them ancientmarinerdev 2022-11-02 23:06:10 +0000
  • 17e3e83f43 Villagers should not try and path if they have failed recently ancientmarinerdev 2022-11-02 22:27:45 +0000
  • 06d4845955 Merge pull request 'Add setting for mob-movement stop range' (#2896) from mob_move_setting into master cora 2022-11-03 13:34:31 +0000
  • da9f253117 Add setting for mob-movement stop range cora 2022-11-03 00:49:23 +0100
  • b144a93fd8 Merge pull request 'Add a setting to disable hunger' (#2895) from hunger_setting into master cora 2022-11-03 13:32:17 +0000
  • 3a37b1c8cc Add a setting to disable hunger cora 2022-11-03 00:24:16 +0100
  • f1cdb24545 Merge pull request 'Fix frequent ABM warning when lots of lava is in active block range' (#2894) from fix_lava_abms into master cora 2022-11-03 13:14:31 +0000
  • 48d6a2fd72 Add some ABM limits for lava ABMs cora 2022-11-02 13:03:29 +0100
  • e9e76d2c1e Optimize snow pile-up ABM cora 2022-11-02 13:03:13 +0100
  • cdd8ea1dbc Optimize dripping ABMs cora 2022-11-02 13:02:52 +0100
  • 5355234af1 Merge pull request 'Signs fixes' (#2899) from mcl_signs_rewrite_tranlsations into master cora 2022-11-03 12:12:13 +0000
  • fb10320550 Quickfix: changed standing sign rotate replacement node. Michieal 2022-11-03 05:29:46 +0000
  • 5a68c876fb new translations for the additional signs. Michieal 2022-11-03 04:52:53 +0000
  • dd1e4ca927 Added in Crimson Hyphae and Warped Hyphae Signs Michieal 2022-11-03 01:56:03 +0000
  • 162bd36101 Translations for the signs Michieal 2022-10-28 10:41:27 +0000
  • d48100c427 Translations for the signs Michieal 2022-10-28 10:40:48 +0000
  • ab00297077 Merge pull request 'Villagers gather at lunch time, reset trade when they get to work.' (#2873) from feature/villagers_pt3 into master cora 2022-11-02 21:15:00 +0000
  • 2f4622909e Right click shouldn't stop work and allow a reset of trades ancientmarinerdev 2022-11-01 21:02:46 +0000
  • 5ff4ce7116 Less verbose logging ancientmarinerdev 2022-11-01 20:31:51 +0000
  • c606092066 Pathfinding fix for villagers ancientmarinerdev 2022-11-01 20:31:03 +0000
  • 5d5babdb20 Tweak distance to current_target check ancientmarinerdev 2022-11-01 01:02:22 +0000
  • 7f33287e18 Reset trade counter when unlocking trades ancientmarinerdev 2022-11-01 01:01:13 +0000
  • 1d667c26b5 Villagers will open and close doors when pathing through. Any failing steps now have a threshold to abandon failed pathing. ancientmarinerdev 2022-10-31 19:53:06 +0000
  • a01c3d1342 Pumkin price unreasonable and fix logging. ancientmarinerdev 2022-10-31 19:51:31 +0000
  • f9ec402b29 Only to door if we can get from door to target ancientmarinerdev 2022-10-28 23:53:09 +0100
  • cabe299456 Villager fixes ancientmarinerdev 2022-10-28 22:02:36 +0100
  • bf491c35a1 Fix bug ancientmarinerdev 2022-10-28 00:05:03 +0100
  • 04cac7156e Villagers gather at lunch time, reset trade when they get to work. ancientmarinerdev 2022-10-27 22:27:19 +0100
  • 6851a53c6c Merge pull request 'Playable nether' (#2836) from nether_mg_settings into master cora 2022-11-02 04:32:01 +0000
  • 646a341f52 Fix mob api can_spawn callback cora 2022-11-02 03:47:23 +0100
  • ae9173f7ec Grow legs under outpost with bridges cora 2022-11-01 04:21:47 +0100
  • b4cb06b5ed Tweak basalt delta floors cora 2022-11-01 03:48:12 +0100
  • 009ca7535c Add nether outpost with bridges cora 2022-11-01 03:27:34 +0100
  • 3629f88dc0 Make strider usable cora 2022-10-31 01:15:37 +0100
  • 21f5586669 Fix strider spawning cora 2022-10-30 02:21:35 +0200
  • d393e6a181 fix single mob spawning and poutpost walls cora 2022-10-30 01:54:33 +0200
  • f324e150ea Don't generate glowstone in the ceiling cora 2022-10-29 11:49:56 +0200
  • aa2661341b less lava springs, no ceiling lava springs cora 2022-10-29 05:13:45 +0200
  • 72224a392a Add more nether bulwark variations cora 2022-10-29 04:52:34 +0200
  • 376aeda495 change bulwark to use soulless fire for piggy comfort cora 2022-10-29 03:49:36 +0200
  • fb67bc74ba Fix strider riding cora 2022-10-27 17:46:42 +0200
  • 6485545269 Add warped fungus on a stick item cora 2022-10-27 17:45:59 +0200
  • fb1c1a483e Add strider cora 2022-10-14 18:27:57 +0200
  • fe68e1eaac Generate netherrack and ores under the lava cora 2022-10-29 03:16:08 +0200
  • 0f01a28c93 Add structure spawning to other structures cora 2022-10-29 01:26:32 +0200
  • 27a434641d Make structure spawning respect caps cora 2022-10-29 00:43:15 +0200
  • 77bdce5cea Add structure mob respawning mechanic cora 2022-10-29 00:18:48 +0200
  • 1f58cfb240 Fix merge conflict cora 2022-10-28 21:50:44 +0200
  • d1f0ade2e8 Grow wither rose when wither kills mob cora 2022-10-28 21:19:09 +0200
  • dec207368c Add wither rose cora 2022-10-28 21:02:45 +0200
  • eef4b52ce4 Remove "wild" nether wart, remove natural wither skelly spawning cora 2022-10-28 17:51:10 +0200
  • 6b8236e8f3 Fix crash in villagegen cora 2022-10-28 13:34:58 +0200
  • 5d26595f4a enforce cavern setting for nether generation cora 2022-10-28 06:31:56 +0200
  • 1c6d1c958a Add more nether bridge variants cora 2022-10-28 03:56:05 +0200