1
0
Fork 0
MineClone2/mods/ENTITIES/mcl_mobs
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
..
api Mob API: Merge mobs_mc and mcl_mobs into one mod 2021-09-01 23:27:47 +02:00
locale Mob API: Merge mobs_mc and mcl_mobs into one mod 2021-09-01 23:27:47 +02:00
mobs Mob API: Merge mobs_mc and mcl_mobs into one mod 2021-09-01 23:27:47 +02:00
models Mob API: Merge mobs_mc and mcl_mobs into one mod 2021-09-01 23:27:47 +02:00
sounds Mob API: Merge mobs_mc and mcl_mobs into one mod 2021-09-01 23:27:47 +02:00
textures Mob API: Merge mobs_mc and mcl_mobs into one mod 2021-09-01 23:27:47 +02:00
LICENSE-API.txt Mob API: Merge mobs_mc and mcl_mobs into one mod 2021-09-01 23:27:47 +02:00
LICENSE-MEDIA.md Mob API: Merge mobs_mc and mcl_mobs into one mod 2021-09-01 23:27:47 +02:00
README.md Mob API: Merge mobs_mc and mcl_mobs into one mod 2021-09-01 23:27:47 +02:00
api.old.lua Mob API: Merge mobs_mc and mcl_mobs into one mod 2021-09-01 23:27:47 +02:00
api.txt Mob API: Merge mobs_mc and mcl_mobs into one mod 2021-09-01 23:27:47 +02:00
api_files.txt Mob API: Merge mobs_mc and mcl_mobs into one mod 2021-09-01 23:27:47 +02:00
init.lua Mob API: Merge mobs_mc and mcl_mobs into one mod 2021-09-01 23:27:47 +02:00
mod.conf Mob API: Merge mobs_mc and mcl_mobs into one mod 2021-09-01 23:27:47 +02:00

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