Commit graph

2998 commits

Author SHA1 Message Date
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
Elias 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, https://git.minetest.land/MineClone2/MineClone2/issues/1149 2021-04-20 17:43:44 +00:00
Elias 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 https://git.minetest.land/MineClone2/MineClone2/issues/1560 2021-04-19 00:09:28 +04:00
Elias Åström
573b1dc44b Do not include unnecessary tool_capabilities
This commit makes enchanted tools which have no use for
tool_capabilities to not include it in their metadata.  It does this by
not including tool_capabilities in the metadata of an enchanted tool if
at least one of two cases is true:

(1) The tool is not enchanted with unbreaking or efficiency
(2) The tool does not have tool_capabilities defined in its definition

The first case covers situations like having a pickaxe only being
enchanted with silk_touch.  The second case covers situations like a
piece of armor being enchanted with unbreaking.
2021-04-18 11:40:43 +02:00
Elias Åström
dd69dcfd9f 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-18 11:40:13 +02:00
Elias Fleckenstein
205572cc69 Fix elytra code style 2021-04-17 19:34:23 +02:00
NO11
06699c2cc4 Fix that an ax wears out if you right-click another block 2021-04-17 11:55:50 +00:00
AFCMS
02f393998f fix many warnings (644 remaining) 2021-04-17 09:26:37 +02:00
AFCMS
457f61a532 Fix #1570 2021-04-16 11:40:44 +00:00
AFCMS
1a58b0c510 fix many codestyle issues 2021-04-16 13:35:03 +02:00
AFCMS
2d6e0241cd Merge branch 'master' into luacheck 2021-04-16 11:03:46 +02:00
AFCMS
1df916bd7b fix warning 2021-04-16 11:03:31 +02:00
epCode
31dfeae445 Fix female player model for footglitch/elytra 2021-04-15 14:57:55 -07:00
AFCMS
60e74fc41d fix excedent lines 2021-04-15 23:44:29 +02:00