feeture progress

This commit is contained in:
FatherToast 2022-07-12 14:32:03 -05:00
parent 447da324d0
commit 3b1544e8d1

View file

@ -34,10 +34,13 @@ public class SpecialMobs {
* (KEY: - = complete in current version, o = incomplete feature from previous version, * (KEY: - = complete in current version, o = incomplete feature from previous version,
* + = incomplete new feature, ? = feature to consider adding) * + = incomplete new feature, ? = feature to consider adding)
* o general * o general
* o entity replacer * - entity replacer
* o dimension-sensitive configs * o dimension-sensitive configs
* o environment-sensitive configs * o environment-sensitive configs
* ? natural spawning * + natural spawning
* o nether spawns
* o end spawns
* ? ocean/water spawns
* + potions * + potions
* + vulnerability (opposite of resistance) * + vulnerability (opposite of resistance)
* o entities * o entities
@ -45,7 +48,7 @@ public class SpecialMobs {
* o fish hook * o fish hook
* o bug spit * o bug spit
* + bestiary * + bestiary
* - configurable stats TODO make sure the registries we use don't explode * - configurable stats
* - monster families (see doc for specifics) * - monster families (see doc for specifics)
* - creepers * - creepers
* - chance to spawn charged during thunderstorms * - chance to spawn charged during thunderstorms
@ -75,6 +78,7 @@ public class SpecialMobs {
* o ranged attack AI (spitter) * o ranged attack AI (spitter)
* - cave spiders * - cave spiders
* o ranged attack AI (spitter) * o ranged attack AI (spitter)
* + natural spawning
* - silverfish * - silverfish
* + ranged attack AI (spitter) * + ranged attack AI (spitter)
* + puffer * + puffer
@ -86,13 +90,13 @@ public class SpecialMobs {
* - melee attack AI * - melee attack AI
* - blazes * - blazes
* - melee attack AI * - melee attack AI
* ? piglins
* ? hoglins * ? hoglins
* ? zoglins * ? zoglins
* ? guardians * + guardians
* ? vortex * + vortex
* ? shulkers * ? shulkers
* ? phantoms * + phantoms
* + natural spawning
* + the goat * + the goat
*/ */