Commit Graph

  • b0cf07a020 Mise à jour de 'mods/ITEMS/mcl_core/locale/mcl_core.ru.tr' AFCMS 2021-09-20 07:59:00 +0000
  • e36a8c5acf Mise à jour de 'mods/ITEMS/mcl_core/locale/mcl_core.pl.tr' AFCMS 2021-09-20 07:58:25 +0000
  • b2af00db22 Mise à jour de 'mods/ITEMS/mcl_core/locale/mcl_core.es.tr' AFCMS 2021-09-20 07:57:04 +0000
  • e8134345d4 Mise à jour de 'mods/ITEMS/mcl_core/locale/mcl_core.de.tr' AFCMS 2021-09-20 07:56:25 +0000
  • e0c7e938de Mise à jour de 'mods/ITEMS/mcl_core/locale/mcl_core.fr.tr' AFCMS 2021-09-20 07:55:51 +0000
  • 3e54acce9d fix emerald help text translation AFCMS 2021-09-20 09:47:24 +0200
  • 47fff66a41 Merge pull request 'Update description of emerald' (#1866) from ztianyang/MineClone2:emerald-desc into master AFCMS 2021-09-20 07:36:36 +0000
  • ac8383dd4b Merge branch 'master' into emerald-desc ztianyang 2021-09-20 01:54:00 +0000
  • c6003398b5 Remove chain armor recipes, because villagers spawn now NO11 2021-09-19 13:14:36 +0000
  • f10d579d9c Only change fly priv on join if it wasn't revoked or granted NO11 2021-09-19 12:07:21 +0000
  • fed43586f2 fix typo NO11 2021-09-19 11:28:07 +0000
  • 18a83fa5d7 Fix typo NO11 2021-09-19 11:18:09 +0000
  • 0e15accada Enable fly in creative mode NO11 2021-09-19 11:15:19 +0000
  • 4194a76db0 Merge pull request 'master' (#8) from MineClone2/MineClone2:master into master NO11 2021-09-19 09:15:43 +0000
  • 27e4bd6d09 Fix burning entity packet spam - Use upright_sprite for 3rd person flame display, which is both closer to minecraft and allows for client side texture animation - Take care of flame HUD in the MineClone2Client Lizzy Fleckenstein 2021-09-18 22:28:20 +0200
  • 256de2bc36 Log warning for non-serializable item entity fix Nils Dagsson Moskopp 2021-07-29 15:46:50 +0200
  • 693a5317ef Fix non-serializable item entity unload crash sfan5 2021-07-28 20:44:48 +0200
  • 95c4d6472b Send FOV packets only when necessary Nils Dagsson Moskopp 2021-07-04 03:25:05 +0200
  • 1c192f4fbb Do not send useless HUDCHANGE packets Wuzzy 2021-07-08 15:34:50 +0200
  • c22c2063ad Merge branch 'master' into beds NO11 2021-09-12 12:53:01 +0000
  • 410b7c7844 Update german translation for mcl_beds NO11 2021-09-12 12:52:26 +0000
  • 9f9799d96e Update template.txt in mcl_beds NO11 2021-09-12 12:50:54 +0000
  • cd84c472dc Add translation support. NO11 2021-09-12 12:49:39 +0000
  • 0bc9ab9233 Add playersSleepingPercentage setting to settingtypes.txt NO11 2021-09-12 12:23:28 +0000
  • 89ff666a6a Add playersSleepingPercentage server setting (Fix #920) NO11 2021-09-12 12:21:18 +0000
  • 1a5339e907 Only use the shears once in dispenser if there are more mobs in front of the dispenser NO11 2021-09-08 14:22:53 +0000
  • aa930dc2b8 Merge pull request 'Fix strange behaviour when filling end portal with bedrock inside (#1749)' (#1853) from NO11/MineClone2:end_portal into master NO11 2021-09-07 18:04:05 +0000
  • 79463738f6 Merge pull request 'Make it possible to use shears in the dispenser for mobs (Fix #1233)' (#1854) from NO11/MineClone2:dispenser into master NO11 2021-09-07 18:03:19 +0000
  • 79d8593d34 Merge pull request 'Destroy objects near cactus faster (make it possible to throw items at a cactus)' (#1856) from NO11/MineClone2:cactus into master NO11 2021-09-07 18:00:53 +0000
  • dc8436fdf9 Destroy objects near cactus faster (make it possible to throw items at a cactus) NO11 2021-09-06 14:34:25 +0000
  • f41cea71fd Make it possible to use shears in the dispenser for mobs (Fix #1233) NO11 2021-09-06 13:30:08 +0000
  • 5fedd914fb Fix strange behaviour when filling end portal with bedrock inside (#1749) NO11 2021-09-04 19:14:08 +0000
  • a8d09338a9 Merge pull request 'Added spawn egg for killer rabbit' (#1704) from talamh/MineClone2:master into master Elias Fleckenstein 2021-09-04 10:21:18 +0000
  • 872e3e74d3 Merge pull request 'Make cactus mechanisms more MC like (Fix #1741)' (#1851) from NO11/MineClone2:cactus into master NO11 2021-09-03 16:20:14 +0000
  • bf62eb33fa Change label of cactus abm NO11 2021-09-03 14:06:21 +0000
  • 0da7b3fbda Make cactus mechanisms more MC like (Fix #1741) NO11 2021-09-02 20:38:01 +0000
  • 0b27b6bec3 Mob API: Merge mobs_mc and mcl_mobs into one mod DO NOT USE IN PRODUCTION, DO NOT START OLD WORLDS WITHOUT A BACKUP These are the first steps of the new mob API. The game does actually start, but mobs do not work yet. You will also get some warnings about mob spawners, but don't worry about that. This is really just some 'first impression' of how the mob API is gonna look like. Some things are already complete, like the agression system. AI and attacking have not been worked on yet. mobs_mc and mcl_mobs have actually been merged into one piece but I will probably change that again in the future actually, and split the different mobs into different mods. There are also a few usefull things like the universal mount API and a more general purpose smoke API, but all of this is still far from complete. I'll put some work into the API this week but probably not next week, then I'll see but don't expect this to be done before 2022. I'll work on it, but I'll do it slowly and progressively to not get burned out again and to still have enough time to graduate from school in the meantime. Lizzy Fleckenstein 2021-09-01 23:27:47 +0200
  • 3669321828 Merge pull request 'Support tables for `_repair_material`' (#1850) from NO11/MineClone2:anvils into master Elias Fleckenstein 2021-09-01 11:04:46 +0000
  • ca086109bf support tables for `_repair_material` NO11 2021-08-31 21:04:57 +0000
  • 6c6d40eb9d Merge pull request 'master' (#7) from MineClone2/MineClone2:master into master NO11 2021-08-31 21:02:39 +0000
  • 2b322a451f remove space NO11 2021-08-26 10:17:15 +0000
  • f0af15fcd8 Make anvil selection/collision box more MC like NO11 2021-08-26 10:14:57 +0000
  • af8e88f44c fix error in `mcl_title` documentation AFCMS 2021-08-24 08:25:42 +0200
  • 2d1a43396f Merge pull request 'Title HUD API' (#1778) from title-API into master AFCMS 2021-08-20 12:31:54 +0000
  • df4b8e64cc finish `mcl_title` API + doc AFCMS 2021-08-19 19:21:33 +0200
  • 40898d3e9d WIP bold and italic support AFCMS 2021-08-16 14:19:50 +0200
  • 58a292a4f3 fix inconsistency AFCMS 2021-08-16 13:48:08 +0200
  • fe62189019 Update French translation (part 1) AFCMS 2021-08-13 11:35:18 +0200
  • 4802b610c3 Merge pull request 'Add MC like nodebox for anvils' (#1848) from NO11/MineClone2:anvil_nodebox into master NO11 2021-08-11 15:46:57 +0000
  • cb55c36863 Correct the texture of anvils NO11 2021-08-11 15:44:43 +0000
  • f8dcf05670 Add MC like nodebox for anvils NO11 2021-08-11 15:41:45 +0000
  • 7e0bb036f4 Merge pull request 'master' (#5) from MineClone2/MineClone2:master into master NO11 2021-08-11 15:38:44 +0000
  • 664c238137 Add german translation for the bow/fishing rod desc NO11 2021-08-06 10:52:55 +0000
  • efab5a1cf5 Merge pull request 'Fix warning in `mcl_end`' (#1834) from Emojigit/MineClone2:fork-20210710-fixwarn into master Elias Fleckenstein 2021-08-06 10:45:33 +0000
  • d76a7daf2d Merge pull request 'Make bows and fishing rods show their durability in description (Fixes issue #1773)' (#1847) from Emily2255/MineClone2:fishingroddurability into master NO11 2021-08-06 10:41:34 +0000
  • 5bb57a81ad Add durability tooltip to translation template Emily 2021-08-06 11:55:27 +0200
  • df0c1f1dd1 Make bows and fishing rods show their durability in description (Fixes issue #1773) Emily 2021-08-06 11:14:17 +0200
  • 5c563d6ffd Make eating particles much more MC like! NO11 2021-08-02 12:24:34 +0000
  • 4aabd7d9e7 Make size/position of potion HUD more MC like NO11 2021-08-01 12:10:00 +0000
  • 88f253bf66 Merge pull request 'raycast based buckets' (#1811) from buckets into master Elias Fleckenstein 2021-07-26 16:59:15 +0000
  • 289ba826ba Merge pull request 'Fix #1842 (several fixes for `mcl_item_id`)' (#1843) from NO11/MineClone2:item_id_fixes into master NO11 2021-07-24 19:15:53 +0000
  • 4846076c8f `mcl_item_id` simplify code NO11 2021-07-24 19:07:44 +0000
  • 5c5c405ccf Add missing check NO11 2021-07-24 15:19:10 +0000
  • 65d33b935a Add API-md for `mcl_item_id` NO11 2021-07-24 14:45:55 +0000
  • c05e57efb1 Fix some crashes with set_mod_namespace and bugs NO11 2021-07-24 14:09:47 +0000
  • e44e9eaf62 Fix typo NO11 2021-07-23 21:35:10 +0000
  • 09a68443cd Better fix for #1842 (make other mods not using "mineclone" name space for item ids) NO11 2021-07-23 16:12:43 +0000
  • 75b425ffd7 Fix #1842 make other mods not using "mineclone" name space for item ids NO11 2021-07-23 12:23:30 +0000
  • 0a9ea7e46a Merge pull request 'master' (#4) from MineClone2/MineClone2:master into master NO11 2021-07-23 12:18:22 +0000
  • a44d9643ae Fix several problems in `mcl_item_id` NO11 2021-07-22 19:23:48 +0000
  • a47630035d Merge branch 'master' of ssh://git.minetest.land:29418/MineClone2/MineClone2 AFCMS 2021-07-22 13:44:14 +0200
  • 5dfc0ac9b5 Merge remote-tracking branch 'origin/master' into mapgen mapgen kay27 2021-07-22 03:23:26 +0400
  • 667ef5cad5 cache doc modpath AFCMS 2021-07-22 00:46:43 +0200
  • fef23d0b6f fix missing depend to `mcl_credits` of `mcl_portals` AFCMS 2021-07-22 00:39:05 +0200
  • a0d52010bf Fix that aliases attemp to register mineclone:book_enchanted again and again NO11 2021-07-21 22:16:37 +0000
  • 44063bca93 Merge branch 'master' into buckets buckets AFCMS 2021-07-21 18:21:27 +0200
  • e58bb6d859 Merge branch 'master' into title-API AFCMS 2021-07-21 18:21:16 +0200
  • 31d3ea8a87 Fix #1801 (add better texture for golden boots) NO11 2021-07-20 20:09:43 +0000
  • 13536baed8 Merge branch 'master' into title-API AFCMS 2021-07-20 20:47:08 +0200
  • 6069bb4a38 Merge branch 'master' of ssh://git.minetest.land:29418/MineClone2/MineClone2 AFCMS 2021-07-20 19:26:04 +0200
  • c31c852a6e add documentation AFCMS 2021-07-20 16:14:34 +0200
  • b5f7ae5458 working implementation + support of other mods AFCMS 2021-07-20 15:47:26 +0200
  • 9254bab971 Merge branch 'master' into title-API AFCMS 2021-07-20 15:23:15 +0200
  • 999b82c94a small documentation graphical improvement AFCMS 2021-07-20 15:21:07 +0200
  • a83dd8548f Merge pull request 'Add item IDs to the description of items' (#1841) from NO11/MineClone2:item_id into master NO11 2021-07-20 11:57:33 +0000
  • 559cf85c94 Improve description of emerald Tianyang Zhang 2021-07-19 09:12:39 -0700
  • 96e8e6a86f Use mineclone: instead of mineclone2: for item IDs NO11 2021-07-19 12:21:30 +0000
  • 801d9a2571 Remove some spaces NO11 2021-07-18 18:01:55 +0000
  • f2a4d6bd56 Add item id setting NO11 2021-07-18 17:23:12 +0000
  • 48166625d4 Add mcl_item_id mod NO11 2021-07-18 17:21:53 +0000
  • a2e0cf83bc Merge pull request 'master' (#2) from MineClone2/MineClone2:master into master NO11 2021-07-18 17:19:54 +0000
  • b70859e185 Merge origin/master into mapgen kay27 2021-07-17 21:45:48 +0400
  • b364faa7c7 make bucket use 5 lenght raycast AFCMS 2021-07-17 16:22:46 +0200
  • 60fcafeee4 Update description of emerald Tianyang Zhang 2021-07-15 19:25:32 -0700
  • 9d9e213012 Fix some implicit hard and soft-dependencies SmallJoker 2021-07-10 10:54:59 +0200
  • 49bde37a5e rewrite README to markdown AFCMS 2021-07-15 01:03:50 +0200
  • dc17cc91a3 make raycast start from player head AFCMS 2021-07-15 00:01:56 +0200
  • 873a1e73dc fix documentation AFCMS 2021-07-14 15:22:27 +0200
  • 8fff20eec9 fix misleading API AFCMS 2021-07-14 15:18:12 +0200
  • ec6086d8e6 cleanup AFCMS 2021-07-14 15:14:23 +0200