Minecraft Malek’s Multiblock Mobs mod 2026 download
logo
minecraft mod Malek’s Multiblock Mobs

Malek’s Multiblock Mobs

Game Version: 1.12.2
Total Downloads: 24,752
Updated: May 15, 2020
Created: Apr 18, 2020
Download Malek’s Multiblock MobsDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
Multiblock mobs 1.5.jar release 67.82 KB May 15, 2020 1.12.2 218 download Malek’s Multiblock Mobs Multiblock mobs 1.5.jar releaseDownload
Multiblock mobs 1.2.jar release 67.53 KB May 15, 2020 1.12.2 9 download Malek’s Multiblock Mobs Multiblock mobs 1.2.jar releaseDownload
V 2.0 release 53.27 KB Apr 20, 2020 1.12.2 49 download Malek’s Multiblock Mobs V 2.0 releaseDownload
malek's multiblock mobs.jar release 53.62 KB Apr 18, 2020 1.12.2 14 download Malek’s Multiblock Mobs malek's multiblock mobs.jar releaseDownload
MaleksMultiblockMobs-1.7.jar beta 53.59 KB Oct 30, 2020 1.12.2 24,434 download Malek’s Multiblock Mobs MaleksMultiblockMobs-1.7.jar betaDownload
MaleksMultiblockMobs-1.6.jar beta 51.69 KB Jul 23, 2020 1.12.2 28 download Malek’s Multiblock Mobs MaleksMultiblockMobs-1.6.jar betaDownload

Description

Share this:

Join our Discord for support

 

You spawn mobs and execute commands. You must edit the multiblockmobs.mbm file. Two examples are listed here for how to set up the file. You must place the soul chassis somewhere on the multiblock structure, but you do not have to include it in the multiblock structure file, which means it will not get deleted. If your game crashes on startup you messed up the file. Everything needs to be exactly like it is below, spaces between equal signs must be the same, you have to have the quotation marks, etc. Do not add or remove spacing between characters!

The mod does not have a crafting recipe for the soul chassis, you must add that yourself either through another mod, or something like crafttweaker.

 

Example file of two mobs and blocks, one modded, one without modded stuff.

 

#Dimension
#Hashtags are comments
#X goes across, Y goes down
#Spacing is important
#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 Hi"
!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

Comments

Add a comment