Plant this mine 2 blocks under ground (there can be a solid block between it and the player) and it will make a huge explosion whenever someone walks over it. You can even make a minefield! Good for defense (if your buildings are protected) and challenges. Only works on players, not mobs.
WOW. You could make a maze with land mines! (the walls could be made of obsidian so they don't break.) |
by Netherice24 on May 12th, 2015 06:59 AM EST Reply |
Tested this. Seems to be VERY effective, if the blast does not kill you, the fall will. Anyway, by any chance it is possible for you to turn the spawner block into item form, fill a chest full of these and re-upload it a schematic? This is so that placement can be don in-game instead of having to be done with MCEdit everytime a mine needs to be replaced. |
by GameBreaker on January 6th, 2014 11:59 PM EST Reply |
I do not yet know of a way to put it into item form, but I will look into it. |
by benjess on January 7th, 2014 04:58 PM EST Reply |
No you can't make item form spawners. Placing a spawner the regular way strips them of their tile entity data, making them the default spawner (pig spawner oddly). Use setblock commands in a command block to create custom spawners. (eg /setblock ~0 ~-1 ~-3 mob_spawner 0 replace {EntityId:Skeleton,SpawnRange:4,RequiredPlayerRange:16,SpawnCount:4,MaxNearbyEntities:6,MinSpawnDelay:200,MaxSpawnDelay:800} ) |
by WildBluntHickok on January 21st, 2014 09:46 AM EST Reply |
Oh well... I think there are some filters that can make /setblock command blocks for that kind of thing. |
by benjess on January 21st, 2014 08:39 PM EST Reply |
I understand what you mean - they are like chests, you cannot place a chest with stuff already inside it because the contents are part of the tile entity. Therefore, placing a spawner is like placing an empty chest. |
by benjess on January 21st, 2014 08:44 PM EST Reply |
Let me guess, this modified Spawner block uses proximity filters to spawn a 0-tick primed TNT entity where players approach it right? But can this be placed under a layer of single solid blocks? Like a block of grass in a field? |
by GameBreaker on January 6th, 2014 03:36 AM EST Reply |
Yes, it activates if the player is within two blocks, so there can be a solid block between the player and the spawner. |
by benjess on January 6th, 2014 09:01 AM EST Reply |
I will clarify this in the description. |
by benjess on January 6th, 2014 09:16 AM EST Reply |
CREATIONS
MINECRAFT-SCHEMATICS.COM