Commit Graph

  • 4af8148850 Refactor spawn registrations. kabou 2022-12-22 05:43:59 +0100
  • ea6201d32f Add missing biome to slime spawn list. kabou 2022-12-22 05:38:47 +0100
  • da17ff8ea0 Remove stray dependency. kabou 2022-12-22 05:20:51 +0100
  • 6756ee340c Mob spawning chatcommand refactoring. kabou 2022-12-22 03:13:26 +0100
  • 0c454a34c9 Use vectors in `get_next_mob_spawn_pos()` kabou 2022-12-22 02:38:35 +0100
  • 8279dcb3dd Add FIXME notes to slime mob code. kabou 2022-12-22 02:06:56 +0100
  • ea19f02e14 Assorted `spawn_children_on_die` fixes. kabou 2022-12-22 01:47:38 +0100
  • 95cbac78a8 Change number of children spawned on die. kabou 2022-12-22 01:00:35 +0100
  • acc2be7253 Merge remote-tracking branch 'origin/mcl_bamboo_too' into mcl_bamboo_too Michieal 2022-12-28 18:21:39 -0500
  • 3015bfb8c4 Merge branch 'master' into mcl_bamboo_too Michieal 2022-12-28 23:16:01 +0000
  • 28cb06421d Merge branch 'master' into mcl_bamboo_too Michieal 2022-12-28 18:13:51 -0500
  • 731468cf5a Did a bit of code restructuring. Removed another magic number. Add in todo for fishing. Added in the possibility for bamboo to grow two nodes in one success. Added in a "force" param to use with bonemealing. Michieal 2022-12-28 18:10:12 -0500
  • ff7693937a Did a bit of code restructuring. Removed another magic number. Add in todo for fishing. Added in the possibility for bamboo to grow two nodes in one success. Added in a "force" param to use with bonemealing. Michieal 2022-12-28 15:29:06 -0500
  • c1cde073c8 Rename _mcl_palette_index to _mcl_grass_palette_index FossFanatic 2022-12-28 19:34:24 +0000
  • 76669e1f3c Moved bamboo grow code to its own function, and made that function global so that it can be called outside of mcl_bamboo. Michieal 2022-12-28 14:34:14 -0500
  • ef15477e37 Rename _mcl_palette_index to _mcl_grass_palette_index FossFanatic 2022-12-28 19:33:26 +0000
  • a0c5a04d26 Rename _mcl_palette_index to _mcl_grass_palette_index FossFanatic 2022-12-28 19:32:42 +0000
  • 18e932997d Rename _mcl_palette_index to _mcl_grass_palette_index FossFanatic 2022-12-28 19:31:11 +0000
  • 1f601c68c5 Make snowy grass blocks have a palette index FossFanatic 2022-12-28 17:02:58 +0000
  • 9cf6c9ed5e Change swamp and mangrove grass palette index FossFanatic 2022-12-28 16:10:02 +0000
  • 81daec14a2 Merge pull request 'Update sounds from MTG' (#3157) from grorp/MineClone2:patch-1 into master ancientmarinerdev 2022-12-27 21:36:33 +0000
  • 9f9cc3a629 Change grass block inventory colour FossFanatic 2022-12-27 21:19:33 +0000
  • ac90350257 Change palette indexes to fit the new palette FossFanatic 2022-12-27 20:57:58 +0000
  • a6841fe38b Simplify palette and add helpful text file FossFanatic 2022-12-27 20:55:24 +0000
  • 5e129985f2 Put back default sky and fog color. kabou 2022-12-27 14:30:33 +0100
  • 6f05992c8b Fix Licensing. Removed Make_Stairs check. Made unified protection check. Began work on the second half of scaffolding. Removed comments that was no longer needed. Michieal 2022-12-25 07:30:31 -0500
  • 0dc31611ac Merge pull request 'Adjusts mcl_crimson Doors to have a specified side texture' (#3140) from Wbjitscool/MineClone2:master into master PrairieWind 2022-12-25 02:09:14 +0000
  • b0070a3b83 Merge pull request 'Fix the disapearance of christmas texture of the ender chest once it is placed' (#3184) from 3raven/MineClone2:master into master PrairieWind 2022-12-25 01:46:14 +0000
  • 5964f25fa7 Merge branch 'master' into master 3raven 2022-12-24 17:01:13 +0000
  • 2db9ea6459 Merge pull request 'Small Useless Textures Cleanup' (#3164) from useless_textures_cleanup into master FossFanatic 2022-12-24 15:16:28 +0000
  • e0a9aca469 Merge branch 'master' into useless_textures_cleanup FossFanatic 2022-12-24 15:05:14 +0000
  • fb8f59e918 Merge pull request 'Overworld Biome Sky And Fog Colours' (#3158) from biome_skycolor_overworld into master FossFanatic 2022-12-24 15:01:43 +0000
  • 9eb86f011b Make the code clearer to read FossFanatic 2022-12-24 14:54:48 +0000
  • d3e8e24f42 Fix the disapearance of christmas texture of the ender chest once it is placed 3raven 2022-12-24 14:44:06 +0000
  • 770dd0ec47 Merge branch 'master' into useless_textures_cleanup FossFanatic 2022-12-24 12:31:56 +0000
  • 00b2afecad Merge branch 'master' into biome_skycolor_overworld FossFanatic 2022-12-24 12:31:10 +0000
  • c55332bf42 Change mod.conf and readme's depends. Optipng images, after adding in bamboo top image. Try out a plantlike style top node for bamboo stalks. Make Bamboo drop 1-2 bamboo. Fix Bamboo top drops. Michieal 2022-12-24 00:57:44 -0500
  • cbf090485c Merge pull request 'Fix creative inventory view being reset upon taking damage' (#3102) from CyberMango/MineClone2:bug/mango/creative_inventory_view_resets_on_damage into master ancientmarinerdev 2022-12-24 01:18:16 +0000
  • 42f8fbf9b8 Added in Fuel Recipes for bamboo slabs / stairs; including mosaics. Michieal 2022-12-23 17:27:01 -0500
  • bd38827f60 Fixes #2976 CyberMango 2022-12-16 16:32:44 +0200
  • b0978d275d Abstracted variables in bamboo abm. Fix Base scaffolding in Creative mode. Fixed Lua Warnings. Michieal 2022-12-22 16:08:05 -0500
  • 522bbbbe26 Delete 'mods/ENTITIES/mobs_mc/textures/mobs_mc_enderman_block.png' FossFanatic 2022-12-22 12:47:44 +0000
  • e1f26ea70d Remove dry grass side texture FossFanatic 2022-12-22 12:40:36 +0000
  • 9ef4a850b1 Remove dry grass top texture FossFanatic 2022-12-22 12:40:10 +0000
  • 4c23601d03 Remove useless amethyst texture FossFanatic 2022-12-22 12:38:05 +0000
  • 8d51e16b8e Remove obsolete texture FossFanatic 2022-12-22 12:34:14 +0000
  • 2b11b5c17a Added full node names for bamboo on_place. Added in bamboo top destruct. Removed mapgen.lua. Michieal 2022-12-21 22:22:51 -0500
  • 9445b02dcc MapGen update. Adjusted decorations. Michieal 2022-12-21 20:57:34 -0500
  • 1b980849db Merge branch 'master' into master SakuraRiu 2022-12-22 00:55:48 +0000
  • 14adcbbecb Make snow sound like snow while digging it Gregor Parzefall 2022-12-21 22:39:26 +0100
  • e0d48400a7 Fix the removal of bamboo extras. Michieal 2022-12-21 16:16:53 -0500
  • 7312c30f8e Update attribution of sounds Gregor Parzefall 2022-12-21 22:13:08 +0100
  • 742a625c42 Added in aliasing for scaffolding, to prevent breakage for players using the "mcl_scaffolding" mod. Michieal 2022-12-21 15:55:50 -0500
  • 95d3f9be07 Make Lantern API callable from outside of mcl_lanterns Michieal 2022-12-21 12:34:47 -0500
  • 16d94a88db moved extras to the proper location Michieal 2022-12-21 12:32:09 -0500
  • a50908e1eb Fix the flat biome having a beach sky colour FossFanatic 2022-12-21 16:00:04 +0000
  • afbb8e2288 Add locals for certain hex codes that occur too many times FossFanatic 2022-12-21 15:57:33 +0000
  • 79b1db4b1a Fix underwater fog colour regression FossFanatic 2022-12-21 14:04:47 +0000
  • 1c752019f0 Make the explanation shorter FossFanatic 2022-12-21 13:08:23 +0000
  • 1977dbf9a1 Remove excessive whitespace FossFanatic 2022-12-21 13:05:52 +0000
  • 91836f3a1d Add sky and fog colour for each overworld biome FossFanatic 2022-12-21 13:04:46 +0000
  • 35b2f3b638 Make overworld biome specific (daytime) sky and fog colours possible FossFanatic 2022-12-21 13:01:54 +0000
  • 4fcbe05be5 Remove a sound I forgot Gregor Parzefall 2022-12-21 13:53:09 +0100
  • 0fef161580 revert 49e420e1e8 biome_skycolor FossFanatic 2022-12-21 12:22:24 +0000
  • 49e420e1e8 Add debug daytime sky and fog colours, remove biome specific dawn/dusk and night colours FossFanatic 2022-12-21 12:21:23 +0000
  • 8f80c6e6a6 Added missing word (Breeding). Riu Sakura 2022-12-21 14:23:57 +0900
  • b14f055154 Merge branch 'master' into mcl_bamboo_too Michieal 2022-12-20 23:19:29 -0500
  • 3faa930bdc Added missing translations. In addition, the translation of "Grass Block" has been corrected to a better phrase. Riu Sakura 2022-12-21 10:24:26 +0900
  • a6e0da0e07 Merge pull request 'Fixes MineClone2/MineClone2#3120 | Complete re-upload of the mcl_bamboo branch.' (#3123) from mcl_bamboo_new into master bambootoo ancientmarinerdev 2022-12-21 00:47:21 +0000
  • 41ab80183e Darken the Warped Hyphae Log (side) texture Michieal 2022-12-20 18:02:48 -0500
  • 1c24adb714 Merge pull request 'Animated Nether Tree Textures' (#3155) from FossFanatic/MineClone2:animated_nether_trees_possible into master ancientmarinerdev 2022-12-20 21:19:45 +0000
  • 7003459b8d Merge remote-tracking branch 'origin/master' Michieal 2022-12-20 16:13:54 -0500
  • 8d440f8464 Made purple warped_hyphae trapdoor so that it matched the sides. (The top was green, the sides were purple.) Renamed the old trapdoor top to _alt. Michieal 2022-12-20 16:12:36 -0500
  • 658a08181c Merge pull request 'Nether Ores And Blackstone Fixes' (#3154) from FossFanatic/MineClone2:nether_ores_and_blackstone_fixes into master ancientmarinerdev 2022-12-20 21:04:52 +0000
  • 605e4de455 Restore MCL changes to grass / leaves sounds Gregor Parzefall 2022-12-20 21:12:56 +0100
  • 8522b87444 Removed two duplicated sound definitions Gregor Parzefall 2022-12-20 21:08:59 +0100
  • e4abbbf112 Sound changes in code Gregor Parzefall 2022-12-20 20:57:57 +0100
  • 632ad1ca18 revert 1add2793df lower_ow_mapgen FossFanatic 2022-12-20 19:06:25 +0000
  • 718cdb553d More sound changes from MTG Gregor Parzefall 2022-12-20 18:54:52 +0100
  • e2ec660f25 Update sounds from MTG Gregor Parzefall 2022-12-20 18:21:31 +0100
  • 1b4bcda9da Update 'mods/ITEMS/mcl_mangrove/init.lua' Wbjitscool 2022-12-20 02:58:58 +0000
  • 39714fb096 optipng the mangrove door sides, and then moved them to the textures directory for mcl_mangrove. Michieal 2022-12-19 21:48:51 -0500
  • 258a1534d2 Upload files to 'mods/ITEMS/mcl_mangrove' Wbjitscool 2022-12-20 02:42:27 +0000
  • c995c8418c Optipng'd mangrove textures cleaned up warped door (inv/wield images) Michieal 2022-12-19 21:32:44 -0500
  • 00121d9d97 Upload files to 'mods/ITEMS/mcl_crimson/textures' Wbjitscool 2022-12-20 02:18:15 +0000
  • 4f90fbcedd put in green alt warped door textures. resized large textures to 16px textures. optipng'd' them. Michieal 2022-12-19 20:57:32 -0500
  • c7104a6f72 Made the warped doors purple. Michieal 2022-12-19 20:48:47 -0500
  • 223f6640d2 Upload files to 'mods/ITEMS/mcl_crimson/textures' Wbjitscool 2022-12-20 01:36:25 +0000
  • feea815604 Warped Hyphae textures update. Michieal 2022-12-20 01:32:36 +0000
  • b1b2e06dc7 Removed invisible character codes. Updated translations with the latest templates. Riu Sakura 2022-12-20 08:37:24 +0900
  • 1a56a32fa8 misc. error fix Michieal 2022-12-19 16:16:54 -0500
  • 0a4243a0f3 Merge remote-tracking branch 'origin/mcl_bamboo_new' into mcl_bamboo_new Michieal 2022-12-19 16:00:05 -0500
  • 66a7c5757e Made bamboo buttons flammable, and made them into a fuel source. Converted commented code snippet, addgroups() into global function. Michieal 2022-12-19 13:44:24 -0500
  • 083a57a4a1 Allow for animated hyphae textures FossFanatic 2022-12-14 14:25:43 +0000
  • c512d28f02 Add blackstone top texture FossFanatic 2022-12-14 14:39:15 +0000
  • 1056b6ca14 Add blackstone side texture FossFanatic 2022-12-14 14:38:58 +0000
  • c8ec57bdbd Delete 'mods/ITEMS/mcl_blackstone/textures/mcl_blackstone.png' FossFanatic 2022-12-14 14:38:32 +0000
  • 2dffe11cdd Add seperate gilded blackstone texture FossFanatic 2022-12-14 14:37:34 +0000
  • f29622dd59 Allow for both top/bottom and side textures FossFanatic 2022-12-14 14:36:36 +0000
  • d9bd3e2601 Add seperate nether gold ore texture FossFanatic 2022-12-14 14:34:45 +0000