
Block Spawn
Allows for spawning mobs when players break blocks.
Оцените первым
420
10
This mod allows for entities to be spawned when players break blocks. Any block can be configured to spawn a single entity out of a provided array, with a specified chance and toggles for terrain adjustment and immediate player targeting.
Example configuration
The attempts to spawn entities are in the order they are defined in the configuration file, meaning an entity that is second in order will only have a chance to be spawned if the one before it fails to.
{
"minecraft:cobweb": [
{
"mob": "minecraft:cave_spider",
"chance": 0.05,
"adjustTerrain": false,
"targetPlayer": true
}
],
"minecraft:stone_bricks": [
{
"mob": "minecraft:silverfish",
"chance": 0.05,
"adjustTerrain": false,
"targetPlayer": false
},
{
"mob": "minecraft:endermite",
"chance": 0.01, // * 0.95 = 0.0095
"adjustTerrain": false,
"targetPlayer": false
}
]
}
Option descriptions
list keyThe namespaced identifier of a blockmobThe identifier of an entitychanceA percentage chance for an entity to spawnadjustTerrainWhether terrain around the entity should be destroyed when it spawns, keeping the block directly under ittargetPlayerWhether the entity should spawn targeting and aggressive towards the player
Партнёрский материал
Как поиграть с друзьями с модом Block Spawn?
Мод Block Spawn куда интереснее в компании: поднимите сервер Майнкрафт с уже установленным модом, позовите друзей и играйте по своим правилам. Хостинг Майнкрафт для мода Block Spawn будет готов за пару минут - BungeeHost сделает всё за вас.
Часто задаваемые вопросы
Ссылки
Создатели
Детали
Лицензия:
Опубликован:2 года назад
Обновлён:2 года назад
