NO11
eb96200d62
Merge branch 'master' into master
2021-07-07 10:40:53 +00:00
Nils Dagsson Moskopp
1e42c37895
Reduce snow layer silk touch drop amount
...
It was possible to duplicate snow layers by placing them and then mining
them using a tool enchanted with silk touch. This commit fixes the “snow
dupe” by reducing the amount of snow layers dropped in this case by one.
2021-06-23 03:06:24 +02:00
NO11
7ec4f43b29
Add german translation for stripped wood
2021-06-18 19:25:18 +00:00
NO11
167a95a494
Add template for stripped wood translation
2021-06-18 19:18:28 +00:00
NO11
670467c0ab
Fix typos
2021-06-18 19:08:02 +00:00
NO11
d6942f4a5b
Add specific help text for stripped wood
2021-06-18 19:01:50 +00:00
NO11
5a6f216e51
Remove misspellings part1
2021-06-15 17:27:35 +00:00
NO11
0ef713bf5f
Add some spaces
2021-06-15 17:24:53 +00:00
NO11
144de8ed5d
Add stripped wood part6
2021-06-15 16:42:42 +00:00
NO11
b0a202fdd0
Add stripped wood part5
2021-06-15 16:42:07 +00:00
NO11
05269e36f3
Add stripped wood part4
2021-06-15 16:41:17 +00:00
NO11
67c3927684
Add stripped wood part3
2021-06-15 16:39:54 +00:00
NO11
3caf27bce3
Add stripped wood part2
2021-06-15 16:35:04 +00:00
Elias Åström
5d3514880a
Move data from deprecated files to mod.conf
...
Move data from deprecated files (depends.txt and description.txt) into
fields in mod.conf for all mods.
2021-05-16 13:44:04 +02:00
Elias Åström
42c7186674
Do not register "creative_breakable" as a diggroup
2021-04-16 22:46:08 +02:00
Elias Åström
b50addac55
Make changes to the mcl_autogroup API
...
Group levels are now specified as a list of names when registering a
digging group. Digging groups which do not have specified levels will
support tools having two levels, 0 and 1 where 0 means the tool can dig
but not harvest the node and 1 means it can also harvest the node. If
more levels are required one has to specifiy them when registering the
digging group.
2021-04-16 22:33:55 +02:00
Elias Åström
bb5094f657
Rename register_digtime_group to register_diggroup
2021-04-16 22:32:49 +02:00
Elias Åström
012e150b59
Rewrite mcl_autogroup
...
These changes are primarly made to make mcl_autogroup more efficient.
Previously enchanted tools required storing around 21 kB of metadata due
to the way the previous version of the mod was implemented. This caused
a lot of lag and a huge amount of network traffic. With the changes
enchanted tools won't require more than 1 kB of metadata.
The mod is also rewritten to use an API to register digging groups and
compute the groupcaps for tools. This will make it easier for modders
to register custom digging groups.
The mod is now split up into two parts. One part called "mcl_autogroup"
to implement the API for registering custom digging groups, and the
other part called "_mcl_autogroup" which contains most of the code which
has to be loaded after most mods.
2021-04-16 22:31:42 +02:00
pitchum
390f877230
Fix French translations
2021-02-27 10:35:46 +01:00
Lizzy Fleckenstein
360436cf19
Fix #1183
2021-02-25 10:24:26 +01:00
Lizzy Fleckenstein
30b1d58e67
Revert "Merge pull request 'Change Diamond and Emerald textures to more Minecraft-looking ones' ( #1100 ) from TechDudie/MineClone2:master into master"
...
This reverts commit 2f206a0640
, reversing
changes made to 0bde0aabf6
.
2021-02-20 10:46:52 +01:00
Lizzy Fleckenstein
aeb7078c05
Update use_texture_alpha to the minetest 5.4 conventions
2021-02-18 14:00:17 +01:00
Lizzy Fleckenstein
82e113f0fc
Update usages of alpha to the 5.4 convention
2021-02-18 10:58:50 +01:00
Lizzy Fleckenstein
bec5339fc6
Update existing occurences of use_texture_alpha to the Minetest 5.4 convention if the feature is detected
2021-02-18 10:39:19 +01:00
Lizzy Fleckenstein
9b349a1684
More flexible wield rotation determination
2021-02-18 09:28:12 +01:00
TechDudie
10d3c62690
Upload files to 'mods/ITEMS/mcl_core/textures'
2021-02-12 17:54:49 +00:00
TechDudie
a1e8685faf
Delete 'mods/ITEMS/mcl_core/textures/mcl_core_emerald.png'
2021-02-12 17:53:21 +00:00
TechDudie
b2d53e9e39
Upload files to 'mods/ITEMS/mcl_core/textures'
2021-02-12 17:52:30 +00:00
TechDudie
1022449ace
Delete 'mods/ITEMS/mcl_core/textures/default_diamond.png'
2021-02-12 17:51:23 +00:00
Lizzy Fleckenstein
18dd3ac9bd
Add 'ice' group
2021-02-03 17:08:04 +01:00
kay27
b0f151147c
Fix the trees, Wuzzy/MineClone2#1031
2021-01-30 05:23:34 +04:00
kay27
948265fd6b
Fix Wuzzy/MineClone2#1028 - Make tree saplings grow in inactive areas (approx. time calc.)
2021-01-30 04:42:53 +04:00
Lizzy Fleckenstein
e9f9d96eb1
Fix #1012
2021-01-26 17:42:45 +01:00
Lizzy Fleckenstein
fdfcf9ca70
Fix #1001
2021-01-24 16:29:24 +01:00
Lizzy Fleckenstein
a92273b930
Gold apples give the player effects; Added Enchanted Golden Apples (Swiftnes & Leaping instead of Absorbtion and Resistance)
2021-01-22 19:08:01 +01:00
Lizzy Fleckenstein
96ca23419a
Fix #944
2021-01-05 15:40:03 +01:00
Lizzy Fleckenstein
14551edcd2
Remove debugging message from last commit
2021-01-05 15:23:42 +01:00
Lizzy Fleckenstein
f253d49a8d
Fix #901
2021-01-05 15:19:31 +01:00
Lizzy Fleckenstein
269ebc2718
Fix Silk Touch drop of Top Snow
2021-01-04 13:34:57 +01:00
Lizzy Fleckenstein
c36dc16527
Fix #948
2021-01-04 10:15:28 +01:00
Lizzy Fleckenstein
abdb76c2a0
Fix #942
2021-01-04 10:09:44 +01:00
Lizzy Fleckenstein
071ba77bb0
mcl_burning fully working
2021-01-01 19:25:47 +01:00
kay27
5da02bb8cc
Merge https://git.minetest.land/EliasFleckenstein03/MineClone2
2020-12-13 03:00:04 +04:00
Wuzzy
9324c43d8d
Reduce grass sound volume
2020-12-08 16:56:27 +01:00
Wuzzy
d60a0a0949
Fix ice melt not cause surrounding nodes to update
2020-12-03 12:36:58 +01:00
kay27
2b1d21a5b5
Merge branch 'kay27_mechanics' as a squash
2020-11-14 01:59:03 +04:00
Wuzzy
bd2d0f717a
Sugarcane: No place inside liquid
2020-11-12 21:12:25 +01:00
Wuzzy
132db02011
Sugarcane less strict w/ water check on place
2020-11-11 21:00:37 +01:00
Lizzy Fleckenstein
86b2cd70f9
Fortune
2020-11-06 13:46:52 +01:00
Lizzy Fleckenstein
7c28bf8507
Silk Touch
2020-11-02 19:09:23 +01:00