p1ut0nium-git / Rough-Mobs-Revamped

Rough Mobs Revamped for Minecraft
https://www.curseforge.com/minecraft/mc-mods/rough-mobs-revamped
4 stars 8 forks source link

[Suggestion] Expanding on "Witch Bat Spawn" idea: "Death Spawn" configuration #16

Closed SandwichHorror closed 4 years ago

SandwichHorror commented 4 years ago

Expanding on the idea from Issue #13 A spawning system fully divorced from any particular mob that allows individual mobs to have different spawns after death, with number of death-spawns configurable. Quick mockup idea:

##########################################################################
# death_spawner
#--------------------------------------------------------------------------------------------------------#
# Entities spawned when another entity dies.
# e.g. When killed, a witch spawns 5 bats
# Syntax is killed;spawned,x,y
# killed: The entity that is killed
# spawned: the entity that appears when "killed" dies
# x is minimum, y is maximum number of entities
##########################################################################

death_spawner {
    # Set to true to enable the death spawning feature. [default: true]
    B:death_spawner_Enabled=true

    #  [default: [minecraft:witch;minecraft:bat,5,5]]
    S:death_spawner_List <
        minecraft:witch;minecraft:bat,5,5
SandwichHorror commented 4 years ago

This feature is included in Rebirth of the Mobs