Commit Graph

  • 2d81d31139 Fix soul torch to use the actual mcl_torches api cora 2022-04-27 01:09:24 +0200
  • a9be3f0f96 remove excessive newlines cora 2022-04-27 00:49:02 +0200
  • 181a7d3b11 make nether gold gen. respect mcl_generate_ores cora 2022-04-27 00:42:01 +0200
  • 430dc7fd8c remove packed ice recipe cora 2022-04-27 00:36:14 +0200
  • c6312e7bdd use vector.new instead of normal tables cora 2022-04-27 00:31:14 +0200
  • d9f2db5950 adapt readme to mcl2 cora 2022-04-27 00:27:59 +0200
  • 6b058d6f38 remove changelog.md cora 2022-04-27 00:26:48 +0200
  • dd928db9ea fix soul torch recipe cora 2022-04-25 13:55:39 +0200
  • 67e026cb12 blackstone: remove soul lantern dupe(mcl_lanterns) cora 2022-04-25 13:55:01 +0200
  • 4a0a9ba482 move depends.txt to mod.conf, add author field cora 2022-04-26 22:14:44 +0200
  • 16d79996c0 Add blackstone via cp -r & git add * ^^ debian044 2022-04-26 22:13:11 +0200
  • c71a6d5df7 Merge pull request 'Run tools/generate_ingame_credits.lua' (#2228) from EliasFleckenstein03/MineClone2:generate_ingame_credits into master cora 2022-05-22 20:30:26 +0000
  • 60c463b8f9
    Run tools/generate_ingame_credits.lua Lizzy Fleckenstein 2022-05-22 21:41:40 +0200
  • fc428da6fd Merge pull request 'Villager employment system and mob-api enhancements' (#2209) from villagers_jobsites into master cora 2022-05-22 13:22:41 +0000
  • 028d1c1f4f do not tame villagers cora 2022-05-22 14:43:11 +0200
  • a5ba8f739f Add bell to villager trades cora 2022-05-22 01:59:06 +0200
  • d34191f00c villagers go to the bell if it's rung(for now) cora 2022-05-22 01:53:10 +0200
  • ec73afd21a use iron texture for apprentice badge, not stone cora 2022-05-22 01:52:26 +0200
  • fca259c074 fix crash during (artificial) village creation cora 2022-05-22 01:51:03 +0200
  • 7379d5bee8 Add Belltower to villages cora 2022-05-21 13:43:28 +0200
  • d67dd0577f fix crash through forgotten function call cora 2022-05-21 04:39:09 +0200
  • e353ec3b16 Iron golems pick and pick up one (stack of) poppy cora 2022-05-21 00:37:20 +0200
  • 5dafeaadc6 Fix indentation in mcl_mobs/api.txt cora 2022-05-21 00:14:42 +0200
  • 2b63866c14 spawn villagers (and golem) immediately after mg cora 2022-05-20 23:44:58 +0200
  • 27d0d778e2 Update TODO list cora 2022-05-20 23:44:33 +0200
  • a74fcab06b Make iron golem stay near set _home position cora 2022-05-20 23:43:19 +0200
  • e51ea1e079 initialize inventory nodes on mapgen cora 2022-05-20 18:50:18 +0200
  • e5806215f0 fix possible crash cora 2022-05-20 03:06:07 +0200
  • 08b36e3eb3 Add textures for all professions cora 2022-05-20 02:44:27 +0200
  • 53df441c1b Don't pick up near player, add more breeding stuff cora 2022-05-20 01:52:20 +0200
  • 873e018faf Dynamically add trading tier badge to texture cora 2022-05-20 00:02:36 +0200
  • b58422a584 write villager id into bed nodemeta cora 2022-05-19 21:36:11 +0200
  • 3ff4ea576d spawn iron golem on villagegen cora 2022-05-19 18:36:54 +0200
  • 539c31e8d6 fix trading crash cora 2022-05-19 18:25:31 +0200
  • db865ede56 villagers open doors in daytime and close at night cora 2022-05-19 17:43:45 +0200
  • 0d56ef1a90 add jobsites to villagegen schematics cora 2022-05-19 16:16:44 +0200
  • 67939f7b7a pathfinding: find doors close to target as well cora 2022-05-19 14:45:12 +0200
  • 9ccbf91706 mobs api: document api additions cora 2022-05-19 14:19:57 +0200
  • dfb74cf9e9 mobs: add nofollow option so v. dont follow bread cora 2022-05-19 14:13:59 +0200
  • 9a866e873e breed by throwing bread at villagers cora 2022-05-19 13:58:59 +0200
  • e6b65af3b4 add mobs item pickup cora 2022-05-19 05:43:37 +0200
  • 4ac41a793e fix two crashes in pathfinding cora 2022-05-19 02:03:28 +0200
  • 98231f15ae change function name go_wplist -> gopath cora 2022-05-19 00:50:46 +0200
  • e3bb7fe4be codestyle: replace inline functions cora 2022-05-18 13:50:48 +0200
  • f8fc111b4a pathfind to jobsites cora 2022-05-18 00:03:40 +0200
  • dbc5564d02 move movement code to mcl_mobs cora 2022-05-17 23:35:56 +0200
  • ce7a882c86 Show trade tier in formspec cora 2022-05-17 19:40:20 +0200
  • 12bc8f1a3b initial pathfinding experiments cora 2022-05-16 19:22:59 +0200
  • 0598aa35c0 add simple jobsite logic cora 2022-05-13 21:28:56 +0200
  • 72f2cd26f8 Merge pull request 'Add bell' (#2216) from add_bell into master cora 2022-05-21 10:36:04 +0000
  • e9f4f500d9 bell: slightly tweak bottom texture cora 2022-05-21 12:35:22 +0200
  • 63b6a1d176 Update README.md cora 2022-05-20 21:50:05 +0200
  • 1ba12aec60 Add new textures, make bell a nodebox cora 2022-05-20 21:25:06 +0200
  • 4ba570e3b4 remove mesecons dependency cora 2022-05-20 13:45:45 +0200
  • bf1a939564 fix bell sound cora 2022-05-20 13:44:17 +0200
  • fe164e5f41 add basic mcl2 node properties cora 2022-05-20 13:36:41 +0200
  • a6e9afbb93 Add bell from mcl5 kay27 2022-05-20 13:33:18 +0200
  • dc30517cd9 Merge pull request 'xmas chests' (#2215) from xmas-chests into master cora 2022-05-20 10:41:06 +0000
  • c9c14d6ff0 Add noise to christmas chest textures Nils Dagsson Moskopp 2021-12-11 21:06:00 +0100
  • ff384c9588 Reskin chests as presents on December 24th to 26th Nils Dagsson Moskopp 2021-12-11 17:16:10 +0100
  • 1192fe5450 Merge pull request 'Smoker and Blast furnace fixes' (#2213) from blast_furnace_fix into master cora 2022-05-18 14:45:56 +0000
  • c4e51650f8 smoker & bfurnace: More concise short descriptions cora 2022-05-18 13:37:34 +0200
  • 8426e7826a Fix smoker fuel not being burned at twice the rate. cora 2022-05-18 13:30:00 +0200
  • d10f8944ed Fix blast_furnace fuel not being consumed at twice the rate. MysticTempest 2022-05-18 05:30:05 -0500
  • 66cd32b6ff Merge pull request 'Blast Furnaces and Smokers' (#2210) from PrairieAstronomer/MineClone2:furnaces into master 0.75.0 PrairieWind 2022-05-17 22:20:23 +0000
  • d93704fa0e Merge branch 'master' into furnaces PrairieWind 2022-05-17 18:33:20 +0000
  • fe36d579eb Add Blast Furnace and Smoker to Villager Workstations PrairieAstronomer 2022-05-17 10:37:55 -0600
  • 4af0a4daae Updated GROUPS.md and fixed blast furnace group name. PrairieAstronomer 2022-05-17 10:34:44 -0600
  • fd18c0d213 Removed Unneeded Code from Blast Furnace, and updated description. PrairieAstronomer 2022-05-17 10:27:41 -0600
  • 7ac2593164 Removed Unneed code and fixed description of Smoker PrairieAstronomer 2022-05-17 10:03:15 -0600
  • 29e18015b8 Make Fish and Salmon Smokable PrairieAstronomer 2022-05-17 09:48:51 -0600
  • e1a6baffe9 Smoker PrairieAstronomer 2022-05-16 21:11:10 -0600
  • f1a80876de Make Copper Ore Blastable PrairieAstronomer 2022-05-16 20:59:19 -0600
  • 3558541648 Blast Furnace PrairieAstronomer 2022-05-16 20:45:45 -0600
  • 3a9812a2d7 Merge pull request 'Add a command to safely remove all mob objects' (#2098) from add_clearmombs_command into master cora 2022-05-15 20:07:41 +0000
  • 5282a63bcb add options for nametagged mobs and range cora 2022-05-06 21:33:27 +0200
  • e5de4bba65 keep nametagged mobs, add "all" argument cora 2022-04-17 12:10:10 +0200
  • 628686ce79 Add a command to safely remove all mob objects cora 2022-04-05 22:43:37 +0200
  • abe419caf9 Merge pull request 'MISC/mcl_commands: Improve /seed command (now it looks like in modern MC) and update RU locale' (#2208) from rudzik8/MineClone2:commands-improve into master cora 2022-05-15 19:38:47 +0000
  • 37e72e333b Improve /seed command (now it looks like in modern MC) and update RU locale Mikita Wiśniewski 2022-05-15 16:15:55 +0700
  • e322a9e23a Merge pull request 'Implement piston fixes:' (#2207) from redstone_piston_fixes into master cora 2022-05-15 10:30:11 +0000
  • dd1a58b01e Implement piston fixes: MysticTempest 2022-05-15 02:18:21 -0500
  • 87c9969801 Merge pull request 'Villager Workstations' (#2206) from PrairieAstronomer/MineClone2:villager_workstations_1 into master cora 2022-05-14 22:21:47 +0000
  • fec5650711 Removed dependancies PrairieAstronomer 2022-05-14 16:01:14 -0600
  • 5abfa555eb Added new workstations to villager jobsite definitions PrairieAstronomer 2022-05-14 15:52:37 -0600
  • dead4069b0 Removed incorrect groups PrairieAstronomer 2022-05-14 15:48:33 -0600
  • 4bc67a174b Loom PrairieAstronomer 2022-05-14 15:34:08 -0600
  • c71b036e6a Cartography Table PrairieAstronomer 2022-05-14 15:24:44 -0600
  • 046698c64f Fletching Table PrairieAstronomer 2022-05-14 15:14:50 -0600
  • e80eebd989 Merge pull request 'Update villager trades' (#2202) from villagers_update_2 into master cora 2022-05-13 22:35:27 +0000
  • 31b8ea26a2 add jobsites to professions table cora 2022-05-12 22:29:15 +0200
  • fd6f2be485 update cleric trades cora 2022-05-12 22:18:55 +0200
  • 07e0a90051 update tool smith trades cora 2022-05-12 22:11:39 +0200
  • f073d4d420 update weapon smith trades cora 2022-05-12 22:01:30 +0200
  • 89aaf6b709 update butcher trades cora 2022-05-12 21:55:25 +0200
  • f09b578034 update leatherworker trades cora 2022-05-12 21:42:56 +0200
  • 0ce1a92282 update armorer trades cora 2022-05-12 21:33:53 +0200
  • 135ee97b21 update cartographer trades cora 2022-05-12 18:57:44 +0200
  • 51cf92a909 update librarian trades cora 2022-05-12 18:20:59 +0200
  • 2d47ad3e5f update fletcher trades cora 2022-05-12 17:50:57 +0200