VoxeLibre/mods/ITEMS/mcl_core
Elias Åström fb6f5eae7a 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-03-18 11:32:18 +01:00
..
locale Fix French translations 2021-02-27 10:35:46 +01:00
schematics Remove mcl_imitation_mode 2019-03-01 18:04:43 +01:00
sounds Convert all sounds (except music) to mono 2017-11-13 01:24:24 +01:00
textures Fix #1183 2021-02-25 10:24:26 +01:00
crafting.lua Make bark nodes usable as fuel 2020-04-08 13:15:22 +02:00
craftitems.lua More flexible wield rotation determination 2021-02-18 09:28:12 +01:00
depends.txt Rewrite mcl_autogroup 2021-03-18 11:32:18 +01:00
description.txt Move mcl_core to ITEMS modpack and add description 2017-02-17 23:14:21 +01:00
functions.lua Fix the trees, https://git.minetest.land/Wuzzy/MineClone2/issues/1031 2021-01-30 05:23:34 +04:00
init.lua Rewrite mcl_autogroup 2021-03-18 11:32:18 +01:00
mod.conf Move mcl_core to ITEMS modpack and add description 2017-02-17 23:14:21 +01:00
nodes_base.lua Update use_texture_alpha to the minetest 5.4 conventions 2021-02-18 14:00:17 +01:00
nodes_cactuscane.lua Update use_texture_alpha to the minetest 5.4 conventions 2021-02-18 14:00:17 +01:00
nodes_climb.lua Merge branch 'mcl_explosions' 2020-04-30 20:55:10 +02:00
nodes_glass.lua 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
nodes_liquid.lua Update usages of alpha to the 5.4 convention 2021-02-18 10:58:50 +01:00
nodes_misc.lua Rewrite mcl_autogroup 2021-03-18 11:32:18 +01:00
nodes_trees.lua Fortune 2020-11-06 13:46:52 +01:00
README.txt Grow proper acacia tree from acacia saplings 2017-05-26 02:36:25 +02:00

MineClone 2 core mod
====================
Originally forked from Minetest Game's default mod in the distant past.

License information
===================

License of source code:
-----------------------
Copyright (C) 2011-2012 celeron55, Perttu Ahola <celeron55@gmail.com>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.

License of all textures and sounds
----------------------------------
MIT License.

The textures are taken from the Minecraft resource pack “Faithful 1.11” by Vattic and
xMrVizzy and contributers.

Sounds
======
All sounds included in this mod are under the MIT License.
The other sounds used in this mod can be found in CORE/mcl_sounds.

http://www.gnu.org/licenses/lgpl-2.1.html

License of everything not listed here
-------------------------------------
celeron55, Perttu Ahola <celeron55@gmail.com>
CC BY-SA 3.0 <https://creativecommons.org/licenses/by-sa/3.0/>