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. |
||
---|---|---|
.. | ||
api | ||
locale | ||
mobs | ||
models | ||
sounds | ||
textures | ||
LICENSE-API.txt | ||
LICENSE-MEDIA.md | ||
README.md | ||
api.old.lua | ||
api.txt | ||
api_files.txt | ||
init.lua | ||
mod.conf |
README.md
MineClone2 Mobs
This is a merged version of Mobs redo MineClone2 Edition (API) and mobs_mc (Mobs content). The API was rewritten by jordan4ibanez and later Fleckenstein from Mobs redo MineClone2 Edition and merged with mobs_mc by Fleckenstein. Mobs redo MineClone2 Edition was built by Wuzzy2 and contributors from Mobs Redo. Mobs redo was built by TenPlus1 from Simple Mobs by PilzAdam and mobs_mc was built by maikerumine.
Seems like we've come a long way since 2012.
Credits
- Fleckenstein: Rewrite of jordan's work, merged mobs_mc and mcl_mobs
- jordan4ibanez: Rewrite of the mcl_mobs API
- maikerumine: Creator of mobs_mc (Coding behaviour, spawning, drops, and misc)
- TenPlus1: Built the original Mobs Redo API
- PilzAdam: Created Simple Mobs which Mobs Redo is based on together with KrupnoPavel, Zeg9, ExeterDad and AspireMint
- Wuzzy2: Zombies, husks, item textures, and code, created Mobs redo MineClone2 Edition
- toby109tt: Mapping fixes - better 2D planes
- 22i: Models (done in Blender) and mob icons for spawn eggs
- XSSheep: Mob and item textures (from Pixel Perfection)
- MysticTempest: More mob textures
- See
LICENSE-MEDIA.md
for detailed credits about each file
Licensing
- Media: MIT, CC0, CC BY 3.0 CC BY-SA 4.0, LGPLv2.1, GPLv3. See
LICENSE-MEDIA.md
for details - License of mobs_mc code: GPLv3
- Mobs Redo: See
LICENSE-API.txt