Commit Graph

3012 Commits

Author SHA1 Message Date
kay27 1a9990fc92 [mcl_mobspawners] Fix random crash, MineClone2/MineClone2#1707 2021-05-09 19:13:06 +04:00
kay27 bd455a3eee Merge weekly changes --before=1619916909 as a squash 2021-05-09 00:55:12 +00:00
Lizzy Fleckenstein 7096677d2e Fix heads crash 2021-05-04 08:52:53 +02:00
kay27 38c4869b7f Merge (latest mcl_tools/init.lua) 2021-04-26 00:35:23 +00:00
Doloment 819dbc6224 Added LBM 2021-04-26 00:34:35 +00:00
NO11 4b2a82e5b8 Remove old crafting recipes 2021-04-26 00:34:35 +00:00
NO11 661c80bd1d Summarize all debarked types of wood 2021-04-26 00:34:35 +00:00
NO11 e73cb56085 Fix lying trunks that stand upright again after debarking 2021-04-26 00:34:35 +00:00
kay27 0a6c3a4414 Merge (latest mcl_enchanting) 2021-04-26 00:34:15 +00:00
AFCMS b21c43e38c performance optimisation 2021-04-26 00:33:27 +00:00
Elias Åström 731dc4947b Fix efficiency and unbreaking not working together
This commit fixes an issue were tools enchanted with both efficiency and
unbreaking would loose the effect of one of the enchantments in some
conditions.
2021-04-26 00:33:27 +00:00
kay27 36bd151398 Merge (latest playerplus) 2021-04-26 00:31:26 +00:00
NO11 5fd5ebe4d4 Fix that an ax wears out if you right-click another block 2021-04-26 00:29:06 +00:00
AFCMS 05ba837de4 fix many warnings (644 remaining) 2021-04-26 00:29:06 +00:00
AFCMS 9a6331adde Fix #1570 2021-04-26 00:27:25 +00:00
AFCMS 2fa7e870ee fix many codestyle issues 2021-04-26 00:27:25 +00:00
AFCMS dc5bac8d86 fix warning 2021-04-26 00:26:44 +00:00
epCode 234a9cc746 Fix female player model for footglitch/elytra 2021-04-26 00:26:44 +00:00
AFCMS 597b66ddcb fix excedent lines 2021-04-26 00:26:44 +00:00
kay27 46379b924d Merge (latest playerplus) 2021-04-26 00:26:19 +00:00
kay27 f6ef8738e6 Merge (latest mcl_core/functions.lua) 2021-04-26 00:23:36 +00:00
NO11 6fcf9b7343 Make cactus destroy items 2021-04-26 00:22:42 +00:00
Nils Dagsson Moskopp bee4dc4854 Show preview of new banner pattern when crafting it 2021-04-26 00:22:42 +00:00
kay27 b04f83ae18 Merge (latest mcl_doors.de.tr) 2021-04-26 00:22:24 +00:00
Benjamin Schötz 45b6ad5e2f Fixes typos, grammar errors, and some translation flaws in several german translation files. 2021-04-26 00:21:40 +00:00
epCode 71efdb6744 Partialy fix #1559 2021-04-26 00:21:40 +00:00
Lizzy Fleckenstein b7c68e776c Add global smoke spawning API 2021-04-26 00:21:39 +00:00
kay27 51ebe823b0 Merge (latest playerplus) 2021-04-26 00:15:57 +00:00
NO11 d9792ea688 fix typo 2021-04-26 00:11:21 +00:00
NO11 1aca9b4529 add rocket texture (pixel perfection) 2021-04-22 22:55:45 +00:00
NO11 58edb17baf add german translation 2021-04-22 22:55:45 +00:00
NO11 0002b91673 Dateien hochladen nach „mods/ITEMS/mcl_fireworks/sounds“ 2021-04-22 22:55:45 +00:00
NO11 ebab220fb2 add rocket for elytra boost 2021-04-22 22:55:45 +00:00
Code-Sploit eb80cceb8d Fix #1548 2021-04-20 17:43:44 +00:00
kay27 99bb492147 Fix screwdriver/door duplication glitch, MineClone2/MineClone2#1149 2021-04-20 17:43:44 +00:00
Lizzy Fleckenstein db2fd7497f Rewrite mcl_torches API 2021-04-20 17:43:43 +00:00
epCode 9a00b15f46 Add elytra (sprint in air to use) 2021-04-20 17:43:43 +00:00
kay27 126a21acd2 Merge commit '5fb791335557f938c1bd2e2249afdfa11a358ae5' into production 2021-04-19 18:44:57 +00:00
kay27 533e499a4d Merge commit 'd3a325356347664ed8dac04af9707dd34553b40d' into production 2021-04-19 18:44:56 +00:00
kay27 e2860cb885 Merge commit 'c3868084af93d3ab345cbc02a504d5ee9e515230' into production 2021-04-19 18:44:56 +00:00
kay27 9300b35bda Merge commit '615b15f1331d34c1b5c8e339cc025309b13eecca' into production 2021-04-19 18:44:56 +00:00
kay27 416d0aa12d Merge commit 'ed7099fefc3f0091426cc2b61c9bb19ed8b96846' into production 2021-04-19 18:44:56 +00:00
kay27 50bd7e58ef Merge commit 'db5626fcb480a7ec3fcb1b2dd064cf8b14d2a260' into production 2021-04-19 18:44:56 +00:00
kay27 1bcb971f0c Merge commit '1e17989ef28696fe69ab16467a1db8ef9488bad3' into production 2021-04-19 18:44:55 +00:00
jordan4ibanez 96dbfa30a2 Add mod.conf to mcl_fireworks 2021-04-19 10:00:07 +04:00
jordan4ibanez 123802c77a Fix crashing with unknown slot description when enchanting 2021-04-19 09:59:59 +04:00
kay27 622028171c [mcl_portals] Better NP search, no more teleports on the roof, fix MineClone2/MineClone2#1560 2021-04-19 00:09:28 +04:00
NO11 aa533edda2 Simplify debarking 2021-04-18 18:28:39 +00:00
NO11 49f6ccaa4a Remove old crafting recipes 2021-04-18 18:02:41 +00:00
NO11 3668b2dee6 Summarize all debarked types of wood 2021-04-18 18:02:37 +00:00