Commit graph

  • aa1af725f2 Merge pull request 'Update README.md after forking' (#3) from readme into master ryvnf 2021-04-22 15:18:01 +0000
  • adbb2f037a Adds string for '@1 was slain by @2' (deathmessage for mob with nametag) to template.txt and mcl_death_messages.de.tr Benjamin Schötz 2021-04-20 22:19:35 +0200
  • 2381cb8e84 mapgen/mcl_mapgen_core: move set_node decorations a node callback E 2021-04-20 00:41:10 -0400
  • fda2d41b4e Merge pull request 'Spawns killerbunnys with translateable nametag' (#28) from n_to/Mineclonia:killerbunny_translateable_label into master erlehmann 2021-04-20 02:56:32 +0000
  • e5c324b0d7 Added french, spanish, russian translation for killerbunny-nametag Benjamin Schötz 2021-04-19 20:43:18 +0200
  • 82c838e067 Sets killerbunny-label in a translateable way Benjamin Schötz 2021-04-18 23:54:40 +0200
  • bbe07abb0d Merge pull request 'Solve quartz not generating in the nether' (#24) from reintroduce_nether_quartz_ore into master erlehmann 2021-04-18 23:12:17 +0000
  • 078586fa1a
    Solve quartz not generating in the nether AFCMS 2021-03-18 09:48:18 +0100
  • 888cf3d35e Fixes logic when to use mob-label and when to use subtype Benjamin Schötz 2021-04-18 21:56:33 +0200
  • 0761ad0964 Merge pull request 'Make the server not crash when players are killed by named mobs' (#19) from fix_server_crash_when_player_killed_by_named_mob into master erlehmann 2021-04-18 15:46:20 +0000
  • c0a76dd24f
    Make the server not crash when players are killed by named mobs Nils Dagsson Moskopp 2021-04-18 16:51:47 +0200
  • 1c6d3c2fea Do not include unnecessary tool_capabilities Elias Åström 2021-04-17 23:40:19 +0200
  • d6e1fe42d1 Fix efficiency and unbreaking not working together Elias Åström 2021-04-17 23:03:57 +0200
  • b041666c18 Merge pull request 'Revert broken minecart change' (#4) from minecart into master erlehmann 2021-04-18 03:29:36 +0000
  • 357024ad97 Merge pull request 'Update name in game.conf to Mineclonia' (#2) from game.conf into master ryvnf 2021-04-16 22:15:34 +0000
  • 42c7186674 Do not register "creative_breakable" as a diggroup Elias Åström 2021-03-21 12:26:34 +0100
  • b57c94df88 Fix crash when digging nodes with fishing rod Elias Åström 2021-03-21 12:18:24 +0100
  • 34af6a2cc3 Assert that both parts of mcl_autogroup exist Elias Åström 2021-03-20 19:32:04 +0100
  • 029ebaa388 Rename "tool_multiplier" to "speed" for tools Elias Åström 2021-03-20 19:25:47 +0100
  • 2df6ee32be Remove unnecessary code in mcl_item_entity Elias Åström 2021-03-20 14:21:50 +0100
  • 9d38f0d01b Fix crash when digging nodes with hoe Elias Åström 2021-03-20 11:02:16 +0100
  • eb1af8902d Remove _mcl_autogroup depends on mcl_autogroup Elias Åström 2021-03-18 13:51:08 +0100
  • d4a3213343 Update README.txt in _mcl_autogroup Elias Åström 2021-03-18 13:40:56 +0100
  • 0681fc98d2 Use mod.conf for mcl_autogroup and _mcl_autogroup Elias Åström 2021-03-18 13:34:31 +0100
  • 9c961394ec Automatically assign nodes to creative_breakable Elias Åström 2021-03-17 17:50:52 +0100
  • 64e8b82ff7 Update the groupcaps of all enchanted tools Elias Åström 2021-03-17 17:39:15 +0100
  • 54563262f6 Make tools without toolcaps do damage as hand Elias Åström 2021-03-17 17:09:19 +0100
  • 6fb56b074f Fix crash when tool_capabilities is nil Elias Åström 2021-03-17 16:59:26 +0100
  • 7583223f68 Localize variables in _mcl_autogroup Elias Åström 2021-03-17 11:45:20 +0100
  • 9bb39dfba6 Rename _mcl_autogroup_groupcaps to _mcl_diggroups Elias Åström 2021-03-16 20:36:38 +0100
  • dcd050a274 Fix typo Elias Åström 2021-03-16 20:27:35 +0100
  • ccd53e7f10 Force tools to include levels in their diggroups Elias Åström 2021-03-16 20:19:19 +0100
  • 85ff4cee75 Improve documentation of mcl_autogroup Elias Åström 2021-03-16 16:10:57 +0100
  • 3308ce812d Move mcl_util.hash to a local function Elias Åström 2021-03-16 16:57:50 +0100
  • e32f17b82a Move efficiency code to its own file Elias Åström 2021-03-16 12:21:42 +0100
  • 576dde1dd5 Truncate groupcaps_hash to 8 Base64 digits Elias Åström 2021-03-16 12:09:24 +0100
  • b50addac55 Make changes to the mcl_autogroup API Elias Åström 2021-03-15 21:55:59 +0100
  • fe883a40bc Use hashing for more efficient groupcaps updating Elias Åström 2021-03-15 19:32:43 +0100
  • 4a9561e5dc Update enchanted tools with outdated digging times Elias Åström 2021-03-15 17:58:26 +0100
  • c92f0e5ce3 Fix tools not taking wear when rightclicking Elias Åström 2021-03-18 11:35:29 +0100
  • ba0a09243b Make mcl_enchanting use the new mcl_autogroups Elias Åström 2021-03-11 21:52:00 +0100
  • 64e353a9c2 Fix some nodes not being diggable Elias Åström 2021-03-11 21:07:51 +0100
  • ecccc2058a Fix tool uses not being set in _mcl_autogroups Elias Åström 2021-03-11 15:11:11 +0100
  • bb5094f657 Rename register_digtime_group to register_diggroup Elias Åström 2021-03-11 15:06:30 +0100
  • a342652960 Change comments for mcl_autogroup Elias Åström 2021-03-18 11:34:20 +0100
  • ffbbe91bc5 Remove mcl_autogroups.get_groupcaps Elias Åström 2021-03-11 14:49:09 +0100
  • 012e150b59 Rewrite mcl_autogroup Elias Åström 2021-03-09 21:43:25 +0100
  • f44dcefdc6 Move data from deprecated files to mod.conf Elias Åström 2021-04-16 16:57:51 +0200
  • 6741aded0b Update name in game.conf to Mineclonia Elias Åström 2021-04-16 16:15:07 +0200
  • 15df697836 Update supported Minetest version to 5.4.0 Elias Åström 2021-04-16 16:32:38 +0200
  • b6b0496a26 Update README.md after forking Elias Åström 2021-04-16 16:28:37 +0200
  • ac20baac12 Revert "Slightly tweak minecarts to be more MC-like" Elias Åström 2021-04-16 16:29:06 +0200
  • 273aeaffd2 Fix constant name for survival mode in portals branch mineclone2-pr-1315-portals kay27 2021-03-22 03:07:06 +0400
  • e5ccf63d7e Fine tune Nether portals in portals branch kay27 2021-03-22 02:47:57 +0400
  • 77e249af79 Merge remote-tracking branch 'origin/master' into portals kay27 2021-03-21 23:36:11 +0400
  • ae28007f36 Fix teleportation bugs (in portals branch) kay27 2021-03-21 23:35:54 +0400
  • 9a4d26c2ae Fix all invalid usages of math.random in mcl_bows Elias Fleckenstein 2021-03-21 19:52:27 +0100
  • 2d1ac1c7fa Properly fix arrows crashing the server Elias Fleckenstein 2021-03-21 19:47:13 +0100
  • f0c2a0a1e9 Fix arrows crashing the server Elias Fleckenstein 2021-03-21 19:45:33 +0100
  • 7f56e5efa4 Add hoey digging group to hand Elias Åström 2021-03-21 12:43:47 +0100
  • c1e295de5f Make hoe dig some blocks faster Elias Åström 2021-03-21 12:36:33 +0100
  • dac3c21628 Do not register "creative_breakable" as a diggroup Elias Åström 2021-03-21 12:26:34 +0100
  • b0c7941b3a Fix #1358 Elias Åström 2021-03-21 12:18:24 +0100
  • 6bc8219c63 Implement travel up, add debug info to compare 2 searches (to portals branch) kay27 2021-03-21 15:00:12 +0400
  • 8e43f042b4 Merge remote-tracking branch 'origin/master' into portals kay27 2021-03-21 13:06:06 +0400
  • 0996a83ba0 Assert that both parts of mcl_autogroup exist Elias Åström 2021-03-20 19:32:04 +0100
  • 1621c23308 Rename "tool_multiplier" to "speed" for tools Elias Åström 2021-03-20 19:25:47 +0100
  • 04a88fd244 Add yet another ugly hack to remove water from Nether v7 with Caverns option kay27 2021-03-20 17:51:38 +0400
  • 1873080046 Remove unnecessary code in mcl_item_entity Elias Åström 2021-03-20 14:21:50 +0100
  • f031120fe5 Merge remote-tracking branch 'origin/master' into portals kay27 2021-03-20 16:54:59 +0400
  • 46541a4adc Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2 Elias Åström 2021-03-20 11:02:42 +0100
  • 10154d5778 Fix #1348 Elias Åström 2021-03-20 11:02:16 +0100
  • f7b290267d Merge remote-tracking branch 'origin/master' into portals kay27 2021-03-20 12:18:51 +0400
  • a18a87e247 Remove debug information... again :/ iliekprogrammar 2021-03-20 10:13:48 +0800
  • dc462e2433 Fix indentation from iliekprogrammar's previous PRs iliekprogrammar 2021-03-20 09:17:43 +0800
  • fd9ed93ea4 Move holding code into mcl_playerplus iliekprogrammar 2021-03-20 08:42:48 +0800
  • 69c855be1f Remove debug information iliekprogrammar 2021-03-20 00:11:12 +0800
  • 92941534f8 Slightly lift your right arm when holding an item. iliekprogrammar 2021-03-19 23:28:33 +0800
  • c877d6e922 Merge pull request 'Slightly lift your right arm when holding an item.' (#1345) from iliekprogrammar/MineClone2:hand into master epCode 2021-03-20 02:29:11 +0000
  • 12745bd450 Remove debug information... again :/ iliekprogrammar 2021-03-20 10:13:48 +0800
  • 03be45b983 Fix indentation from iliekprogrammar's previous PRs iliekprogrammar 2021-03-20 09:17:43 +0800
  • 34dbddb40a Move holding code into mcl_playerplus iliekprogrammar 2021-03-20 08:42:48 +0800
  • 53dcee99cb Make Nether portals work with Nether roof area (portals branch) kay27 2021-03-19 22:39:41 +0400
  • 3a585488b4 Merge remote-tracking branch 'origin/master' into portals kay27 2021-03-19 22:29:35 +0400
  • b871433c47 Merge pull request 'Fix #1346' (#1347) from kneekoo/MineClone2:master into master kay27 2021-03-19 17:58:03 +0000
  • a40e1c4737 Reduce the size of the pumpkin texture Nicu 2021-03-19 17:41:37 +0000
  • df8fdda2c5 Fix #1346 Nicu 2021-03-19 17:25:40 +0000
  • 45f2a26f1c Merge remote-tracking branch 'origin/master' into portals kay27 2021-03-19 20:49:49 +0400
  • 249b5cfd1e Remove debug information iliekprogrammar 2021-03-20 00:11:12 +0800
  • f5f85a2148 Slightly lift your right arm when holding an item. iliekprogrammar 2021-03-19 23:28:33 +0800
  • d168bfa791 Fix pumpking breaking armor display Elias Fleckenstein 2021-03-19 14:47:52 +0100
  • c20bd768ec Revert "Fix #1277". The commit caused each enchanted armor piece to overlay an additional violet layer over all previous armor layers. A better fix needs to be found. Elias Fleckenstein 2021-03-19 14:36:48 +0100
  • 67cedf1308 Fix villager visual_size (Closes #1338) Elias Fleckenstein 2021-03-19 14:32:02 +0100
  • 9391628813 Fix wielded nodes being upside down Elias Fleckenstein 2021-03-19 12:41:03 +0100
  • 327bb68927 Fix crystal on_place handler Elias Fleckenstein 2021-03-19 12:03:32 +0100
  • 906aa3b434 Remove performance settings to see whether it helps Elias Fleckenstein 2021-03-19 11:46:35 +0100
  • ecd27a4cdb Initialize burning HUD with proper texture Elias Fleckenstein 2021-03-19 11:41:29 +0100
  • 55df2a57f4 Fix #1336 Elias Fleckenstein 2021-03-19 11:40:46 +0100
  • 4ff987ccc5 Remove burning sound for objects Elias Fleckenstein 2021-03-19 11:39:04 +0100
  • f3c37f49b9 Only extinguish flame arrow on removal Elias Fleckenstein 2021-03-19 11:37:12 +0100