mirror of
https://github.com/FatherToast/SpecialMobs.git
synced 2025-08-10 20:31:23 +00:00
feeture progress
This commit is contained in:
parent
447da324d0
commit
3b1544e8d1
1 changed files with 11 additions and 7 deletions
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue