Scrap Mechanic

Scrap Mechanic

Not enough ratings
monster spawner cage
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
5.595 MB
22 Aug, 2021 @ 11:34pm
1 Change Note ( view )

Subscribe to download
monster spawner cage

Description
Designed according to spawner in Minecraft

It will continously generate target aninmal or bot with 5 meter, until the number of target reaches 10

Connect an active logic part to the cage to stop the process of spawning

Use the monster spawner cage to build your own dungeon! (remember type command: /noaggro and /noaggrocreations to stop monsters attack you before the building)

Or you can just place the cages down to test if your masterpiece can handle all kinds of monsters~

5 Comments
OGkingCat 5 Nov, 2024 @ 9:22am 
um er this is minecraft ZUZOGEP3000
ZUZOGEP3000 2 Jul, 2024 @ 12:01am 
WE ARE NOT IN MINECRAFT
Barrett 4 Nov, 2022 @ 10:21pm 
worth it
CHICKEN 17 Apr, 2022 @ 10:29am 
minecraft
8x18  [author] 9 Sep, 2021 @ 10:55pm 
hi @MysteryVidz
The command you are talking about should be
sm.unit.createUnit( <targetUuid>, <position> , 0.0, "f088b3" )
You may need to generate a random position for <position>
According to your description, your <position> parameter may be filled with the block position <bp1>. You should add a random vector to it, like :
<position> = <bp1> + sm.vec3.new( sm.noise.randomRange( -10, 10 ), sm.noise.randomRange( -20, 20 ), sm.noise.randomRange( -30, 30 )) . Change these numbers to adjust the range