Download Malek's Multiblock Mobs — Minecraft Mods — MetaMods

Malek's Multiblock Mobs

Active

Downloads

0

Last update

4 years ago
Client
Adventure
Libraries

Malek's Multiblock Mobs

This modification allows creating complex multiblock structures that, when activated, summon creatures and execute various commands. Configuration requires editing the special multiblockmobs.mbm file.

The multiblock structure must include a special block - the soul chassis. Importantly, this block doesn't need to be included in the structure description in the configuration file, preventing its accidental deletion during construction.

The modification doesn't provide crafting recipes for the soul chassis - players need to add them independently through other mods or tools like CraftTweaker.

Configuration File Setup

The configuration file requires strict adherence to the recording format. Any deviations in syntax, spaces, or quotation marks may cause game malfunctions. All elements must be written exactly as in the examples below.

Configuration example with two types of creatures and blocks:

#Dimension
#Hash lines are comments
#X - width, Y - height
#Spacing matters
#Mob 1
!startMultiblockMob
!startDim
Dimensions:[x = 3, y = 3, z = 2]
!endDim

!startInit
minecraft:hay_block = "w"
minecraft:bone_block = "p"
multiblockmobs:soul_chassis = "s"
minecraft:air = "~"
minecraft:gold_block = "g"
!endInit

!startLoc
#z=0
["~s~"]
["wpw"]
["~p~"]
#z=1
["ggg"]
["ggg"]
["ggg"]
!endLoc

!startCustom
particals = "true"
particaltype = "modid:partical"
music = "true"
musicFile = "music"
soundEffect = "true"
soundEffectFile = "sound_effect"
customChat = "true"
customChat = "You made a mistake"

customCommand = "say Hello"
!stopCustom

!entityStart
entity = "harvestersnight:harvester"
!entityStop

!endMultiblockMob
!startMultiblockMob
!startDim
Dimensions:[x = 3, y = 2, z = 1]
!endDim

!startInit
minecraft:wool = "w"
minecraft:stone = "c"
multiblockmobs:soul_chassis = "s"
minecraft:air = "~"
!endInit

!startLoc
#z=0
["www"]
["c~c"]
!endLoc

!startCustom
particals = "true"
particaltype = "modid:partical"
musicBoolean = "true"
musicFile = "music"
soundEffectBoolean = "true"
soundEffectFile = "sound_effect"
customChat = "true"
customChat = "You made a mistake"
!stopCustom

!entityStart
entity = "minecraft:sheep"
!entityStop

!endMultiblockMob
Project members
democat3457

democat3457

MalekiRe

MalekiRe

Created: 30 Oct 2020

ID: 36604