//This whole Shit was disabled because it dosent work in survival mode. Mojang PLS!!!!!!!!!!!!!!! /* //give freebi85 mob_spawner 1 0 {BlockEntityTag:{SpawnData:{id:Zombie},SpawnPotentials:[{Entity:{id:"minecraft:zombie"},Weight:"1"}]},display:{Name:"Oneway Zombie Spawner"}} // Zombie Spawner ========================================================================================== mods.extendedcrafting.TableCrafting.addShaped(0, .withTag({BlockEntityTag: {SpawnData: {id: "Zombie"}, SpawnPotentials: [{Entity: {id: "minecraft:zombie"}, Weight: "1"}]}, display: {Name: "Oneway Zombie Spawner"}}), [ [, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ] ]); // Skeleton Spawner ========================================================================================== mods.extendedcrafting.TableCrafting.addShaped(0, .withTag({BlockEntityTag: {SpawnData: {id: "Skeleton"}, SpawnPotentials: [{Entity: {id: "minecraft:skeleton"}, Weight: "1"}]}, display: {Name: "Oneway Skeleton Spawner"}}), [ [, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ] ]); // Spider Spawner ========================================================================================== mods.extendedcrafting.TableCrafting.addShaped(0, .withTag({BlockEntityTag: {SpawnData: {id: "Spider"}, SpawnPotentials: [{Entity: {id: "minecraft:spider"}, Weight: "1"}]}, display: {Name: "Oneway Spider Spawner"}}), [ [, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ] ]); // Creeper Spawner ========================================================================================== mods.extendedcrafting.TableCrafting.addShaped(0, .withTag({BlockEntityTag: {SpawnData: {id: "Creeper"}, SpawnPotentials: [{Entity: {id: "minecraft:creeper"}, Weight: "1"}]}, display: {Name: "Oneway Creeper Spawner"}}), [ [, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ] ]); // Enderman Spawner ========================================================================================== mods.extendedcrafting.TableCrafting.addShaped(0, .withTag({BlockEntityTag: {SpawnData: {id: "Enderman"}, SpawnPotentials: [{Entity: {id: "minecraft:enderman"}, Weight: "1"}]}, display: {Name: "Oneway Enderman Spawner"}}), [ [, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ] ]); // Witch Spawner ========================================================================================== mods.extendedcrafting.TableCrafting.addShaped(0, .withTag({BlockEntityTag: {SpawnData: {id: "Witch"}, SpawnPotentials: [{Entity: {id: "minecraft:witch"}, Weight: "1"}]}, display: {Name: "Oneway Witch Spawner"}}), [ [, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ] ]); // Blaze Spawner ========================================================================================== mods.extendedcrafting.TableCrafting.addShaped(0, .withTag({BlockEntityTag: {SpawnData: {id: "Blaze"}, SpawnPotentials: [{Entity: {id: "minecraft:blaze"}, Weight: "1"}]}, display: {Name: "Oneway Blaze Spawner"}}), [ [, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ] ]); // Ghast Spawner ========================================================================================== mods.extendedcrafting.TableCrafting.addShaped(0, .withTag({BlockEntityTag: {SpawnData: {id: "Ghast"}, SpawnPotentials: [{Entity: {id: "minecraft:ghast"}, Weight: "1"}]}, display: {Name: "Oneway Ghast Spawner"}}), [ [, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ] ]); */