VoxeLibre/mods/ITEMS/REDSTONE
Elias Fleckenstein 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.
2021-09-01 23:27:47 +02:00
..
mcl_comparators Move depends.txt into mod.conf for mcl_comparators 2021-03-18 13:45:29 +01:00
mcl_dispensers Integrate dispensers 2021-04-22 13:51:36 +02:00
mcl_droppers Revert color changes to GUI. 2021-04-19 14:44:20 +02:00
mcl_observers Move data from deprecated files to mod.conf 2021-03-18 17:37:12 +01:00
mesecons Revert "Attemp to fix #1513" in favour of next commit 3375e903ce 2021-04-09 19:03:45 +04:00
mesecons_alias Move data from deprecated files to mod.conf 2021-03-18 17:37:12 +01:00
mesecons_button Move data from deprecated files to mod.conf 2021-03-18 17:37:12 +01:00
mesecons_commandblock remove unuseful spamming messages 2021-03-26 10:00:48 +01:00
mesecons_delayer Move data from deprecated files to mod.conf 2021-03-18 17:37:12 +01:00
mesecons_lightstone Move data from deprecated files to mod.conf 2021-03-18 17:37:12 +01:00
mesecons_mvps Core implementation of MC-like kelp drops. 2021-03-21 02:22:25 +08:00
mesecons_noteblock Move data from deprecated files to mod.conf 2021-03-18 17:37:12 +01:00
mesecons_pistons Move data from deprecated files to mod.conf 2021-03-18 17:37:12 +01:00
mesecons_pressureplates Mob API: Merge mobs_mc and mcl_mobs into one mod 2021-09-01 23:27:47 +02:00
mesecons_solarpanel Move data from deprecated files to mod.conf 2021-03-18 17:37:12 +01:00
mesecons_torch Rewrite mcl_torches API 2021-04-13 09:59:51 +02:00
mesecons_walllever remove duplicated line 2021-04-27 23:50:18 +02:00
mesecons_wires Move data from deprecated files to mod.conf 2021-03-18 17:37:12 +01:00
modpack.conf Add a couple of modpack.conf files 2019-01-07 00:52:05 +01:00
README Add piston sounds 2017-02-19 20:48:56 +01:00

-- |\    /| ____ ____  ____ _____   ____         _____
-- | \  / | |    |     |    |      |    | |\   | |
-- |  \/  | |___ ____  |___ |      |    | | \  | |____
-- |      | |        | |    |      |    | |  \ |     |
-- |      | |___ ____| |___ |____  |____| |   \| ____|
-- by Jeija and contributors

Credits:
Jeija: main developer
VanessaE: Awesome textures & design, coding
sfan5: coding, textures
temperest: coding, textures
Jordach: Sounds for the noteblock
minerd247: Some textures
suzenako: Piston sounds
...other contributors

This is a mod for minetest-c55.
Copy the minetest-mod-mesecons directory into you game's mod folder 
(e.g. games/minetest_game/mods/minetest-mod-mesecons)

You can remove modules of this mod by deleting the mesecons_*
folders in the minetest-mod-mesecons directory.

Mod dependencies: none

Code license: LGPLv3 or later
Media license: CC BY-SA 3.0 <https://creativecommons.org/licenses/by-sa/3.0/>